Searched refs:PrintNodeInfo (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/grappler/ |
D | model_analyzer.cc | 35 PrintNodeInfo(node, properties, debug, os); in GenerateReport() 38 PrintNodeInfo(node, properties, debug, os); in GenerateReport() 44 void ModelAnalyzer::PrintNodeInfo(const NodeDef* node, in PrintNodeInfo() function in tensorflow::grappler::ModelAnalyzer
|
D | model_analyzer.h | 37 void PrintNodeInfo(const NodeDef* node, const GraphProperties& properties,
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | summarize_graph_main.cc | 43 void PrintNodeInfo(const NodeDef* node) { in PrintNodeInfo() function 162 PrintNodeInfo(node); in SummarizeGraph() 172 PrintNodeInfo(node); in SummarizeGraph()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 877 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId, in PrintNodeInfo() function 893 OS << PrintNodeInfo(NId, *this) << ": " << Costs << '\n'; in dump() 904 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; in dump() 905 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump() 919 << PrintNodeInfo(NId, *this) << "\\n" in printDot()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 829 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId, in PrintNodeInfo() function 844 OS << PrintNodeInfo(NId, *this) << ": " << Costs << '\n'; in dump() 855 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; in dump() 856 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump() 867 << PrintNodeInfo(NId, *this) << "\\n" in printDot()
|