Searched defs:AvgPool (Results 1 – 6 of 6) sorted by relevance
26 class AvgPool(nn.Cell): class
31 class AvgPool(nn.Cell): class
232 "AvgPool": { object487 "AvgPool": "not support strides > 63.", string
301 AvgPool() : BaseOperator(kNameAvgPool) {} in AvgPool() function
351 MS_TRT_CONVERTER_FUNC_REG(AvgPool) { return AddPoolingLayer(node, context, nvinfer1::PoolingType::k… in MS_TRT_CONVERTER_FUNC_REG() argument