Searched refs:ComputeOneRound (Results 1 – 3 of 3) sorted by relevance
245 ComputeOneRound(next_node_id); in Compute()331 void Signature::ComputeOneRound(size_t next_node_id) { in ComputeOneRound() function in tensorflow::grappler::graph_analyzer::Signature
293 void ComputeOneRound(size_t next_node_id);
119 static void ComputeOneRound(size_t next_node_id, Signature* signature) { in ComputeOneRound() function in tensorflow::grappler::graph_analyzer::test::SigBaseTest120 signature->ComputeOneRound(next_node_id); in ComputeOneRound()935 ComputeOneRound(0, &sig_); in TEST_F()965 ComputeOneRound(0, &sig_); in TEST_F()1007 ComputeOneRound(1, &sig_); in TEST_F()