Searched refs:SetIncarnation (Results 1 – 2 of 2) sorted by relevance
947 void SetIncarnation(const PartitionOptions& opts, NodeDef* ndef) { in SetIncarnation() function969 void SetIncarnation(const PartitionOptions& opts, GraphDef* gdef) { in SetIncarnation() function971 SetIncarnation(opts, &ndef); in SetIncarnation()975 SetIncarnation(opts, &ndef); in SetIncarnation()1229 SetIncarnation(opts, gdef); in Partition()
489 TEST_F(GraphPartitionTest, SetIncarnation) { in TEST_F() argument