Home
last modified time | relevance | path

Searched defs:origin_type (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dinsert_pad_for_nms_with_mask.cc37 …nsertPadToGraph(const FuncGraphPtr &func_graph, const AnfNodePtr &input, const TypeId &origin_type, in InsertPadToGraph()
67 auto origin_type = AnfAlgo::GetPrevNodeOutputInferDataType(cnode, input_idx); in Process() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dinsert_cast.cc51 const auto origin_type = AnfAlgo::GetOutputInferDataType(cnode, output_idx); in InsertCastForMultipleOutput() local
97 const TypeId origin_type = AnfAlgo::GetOutputInferDataType(cnode, 0); in InsertCastForOutput() local
Dinsert_transpose_for_basiclstm_op.cc46 auto origin_type = AnfAlgo::GetPrevNodeOutputInferDataType(cnode, 1); in Insert() local
Ddeal_ref_and_split_unsupported_transdata.cc115 auto origin_type = AnfAlgo::GetOutputDeviceDataType(origin_pair.first, origin_pair.second); in AddAdditionalToRefOutput() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/cpu/
Dinsert_cast_cpu.cc37 … const std::vector<size_t> &origin_shape, const TypeId &origin_type) { in AddCastOpNodeToGraph()
74 auto origin_type = AnfAlgo::GetOutputDeviceDataType(prev_node.first, prev_node.second); in InsertCast() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc327 const abstract::BaseShapePtr &origin_shape, const TypeId &origin_type, in AddCastOpNodeToGraph()
428 TypeId origin_type(kTypeUnknown); in InsertCastForInput() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Ddecrease_compute_precision.cc37 const TypeId &origin_type) { in AddCastCNode()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_adapter.cc337 std::string TbeAdapter::GetRealOpType(const std::string &origin_type) { in GetRealOpType()
Dtbe_kernel_build.cc1052 auto origin_type = AnfAlgo::GetCNodeName(cnode); in GenFusionComputeCommonJson() local
1346 std::string TbeKernelBuild::GetRealOpType(const std::string &origin_type) { in GetRealOpType()
/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py1546 def to_target_type(origin_type): argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc633 TypeId origin_type = AnfAlgo::GetOutputInferDataType(node, output_idx); in CreatTupleGetItemNode() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc675 TypeId origin_type = AnfAlgo::GetOutputInferDataType(node, output_idx); in CreatTupleGetItemNode() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-descriptor.h447 gboolean origin_type; member