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

Function Print

tensorflow/compiler/mlir/tensorflow/ir/tf_device.cc:134–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void Print(ReturnOp op, OpAsmPrinter* p) {
135 *p << op.getOperationName();
136 if (op.getNumOperands() > 0) {
137 *p << ' ';
138 p->printOperands(op.getOperands());
139 *p << " : ";
140 interleaveComma(op.getOperandTypes(), *p);
141 }
142}
143} // anonymous namespace
144
145//===----------------------------------------------------------------------===//

Callers

nothing calls this directly

Calls 4

getOperationNameMethod · 0.45
frontMethod · 0.45
bodyMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected