Searched defs:BatchNormGradGrad (Results 1 – 3 of 3) sorted by relevance
254 CUST_IMPLEMT_INFERFUNC(BatchNormGradGrad, BatchNormGradGradInferShape) { in CUST_IMPLEMT_INFERFUNC() argument
339 [BatchNormGradGrad] section340 opInfo.subTypeOfInferShape=1341 opInfo.opsFlag=OPS_FLAG_CLOSE342 opInfo.engine=DNN_VM_AICPU343 opInfo.flagPartial=False344 opInfo.computeCost=100345 opInfo.flagAsync=False346 opInfo.opKernelLib=CUSTAICPUKernel347 opInfo.formatAgnostic=False348 opInfo.kernelSo=libcust_cpu_kernels.so[all …]
341 BatchNormGradGrad() : BaseOperator(kNameBatchNormGradGrad) {} in BatchNormGradGrad() function