Home
last modified time | relevance | path

Searched refs:cloned_output (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dmodel.cc1183 cloned_output = node_pair.second; in Snapshot() local
1184 cloned_output->add_input( in Snapshot()
1185 current->SnapshotHelper(cloned_output, &node_pairs)); in Snapshot()
1421 std::shared_ptr<Node> cloned_output, Node::NodePairList* node_pairs) const { in SnapshotHelper() argument
1427 std::shared_ptr<Node> cloned_current = Clone(cloned_output); in SnapshotHelper()
Dmodel.h523 std::shared_ptr<Node> SnapshotHelper(std::shared_ptr<Node> cloned_output,