Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc265 bool ParameterServer::HasWeight(const Key &key) { return (weights_.count(key) > 0 && !is_embedding_… in HasWeight() function in mindspore::ps::ParameterServer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp758 bool HasWeight = false; in getBlockWeight() local