Home
last modified time | relevance | path

Searched defs:ComputeOneRound (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dsig_node.cc331 void Signature::ComputeOneRound(size_t next_node_id) { in ComputeOneRound() function in tensorflow::grappler::graph_analyzer::Signature
H A Dsig_node_test.cc119 static void ComputeOneRound(size_t next_node_id, Signature* signature) { in ComputeOneRound() function in tensorflow::grappler::graph_analyzer::test::SigBaseTest