Searched defs:input_types (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ |
D | kernel_select_cpu.cc | 79 void GetInputDtypes(const CNodePtr &kernel_node, std::vector<TypeId> *input_types, in GetInputDtypes() 144 …etInputDtypeFormatMatchedNum(const KernelAttr &kernel_attr, const std::vector<TypeId> &input_types, in GetInputDtypeFormatMatchedNum() 178 …nelBuildInfo(const std::vector<std::string> &input_formats, const std::vector<TypeId> &input_types, in SetKernelBuildInfo() 190 …id KernelNotSupportException(const AnfNodePtr &kernel_node, const std::vector<TypeId> &input_types, in KernelNotSupportException() 227 std::vector<TypeId> input_types; in UpdateDynamicKernelBuildInfoAndAttrs() local 274 … const std::vector<KernelAttr> &kernel_attrs, const std::vector<TypeId> &input_types, in SelectKernel() 311 std::vector<TypeId> input_types; in SetKernelInfo() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | do_signature.cc | 94 TypeId GetMaxTypeId(const std::vector<TypePtr> &input_types, const std::vector<size_t> &indices) { in GetMaxTypeId() 153 …tMaxDtype(const std::vector<SignatureEnumDType> &dtypes, const std::vector<TypePtr> &input_types) { in GetMaxDtype() 200 const std::vector<TypePtr> &input_types, const FuncGraphPtr &graph, in DoAutoCast() 269 std::vector<TypePtr> input_types; in BuildNewCNode() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/ |
D | rt_kernel_info.cc | 73 std::vector<TypeId> input_types = {}; in GetRtKelInfo() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | cast_matmul_fusion.cc | 29 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul_node); in UpdateBuildInfo() local
|
D | insert_pad.cc | 173 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul); in InsertPad() local 225 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul_node); in UpdateMatmulInfo() local
|
D | optimize_assign.cc | 176 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(cnode); in ReplaceAssignByInplaceAssignInGraphkernel() local
|
D | decrease_compute_precision.cc | 69 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(cnode); in UpdateOutputInfo() local
|
D | graph_kernel_helper.cc | 725 std::vector<TypeId> input_types; in CreateCNode() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr): argument 155 def opcode(name, output_size, output_type, input_sizes, input_types, argument
|
D | nir.h | 1409 nir_alu_type input_types[NIR_ALU_MAX_INPUTS]; member
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmftransform.cpp | 1112 GList ** input_types) in gst_mf_transform_get_input_available_types()
|
D | gstmfvideoenc.cpp | 291 GList *input_types = NULL; in gst_mf_video_enc_set_format() local
|