custom-op
custom-op copied to clipboard
How to debug into custom-op use Makefile?
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?