Searched defs:MaxPool3DWithArgmax (Results 1 – 5 of 5) sorted by relevance
37 MaxPool3DWithArgmax() : BaseOperator(kNameMaxPool3DWithArgmax) { in MaxPool3DWithArgmax() function
29 __global__ void MaxPool3DWithArgmax(const T *input, T *output, S *index, const int inputD, const in… in MaxPool3DWithArgmax() function
310 CUST_IMPLEMT_INFERFUNC(MaxPool3DWithArgmax, MaxPool3DWithArgmaxInferShape) { in CUST_IMPLEMT_INFERFUNC() argument415 CUST_IMPLEMT_VERIFIER(MaxPool3DWithArgmax, MaxPool3DWithArgmaxVerify) { in CUST_IMPLEMT_VERIFIER() argument
2098 [MaxPool3DWithArgmax] section2099 opInfo.subTypeOfInferShape=12100 opInfo.opsFlag=OPS_FLAG_CLOSE2101 opInfo.engine=DNN_VM_AICPU2102 opInfo.flagPartial=False2103 opInfo.computeCost=1002104 opInfo.flagAsync=False2105 opInfo.opKernelLib=CUSTAICPUKernel2106 opInfo.formatAgnostic=False2107 opInfo.kernelSo=libcust_cpu_kernels.so[all …]
1918 class MaxPool3DWithArgmax(Primitive): class