Searched defs:origin_type (Results 1 – 13 of 13) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/ |
D | insert_pad_for_nms_with_mask.cc | 37 …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/ |
D | insert_cast.cc | 51 const auto origin_type = AnfAlgo::GetOutputInferDataType(cnode, output_idx); in InsertCastForMultipleOutput() local 97 const TypeId origin_type = AnfAlgo::GetOutputInferDataType(cnode, 0); in InsertCastForOutput() local
|
D | insert_transpose_for_basiclstm_op.cc | 46 auto origin_type = AnfAlgo::GetPrevNodeOutputInferDataType(cnode, 1); in Insert() local
|
D | deal_ref_and_split_unsupported_transdata.cc | 115 auto origin_type = AnfAlgo::GetOutputDeviceDataType(origin_pair.first, origin_pair.second); in AddAdditionalToRefOutput() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/cpu/ |
D | insert_cast_cpu.cc | 37 … 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/ |
D | ascend_helper.cc | 327 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/ |
D | decrease_compute_precision.cc | 37 const TypeId &origin_type) { in AddCastCNode()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_adapter.cc | 337 std::string TbeAdapter::GetRealOpType(const std::string &origin_type) { in GetRealOpType()
|
D | tbe_kernel_build.cc | 1052 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/ |
D | standard_method.py | 1546 def to_target_type(origin_type): argument
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_adjust.cc | 633 TypeId origin_type = AnfAlgo::GetOutputInferDataType(node, output_idx); in CreatTupleGetItemNode() local
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | kernel_graph.cc | 675 TypeId origin_type = AnfAlgo::GetOutputInferDataType(node, output_idx); in CreatTupleGetItemNode() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gst-dvb-descriptor.h | 447 gboolean origin_type; member
|