Home
last modified time | relevance | path

Searched defs:model_type (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mindspore/mindspore/lite/src/cxx_api/
Dserialization.cc40 Status Serialization::Load(const void *model_data, size_t data_size, ModelType model_type, Graph *g… in Load()
74 Status Serialization::Load(const std::vector<char> &file, ModelType model_type, Graph *graph, const… in Load()
109 Status Serialization::Load(const std::vector<std::vector<char>> &files, ModelType model_type, in Load()
120 Status Serialization::ExportModel(const Model &model, ModelType model_type, Buffer *model_data) { in ExportModel()
125 Status Serialization::ExportModel(const Model &model, ModelType model_type, const std::string &mode… in ExportModel()
/third_party/mindspore/include/api/
Dserialization.h85 Status Serialization::Load(const void *model_data, size_t data_size, ModelType model_type, Graph *g… in Load()
90 Status Serialization::Load(const std::string &file, ModelType model_type, Graph *graph, const Key &… in Load()
95 Status Serialization::Load(const std::vector<std::string> &files, ModelType model_type, std::vector… in Load()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/
Dgraph_data.cc23 Graph::GraphData::GraphData(const FuncGraphPtr &func_graph, enum ModelType model_type) in GraphData()
32 Graph::GraphData::GraphData(const Buffer &om_data, enum ModelType model_type) in GraphData()
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dserialization.cc103 Status Serialization::Load(const void *model_data, size_t data_size, ModelType model_type, Graph *g… in Load()
156 Status Serialization::Load(const std::vector<char> &file, ModelType model_type, Graph *graph) { in Load()
160 Status Serialization::Load(const std::vector<char> &file, ModelType model_type, Graph *graph, const… in Load()
239 Status Serialization::Load(const std::vector<std::vector<char>> &files, ModelType model_type, in Load()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dserialization.h43 Status Serialization::Load(const std::string &file, ModelType model_type, Graph *graph) { in Load()
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel.cc31 Status Model::Build(const void *model_data, size_t data_size, ModelType model_type, in Build()
49 Status Model::Build(const std::string &model_path, ModelType model_type, const std::shared_ptr<Cont… in Build()
132 bool Model::CheckModelSupport(enum DeviceType device_type, ModelType model_type) { in CheckModelSupport()
Dmodel_impl.cc46 Status ModelImpl::Build(const void *model_data, size_t data_size, ModelType model_type, in Build()
74 Status ModelImpl::Build(const std::string &model_path, ModelType model_type, in Build()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.h47 virtual bool CheckModelSupport(enum ModelType model_type) { return false; } in CheckModelSupport()
Dmodel.cc177 bool Model::CheckModelSupport(enum DeviceType device_type, ModelType model_type) { in CheckModelSupport()
/third_party/cef/libcef/browser/extensions/api/storage/
Dsync_value_store_cache.cc88 value_store_util::ModelType model_type = in GetStorage() local
/third_party/mindspore/mindspore/lite/src/c_api/
Dmodel_c.cc56 Status ModelC::Build(const void *model_data, size_t data_size, ModelType model_type, const ContextC… in Build()
77 Status ModelC::Build(const std::string &model_path, ModelType model_type, const ContextC *model_con… in Build()
314 OH_AI_ModelType model_type, const OH_AI_ContextHandle model_context) { in OH_AI_ModelBuild()
329 …_AI_ModelBuildFromFile(OH_AI_ModelHandle model, const char *model_path, OH_AI_ModelType model_type, in OH_AI_ModelBuildFromFile()
/third_party/boost/boost/geometry/strategies/geographic/
Denvelope.hpp50 typedef Spheroid model_type; typedef in boost::geometry::strategy::envelope::geographic
Denvelope_segment.hpp40 typedef Spheroid model_type; typedef in boost::geometry::strategy::envelope::geographic_segment
Ddisjoint_segment_box.hpp59 typedef Spheroid model_type; typedef
Ddistance.hpp81 typedef Spheroid model_type; typedef in boost::geometry::strategy::distance::geographic
Dazimuth.hpp40 typedef Spheroid model_type; typedef in boost::geometry::strategy::azimuth::geographic
/third_party/mindspore/mindspore/dataset/text/
Dutils.py158 def from_dataset(cls, dataset, col_names, vocab_size, character_coverage, model_type, params): argument
197 def from_file(cls, file_path, vocab_size, character_coverage, model_type, params): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbuild_sentence_piece_vocab_node.cc33 … float character_coverage, SentencePieceModel model_type, in BuildSentenceVocabNode()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/
Dsentence_piece_vocab.cc34 … const float character_coverage, const SentencePieceModel model_type, in BuildFromFile()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dacl_model.cc166 bool AclModel::CheckModelSupport(enum ModelType model_type) { in CheckModelSupport()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbuild_sentence_piece_vocab_op.cc26 … float character_coverage, SentencePieceModel model_type, in BuildSentencePieceVocabOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/text/
Dbindings.cc57 const SentencePieceModel model_type, const py::dict &params) { in __anond412dc680502()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/ms/
Dms_model.cc174 bool MsModel::CheckModelSupport(enum ModelType model_type) { in CheckModelSupport()
/third_party/boost/boost/geometry/srs/projections/
Dspar.hpp535 typedef SpheroidOrSphere model_type; typedef
627 template <typename T> struct model_type struct
629 typedef void type;
637 template <typename T> struct model_type struct
640 typedef typename spar::ellps<E>::model_type type;
/third_party/mindspore/mindspore/lite/src/train/
Dtransfer_session.cc181 int TransferSession::Export(const std::string &filename, ModelType model_type, QuantizationType qua… in Export()

12