Home
last modified time | relevance | path

Searched defs:max_pool (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dtranspose_transdata_fusion_test.py21 max_pool = P.MaxPoolWithArgmax(pad_mode="same", kernel_size=3, strides=2) variable
Dinsert_trans_op_test.py21 max_pool = P.MaxPoolWithArgmax(pad_mode="same", kernel_size=3, strides=2) variable
Dtransdata_split_test.py21 max_pool = P.MaxPoolWithArgmax(pad_mode="same", kernel_size=3, strides=2) variable
Dremove_internal_output_test.py21 max_pool = P.MaxPoolWithArgmax(pad_mode="same", kernel_size=3, strides=2) variable
Dmixed_precision_test.py25 max_pool = P.MaxPoolWithArgmax(pad_mode="same", kernel_size=3, strides=2) variable
Dhw_opt_test.py25 max_pool = P.MaxPoolWithArgmax(pad_mode="same", kernel_size=3, strides=2) variable
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/session/
Dsession_test.py25 max_pool = P.MaxPoolWithArgmax(pad_mode="same", kernel_size=3, strides=2) variable
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/format_type/
Dinsert_trans_op_test.cc73 auto max_pool = ret->input(1)->cast<CNodePtr>()->input(1)->cast<CNodePtr>()->input(1); in GetMutilpleOutputGraph() local
Dremove_internal_output_test.cc78 auto max_pool = tuple_getitem1->cast<CNodePtr>()->input(1); in GetMutilpleOutputGraph() local