Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_info.h373 : GatherInfo(name, inputs_shape, outputs_shape, attrs, replace_op_name) {} in GatherInfo() argument
381 : GatherInfo(name, inputs_shape, outputs_shape, attrs, replace_op_name) {} in GatherInfo() argument
Dgather_info.cc1022 auto replace_op_name = GetPrimNameFromInfoName(replace_op_name_); in InferReplaceGraph() local