Home
last modified time | relevance | path

Searched defs:IsTrainModel (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/cxx_api/graph/
Dgraph_data.h39 bool IsTrainModel() { return true; } in IsTrainModel() function
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel_impl.cc180 bool ModelImpl::IsTrainModel() { return (graph_ && graph_->graph_data_ && graph_->graph_data_->IsTr… in IsTrainModel() function in mindspore::ModelImpl