MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CollectTunableParameters

Method CollectTunableParameters

tensorflow/core/framework/model.cc:780–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780std::map<string, std::shared_ptr<Parameter>> Model::CollectTunableParameters(
781 std::shared_ptr<Node> node) {
782 std::map<string, std::shared_ptr<Parameter>> parameters;
783 node->CollectTunableParameters(&parameters);
784 return parameters;
785}
786
787std::map<string, std::shared_ptr<Parameter>> Model::CollectEssentialParallelism(
788 std::shared_ptr<Node> node) {

Callers 6

TESTFunction · 0.80
TEST_PFunction · 0.80
SHARED_LOCKS_REQUIREDMethod · 0.80
SHARED_LOCKS_REQUIREDMethod · 0.80
LOCKS_EXCLUDEDMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TEST_PFunction · 0.64