Searched defs:ModelType (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ |
D | graph_data.h | 39 enum ModelType ModelType() const { return model_type_; } in ModelType() function
|
D | graph.cc | 35 ModelType Graph::ModelType() const { in ModelType() function in mindspore::Graph
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
D | build_sentence_piece_vocab_node.h | 80 SentencePieceModel ModelType() const { return model_type_; } in ModelType() function
|
/third_party/mindspore/mindspore/lite/src/cxx_api/graph/ |
D | graph.cc | 36 ModelType Graph::ModelType() const { return kMindIR; } in ModelType() function in mindspore::Graph
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/ |
D | model.cc | 68 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/ |
D | lite_types.h | 51 } ModelType; typedef
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/ |
D | serialization.cc | 341 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/ |
D | types.h | 33 enum ModelType : uint32_t { enum
|
/third_party/mindspore/include/api/ |
D | types.h | 37 enum ModelType : uint32_t { enum
|