Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc947 void SetIncarnation(const PartitionOptions& opts, NodeDef* ndef) { in SetIncarnation() function
969 void SetIncarnation(const PartitionOptions& opts, GraphDef* gdef) { in SetIncarnation() function
971 SetIncarnation(opts, &ndef); in SetIncarnation()
975 SetIncarnation(opts, &ndef); in SetIncarnation()
1229 SetIncarnation(opts, gdef); in Partition()
Dgraph_partition_test.cc489 TEST_F(GraphPartitionTest, SetIncarnation) { in TEST_F() argument