Home
last modified time | relevance | path

Searched defs:BatchNormGradGrad (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dnn_norm_ops_proto.cc254 CUST_IMPLEMT_INFERFUNC(BatchNormGradGrad, BatchNormGradGradInferShape) { in CUST_IMPLEMT_INFERFUNC() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini339 [BatchNormGradGrad] section
340 opInfo.subTypeOfInferShape=1
341 opInfo.opsFlag=OPS_FLAG_CLOSE
342 opInfo.engine=DNN_VM_AICPU
343 opInfo.flagPartial=False
344 opInfo.computeCost=100
345 opInfo.flagAsync=False
346 opInfo.opKernelLib=CUSTAICPUKernel
347 opInfo.formatAgnostic=False
348 opInfo.kernelSo=libcust_cpu_kernels.so
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h341 BatchNormGradGrad() : BaseOperator(kNameBatchNormGradGrad) {} in BatchNormGradGrad() function