|
|
|
@ -41,7 +41,7 @@ from .comm_ops import (AllGather, AllReduce, _AlltoAll, AllSwap, ReduceScatter,
|
|
|
|
|
from .debug_ops import (ImageSummary, InsertGradientOf, HookBackward, ScalarSummary,
|
|
|
|
|
TensorSummary, HistogramSummary, Print, Assert)
|
|
|
|
|
from .control_ops import ControlDepend, GeSwitch, Merge
|
|
|
|
|
from .inner_ops import ScalarCast, Randperm, NoRepeatNGram, LambApplyOptimizerAssign, LambApplyWeightAssign
|
|
|
|
|
from .inner_ops import ScalarCast, Randperm, NoRepeatNGram, LambApplyOptimizerAssign, LambApplyWeightAssign, MakeRefKey
|
|
|
|
|
|
|
|
|
|
from .math_ops import (Abs, ACos, Asin, Asinh, AddN, AccumulateNV2, AssignAdd, AssignSub, Atan2, BatchMatMul, BitwiseAnd, BitwiseOr,
|
|
|
|
|
BitwiseXor, Inv, Invert, ApproximateEqual, InplaceAdd, InplaceSub,
|
|
|
|
@ -86,7 +86,7 @@ from . import _quant_ops
|
|
|
|
|
from ._quant_ops import *
|
|
|
|
|
from .other_ops import (Assign, InplaceAssign, IOU, BoundingBoxDecode, BoundingBoxEncode,
|
|
|
|
|
ConfusionMatrix, PopulationCount,
|
|
|
|
|
CheckValid, MakeRefKey, Partial, Depend, identity, CheckBprop, Push, Pull)
|
|
|
|
|
CheckValid, Partial, Depend, identity, CheckBprop, Push, Pull)
|
|
|
|
|
from ._thor_ops import (CusBatchMatMul, CusCholeskyTrsm, CusFusedAbsMax1, CusImg2Col, CusMatMulCubeDenseLeft,
|
|
|
|
|
CusMatMulCubeFraczRightMul, CusMatMulCube, CusMatrixCombine, CusTranspose02314,
|
|
|
|
|
CusMatMulCubeDenseRight,
|
|
|
|
@ -290,8 +290,8 @@ __all__ = [
|
|
|
|
|
'Floor',
|
|
|
|
|
'NMSWithMask',
|
|
|
|
|
'IOU',
|
|
|
|
|
'MakeRefKey',
|
|
|
|
|
'Partial',
|
|
|
|
|
'MakeRefKey',
|
|
|
|
|
'Depend',
|
|
|
|
|
'identity',
|
|
|
|
|
'AvgPool',
|
|
|
|
|