Home
last modified time | relevance | path

Searched defs:ModelImpl (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/include/api/metrics/
Dmetrics.h24 class ModelImpl; variable
35 friend class ModelImpl; variable
/third_party/mindspore/include/api/
Dgraph.h42 friend class ModelImpl; variable
Dmodel.h34 class ModelImpl; variable
Dtypes.h279 friend class ModelImpl; variable
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dgraph.h42 friend class ModelImpl; variable
Dmodel.h32 class ModelImpl; variable
Dcell.h107 friend class ModelImpl; variable
Dtypes.h89 friend class ModelImpl; variable
/third_party/mindspore/include/api/callback/
Dcallback.h28 class ModelImpl; variable
89 friend class ModelImpl; variable
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel_impl.h59 ModelImpl() : graph_(nullptr), session_(nullptr), context_(nullptr) {} in ModelImpl() function