Searched defs:GetTrainMode (Results 1 – 3 of 3) sorted by relevance
451 bool Model::GetTrainMode() const { in GetTrainMode() function in mindspore::Model
567 bool Model::GetTrainMode() const { return ((impl_ != nullptr) && (impl_->session_) && (impl_->sessi… in GetTrainMode() function in mindspore::Model
2499 napi_value MSLiteModelNapi::GetTrainMode(napi_env env, napi_callback_info info) { in GetTrainMode() function in mindspore::MSLiteModelNapi