Searched defs:MaxPoolWithArgmaxV2 (Results 1 – 4 of 4) sorted by relevance
38 …MaxPoolWithArgmaxV2() : BaseOperator(kNameMaxPoolWithArgmaxV2) { InitIOName({"x"}, {"output", "arg… in MaxPoolWithArgmaxV2() function
31 __global__ void MaxPoolWithArgmaxV2(const T *input, T *output, S *index, const int inputN, const in… in MaxPoolWithArgmaxV2() function
68 "MaxPoolWithArgmaxV2": { object131 "MaxPoolWithArgmaxV2": { object
9373 class MaxPoolWithArgmaxV2(Primitive): class