Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dembed_memref_prints.cc59 void EmitPrint(Operation* op, Liveness& liveness, OpBuilder* b) { in EmitPrint() function
114 func.walk([&](AllocOp op) { EmitPrint(op, liveness, &b); }); in runOnFunction()
115 func.walk([&](AllocaOp op) { EmitPrint(op, liveness, &b); }); in runOnFunction()
116 func.walk([&](MemRefReinterpretCastOp op) { EmitPrint(op, liveness, &b); }); in runOnFunction()