MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Out

Function Out

tensorflow/compiler/jit/node_matchers.h:214–217  ·  view source on GitHub ↗

Matches the first output of a node that matches `node`.

Source from the content-addressed store, hash-verified

212
213// Matches the first output of a node that matches `node`.
214inline ::testing::Matcher<impl::OutEdge> Out(
215 ::testing::Matcher<const Node*> node) {
216 return Out(0, node);
217}
218
219// Matches a node with control dependences `control_deps`.
220//

Callers 4

TESTFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56