Home
last modified time | relevance | path

Searched refs:kMaxPoolWithArgmaxOpName (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dmaxpool_to_maxpool_with_argmax.cc54 …ePtr> maxpool_argmax_inputs = {NewValueNode(std::make_shared<Primitive>(kMaxPoolWithArgmaxOpName)), in CreateMaxPoolWithArgmax()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h248 constexpr auto kMaxPoolWithArgmaxOpName = "MaxPoolWithArgmax"; variable