Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/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-src/source/mindspore/lite/src/extendrt/cxx_api/graph/
Dgraph_data.h38 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-src/source/mindspore/ccsrc/cxx_api/model/
Dmodel.cc54 Status Model::Build(const std::vector<char> &, ModelType, const std::shared_ptr<Context> &, const K… in Build() argument
60 Status Model::Build(const std::vector<char> &, ModelType, const std::shared_ptr<Context> &) { in Build() argument
65 Status Model::Build(const void * /* model_data */, size_t /* data_size */, ModelType /* model_type … in Build() argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/config/
DModelType.java24 public class ModelType { class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbuild_sentence_piece_vocab_node.h79 SentencePieceModel ModelType() const { return model_type_; } in ModelType() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/graph/
Dgraph.cc36 ModelType Graph::ModelType() const { return kMindIR_Lite; } in ModelType() function in mindspore::Graph
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/
Dserialization.cc336 Status Serialization::ExportModel(const Model &, ModelType, Buffer *, QuantizationType, bool, in ExportModel() argument
342 Status Serialization::ExportModel(const Model &, ModelType, const std::vector<char> &, Quantization… in ExportModel() argument
348 Status Serialization::ExportWeightsCollaborateWithMicro(const Model &, ModelType, const std::vector… in ExportWeightsCollaborateWithMicro() argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/
Dserialization.cc360 Status Serialization::ExportModel(const Model &, ModelType, Buffer *, QuantizationType, bool, in ExportModel() argument
366 Status Serialization::ExportModel(const Model &, ModelType, const std::vector<char> &, Quantization… in ExportModel() argument
372 Status Serialization::ExportWeightsCollaborateWithMicro(const Model &, ModelType, const std::vector… in ExportWeightsCollaborateWithMicro() argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/include/
Dlite_types.h63 } ModelType; typedef
/third_party/mindspore/mindspore-src/source/mindspore/lite/python/api/
Dmodel.py34 class ModelType(Enum): class
/third_party/mindspore/mindspore-src/source/include/api/
Dtypes.h30 enum ModelType : uint32_t { enum
/third_party/grpc/src/core/channelz/
Dchannelz.h347 enum class ModelType { kUnset = 0, kTls = 1, kOther = 2 }; enum