Home
last modified time | relevance | path

Searched defs:ModelType (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/
Dgraph_data.h39 enum ModelType ModelType() const { return model_type_; } in ModelType() function
Dgraph.cc35 ModelType Graph::ModelType() const { in ModelType() function in mindspore::Graph
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbuild_sentence_piece_vocab_node.h80 SentencePieceModel ModelType() const { return model_type_; } in ModelType() function
/third_party/mindspore/mindspore/lite/src/cxx_api/graph/
Dgraph.cc36 ModelType Graph::ModelType() const { return kMindIR; } in ModelType() function in mindspore::Graph
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel.cc68 Status Model::Build(const void *, size_t, ModelType, const std::shared_ptr<Context> &, const Key &, in Build() argument
74 Status Model::Build(const std::string &, ModelType, const std::shared_ptr<Context> &, const Key &, in Build() argument
/third_party/mindspore/mindspore/lite/include/
Dlite_types.h51 } ModelType; typedef
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dserialization.cc341 Status Serialization::ExportModel(const Model &, ModelType, Buffer *) { in ExportModel() argument
346 Status Serialization::ExportModel(const Model &, ModelType, const std::string &, QuantizationType, … in ExportModel() argument
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dtypes.h33 enum ModelType : uint32_t { enum
/third_party/mindspore/include/api/
Dtypes.h37 enum ModelType : uint32_t { enum