Home
last modified time | relevance | path

Searched defs:input_types (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dkernel_select_cpu.cc79 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/
Ddo_signature.cc94 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/
Drt_kernel_info.cc73 std::vector<TypeId> input_types = {}; in GetRtKelInfo() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dcast_matmul_fusion.cc29 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul_node); in UpdateBuildInfo() local
Dinsert_pad.cc173 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul); in InsertPad() local
225 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul_node); in UpdateMatmulInfo() local
Doptimize_assign.cc176 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(cnode); in ReplaceAssignByInplaceAssignInGraphkernel() local
Ddecrease_compute_precision.cc69 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(cnode); in UpdateOutputInfo() local
Dgraph_kernel_helper.cc725 std::vector<TypeId> input_types; in CreateCNode() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 input_types, is_conversion, algebraic_properties, const_expr): argument
155 def opcode(name, output_size, output_type, input_sizes, input_types, argument
Dnir.h1409 nir_alu_type input_types[NIR_ALU_MAX_INPUTS]; member
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmftransform.cpp1112 GList ** input_types) in gst_mf_transform_get_input_available_types()
Dgstmfvideoenc.cpp291 GList *input_types = NULL; in gst_mf_video_enc_set_format() local