Searched defs:UpdateFeatureMaps (Results 1 – 5 of 5) sorted by relevance
126 …virtual int UpdateFeatureMaps(const std::vector<lite::Tensor *> &features) { return mindspore::lit… in UpdateFeatureMaps() function
406 Status Model::UpdateFeatureMaps(const std::vector<MSTensor> &new_weights) { in UpdateFeatureMaps() function in mindspore::Model
604 Status Model::UpdateFeatureMaps(const std::vector<MSTensor> &new_weights) { in UpdateFeatureMaps() function in mindspore::Model
734 Status ModelImpl::UpdateFeatureMaps(const std::vector<MSTensor> &new_weights) { in UpdateFeatureMaps() function in mindspore::ModelImpl
1357 int TrainSession::UpdateFeatureMaps(const std::vector<lite::Tensor *> &features_map) { in UpdateFeatureMaps() function in mindspore::lite::TrainSession