Searched defs:MaxPool (Results 1 – 3 of 3) sorted by relevance
35 MaxPool() : PrimitiveC(kNameMaxPool) { InitIOName({"x"}, {"output"}); } in MaxPool() function36 explicit MaxPool(const std::string k_name) : PrimitiveC(k_name) { InitIOName({"x"}, {"output"}); } in MaxPool() function
341 MS_TRT_CONVERTER_FUNC_REG(MaxPool) { return AddPoolingLayer(node, context, nvinfer1::PoolingType::k… in MS_TRT_CONVERTER_FUNC_REG() argument
1689 class MaxPool(_Pool): class