Home
last modified time | relevance | path

Searched refs:set_op_name (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_client.cc92 request.set_op_name(GET_ALL_NODES); in GetAllNodes()
103 request.set_op_name(GET_ALL_EDGES); in GetAllEdges()
114 request.set_op_name(GET_NODES_FROM_EDGES); in GetNodesFromEdges()
129 request.set_op_name(GET_EDGES_FROM_NODES); in GetEdgesFromNodes()
147 request.set_op_name(GET_ALL_NEIGHBORS); in GetAllNeighbors()
165 request.set_op_name(GET_SAMPLED_NEIGHBORS); in GetSampledNeighbors()
186 request.set_op_name(GET_NEG_SAMPLED_NEIGHBORS); in GetNegSampledNeighbors()
204 request.set_op_name(RANDOM_WALK); in RandomWalk()
230 request.set_op_name(GET_NODE_FEATURE); in GetNodeFeature()
265 request.set_op_name(GET_EDGE_FEATURE); in GetEdgeFeature()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc273 dump_task->mutable_op()->set_op_name(kernel->fullname_with_scope()); in ConstructDumpTask()
290 task.mutable_op()->set_op_name(kNodeNameOpDebug); in SetOpDebugMappingInfo()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h144 void set_op_name(const std::string &op_name) { op_name_ = op_name; } in set_op_name() function
Doplib.cc206 op_info->set_op_name(obj.at(kOpName)); in DecodeOpInfo()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc52 op_info->set_op_name(AnfAlgo::GetCNodeName(cnode_)); in Run()