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

Function Out

tensorflow/compiler/jit/node_matchers.cc:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 return Out(NodeWith(ConstantValue(val)));
523}
524::testing::Matcher<impl::OutEdge> Out(
525 int oidx, ::testing::Matcher<const Node*> node_matcher) {
526 return ::testing::MakeMatcher(new OutEdgeMatcher(node_matcher, oidx));
527}
528} // namespace matchers
529
530Node* FindNodeByName(Graph* g, absl::string_view name) {

Callers 1

ConstFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected