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

Method DescribeTo

tensorflow/compiler/jit/node_matchers.cc:371–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 }
370
371 void DescribeTo(::std::ostream* os) const override {
372 if (src_oidx_) {
373 *os << "output slot: " << src_oidx_ << ", source: (";
374 }
375
376 src_matcher_.DescribeTo(os);
377
378 if (src_oidx_) {
379 *os << ")";
380 }
381 }
382
383 private:
384 ::testing::Matcher<const Node*> src_matcher_;

Callers

nothing calls this directly

Calls 1

DescribeToMethod · 0.45

Tested by

no test coverage detected