custom-op icon indicating copy to clipboard operation
custom-op copied to clipboard

How to debug into custom-op use Makefile?

Open shipleyxie opened this issue 5 years ago • 0 comments

I have the PID while run python : 10495. What i want to do:

gdb -p 10495
(gdb)break tensorflow_zero_out/cc/kernels/zero_out_kernels.cc:33

And my question is how to compile custom op with debug option?

shipleyxie avatar Nov 06 '20 07:11 shipleyxie