HomeSort by relevance Sort by last modified time
    Searched refs:PrintNodeInfo (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/grappler/
model_analyzer.h 37 void PrintNodeInfo(const NodeDef* node, const GraphProperties& properties,
model_analyzer.cc 34 PrintNodeInfo(node, properties, debug, os);
37 PrintNodeInfo(node, properties, debug, os);
43 void ModelAnalyzer::PrintNodeInfo(const NodeDef* node,
  /external/tensorflow/tensorflow/tools/graph_transforms/
summarize_graph_main.cc 43 void PrintNodeInfo(const NodeDef* node) {
162 PrintNodeInfo(node);
172 PrintNodeInfo(node);
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 829 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId,
844 OS << PrintNodeInfo(NId, *this) << ": " << Costs << '\n';
855 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / ";
856 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n";
867 << PrintNodeInfo(NId, *this) << "\\n"

Completed in 99 milliseconds