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

Function Print

tensorflow/compiler/mlir/tensorflow/ir/tf_executor.cc:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void Print(GraphOp graph, OpAsmPrinter &p) {
240 p << graph.getOperationName();
241 p.printRegion(graph.getOperation()->getRegion(0));
242 p.printOptionalAttrDict(graph.getAttrs());
243}
244
245ParseResult ParseGraphOp(OpAsmParser &parser, OperationState &result) {
246 llvm::SMLoc loc = parser.getCurrentLocation();

Callers

nothing calls this directly

Calls 13

GetYieldMethod · 0.80
parallel_iterationsMethod · 0.80
outputMethod · 0.65
getOperationNameMethod · 0.45
emptyMethod · 0.45
WrapsSingleOpMethod · 0.45
frontMethod · 0.45
getTypeMethod · 0.45
dataMethod · 0.45
predicateMethod · 0.45
beginMethod · 0.45
is_constantMethod · 0.45

Tested by

no test coverage detected