Home
last modified time | relevance | path

Searched defs:Predict (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.cc20 Status ModelImpl::Predict(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Predict() function in mindspore::ModelImpl
Dmodel.cc88 Status Model::Predict(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs, in Predict() function in mindspore::Model
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_custom_parser.cc135 ops::PrimitiveC *TfliteCustomParser::Predict(const std::vector<uint8_t> &custom_attr) { in Predict() function in mindspore::lite::TfliteCustomParser
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dacl_model_multi.cc115 Status AclModelMulti::Predict(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Predict() function in mindspore::AclModelMulti
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel.cc103 Status Model::Predict(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs, in Predict() function in mindspore::Model
Dmodel_impl.cc199 Status ModelImpl::Predict(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs, in Predict() function in mindspore::ModelImpl
/third_party/mindspore/mindspore/lite/src/c_api/
Dmodel_c.cc129 Status ModelC::Predict(const OH_AI_TensorHandle *inputs, size_t input_num, OH_AI_TensorHandle **out… in Predict() function in mindspore::ModelC