Searched refs:SetIncarnation (Results 1 – 2 of 2) sorted by relevance
920 void SetIncarnation(const PartitionOptions& opts, NodeDef* ndef) { in SetIncarnation() function942 void SetIncarnation(const PartitionOptions& opts, GraphDef* gdef) { in SetIncarnation() function944 SetIncarnation(opts, &ndef); in SetIncarnation()948 SetIncarnation(opts, &ndef); in SetIncarnation()1202 SetIncarnation(opts, gdef); in Partition()
489 TEST_F(GraphPartitionTest, SetIncarnation) { in TEST_F() argument