Searched defs:TensorScatterUpdate (Results 1 – 5 of 5) sorted by relevance
34 TensorScatterUpdate() : BaseOperator(kNameTensorScatterUpdate) { in TensorScatterUpdate() function
185 IMPLEMT_VERIFIER(TensorScatterUpdate, TensorScatterUpdateVerify) { in IMPLEMT_VERIFIER() argument197 IMPLEMT_INFERFUNC(TensorScatterUpdate, TensorScatterUpdateInferShape) { in IMPLEMT_INFERFUNC() argument
164 …NodePtr TensorScatterUpdate(const NodePtr &input_x, const NodePtr &indices, const NodePtr &updates… in TensorScatterUpdate() function
4451 class TensorScatterUpdate(_TensorScatterOp): class
5190 [TensorScatterUpdate] section5191 opInfo.subTypeOfInferShape = 15192 opInfo.opsFlag = OPS_FLAG_CLOSE5193 opInfo.engine = DNN_VM_AICPU5194 opInfo.flagPartial = False5195 opInfo.computeCost = 1005196 opInfo.flagAsync = False5197 opInfo.opKernelLib = CUSTAICPUKernel5198 opInfo.formatAgnostic = False5199 opInfo.userDefined = True[all …]