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

Method set_versions

tensorflow/core/graph/graph.cc:431–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429
430const VersionDef& Graph::versions() const { return *versions_; }
431void Graph::set_versions(const VersionDef& versions) { *versions_ = versions; }
432
433Node* Graph::AddNode(NodeDef node_def, Status* status) {
434 const OpDef* op_def;

Callers 13

ConvertMethod · 0.80
AddPlaceholdersForFeedsFunction · 0.80
MakeNodeImageMethod · 0.80
MakeNodeImageMethod · 0.80
EvaluateConstantTensorFunction · 0.80
TEST_FFunction · 0.80
UpdateVersionDefMethod · 0.80
UndoMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64