Home
last modified time | relevance | path

Searched defs:GetInputDataType (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/model/
Dmodel_infer.cc188 const std::vector<TypeId> ModelInfer::GetInputDataType() { return model_process_.GetInputDataType()… in GetInputDataType() function in mindspore::kernel::acl::ModelInfer
Dmodel_process.cc287 const std::vector<TypeId> ModelProcess::GetInputDataType() { in GetInputDataType() function in mindspore::kernel::acl::ModelProcess
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/cxx_api/
Dconverter.cc152 DataType Converter::GetInputDataType() { in GetInputDataType() function in mindspore::Converter
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Dutil.cc37 bool GetInputDataType(const ge::DataType &data_type, const std::vector<ge::DataType> &supportList) { in GetInputDataType() function
619 bool GetInputDataType(const ge::DataType &dataType, const std::vector<ge::DataType> &supportList, s… in GetInputDataType() function