Home
last modified time | relevance | path

Searched defs:maxpool (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dmaxpool_to_maxpool_with_argmax.cc47 CNodePtr CreateMaxPoolWithArgmax(const FuncGraphPtr &graph, const CNodePtr &maxpool) { in CreateMaxPoolWithArgmax()
89 void SetNodeAttrs(const CNodePtr &maxpool, const CNodePtr &maxpool_grad, const CNodePtr &maxpool_ar… in SetNodeAttrs()
122 VectorRef maxpool({prim::kPrimMaxPool, X}); in DefinePattern() local
134 auto maxpool = GetMaxPool(maxpool_grad); in Process() local
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/
Dpooling_grad_fp32_tests.cc457 auto maxpool = static_cast<PoolingParameter *>(malloc(sizeof(PoolingParameter))); in TEST_F() local
528 auto maxpool = static_cast<PoolingParameter *>(malloc(sizeof(PoolingParameter))); in TEST_F() local
605 auto maxpool = static_cast<PoolingParameter *>(malloc(sizeof(PoolingParameter))); in TEST_F() local