Home
last modified time | relevance | path

Searched defs:op_desc (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/
Dop_tiling_adapter.cc74 … OpTilingCalculateAdapter::ConvertInputShapeAndType(const CNodePtr &node, ge::OpDescPtr *op_desc) { in ConvertInputShapeAndType()
110 …OpTilingCalculateAdapter::ConvertOutputShapeAndType(const CNodePtr &node, ge::OpDescPtr *op_desc) { in ConvertOutputShapeAndType()
139 void OpTilingCalculateAdapter::ConvertCompileInfo(const CNodePtr &node, ge::OpDescPtr *op_desc) { in ConvertCompileInfo()
154 ge::OpDescPtr op_desc = std::make_shared<ge::OpDesc>(name, CONSTANTOP); in NewConstantOp() local
184 …ePtr &node, const std::map<uint32_t, tensor::TensorPtr> &depend_tensor_map, ge::OpDescPtr *op_desc, in ConvertDepends()
278 ge::OpDescPtr op_desc = std::make_shared<ge::OpDesc>(op_name_, op_type); in AnfNodeToGeNodeAdapter() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_tf.c322 TF_OperationDescription *op_desc; in add_conv_layer() local
446 TF_OperationDescription *op_desc; in add_depth_to_space_layer() local
472 TF_OperationDescription *op_desc; in add_pad_layer() local
527 TF_OperationDescription *op_desc; in add_maximum_layer() local
571 TF_OperationDescription *op_desc; in load_native_model() local
/third_party/mesa3d/src/broadcom/qpu/
Dqpu_pack.c594 const struct opcode_desc *op_desc) in opcode_invalid_in_version()
607 const struct opcode_desc *op_desc = &opcodes[i]; in lookup_opcode_from_packed() local
975 const struct opcode_desc *op_desc = &opcodes[i]; in lookup_opcode_from_instr() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc101 const DumpOption &dump_option, nlohmann::json *op_desc, in GenJson()
494 … AnfToJsonDesc(const AnfNodePtrList &nodes, const DumpOption &dump_option, nlohmann::json *op_desc, in AnfToJsonDesc()
522 …nfToJsonDesc(const AnfNodePtrList &nodes, const DumpOption &dump_option, nlohmann::json *op_desc) { in AnfToJsonDesc()
550 …onst std::vector<AnfNodePtrList> &graphs, const DumpOption &dump_option, nlohmann::json *op_desc) { in AnfToJsonDesc()
Dgraph_kernel_splitter.cc60 bool IsRecomputeOp(const nlohmann::json &op_desc, const std::set<std::string> &recompute_ops) { in IsRecomputeOp()
101 void SetStitchAttr(const nlohmann::json &op_desc, const StitchInfo &info, const CNodePtr &node) { in SetStitchAttr()
149 for (const auto &op_desc : op_node_descs) { in DecodeSplitNodes() local
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dconverter.cc171 ge::OpDescPtr op_desc = std::make_shared<ge::OpDesc>(kStubDataStructureName, ge_node_name); in GenerateStubGeNode() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_creator.cc539 auto op_desc = AnfAlgo::GetOutputDataDesc(anf_node); in GenOutputDataDescJson() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc412 for (const auto &op_desc : op_node_descs) { in DecodeFusedNodes() local