Home
last modified time | relevance | path

Searched refs:PrintNodeInfo (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer.cc35 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
Dmodel_analyzer.h37 void PrintNodeInfo(const NodeDef* node, const GraphProperties& properties,
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsummarize_graph_main.cc43 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/
DRegAllocPBQP.cpp877 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/
DRegAllocPBQP.cpp829 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()