Searched defs:pyop_instance (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/ |
D | generate_graph.cc | 176 …ValuePtr pyop_instance = CreatOpInstance(attrs, op_name, instance_name_base_ + op_name + std::to_s… in NewOpInst() local 187 …ValuePtr pyop_instance = CreatOpInstance(attrs, op_name, instance_name_base_ + std::to_string(name… in NewOpInst() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_parallel_utils.cc | 189 ValuePtr pyop_instance = CreatOpInstance(arg_replace_op.first, replace_op.first, instance_name); in ReplaceOpInput() local
|
D | step_parallel.cc | 104 ValuePtr pyop_instance = CreatOpInstance(arg_forward.first, op.first, instance_name); in CreateInput() local 166 ValuePtr pyop_instance = CreatOpInstance(arg_forward.first, op_name, instance_name); in CreateMirrorInput() local
|