Returns reason why the Op at op_idx is traced or not.
(op_idx, details)
| 320 | |
| 321 | @staticmethod |
| 322 | def reason(op_idx, details): |
| 323 | """Returns reason why the Op at op_idx is traced or not.""" |
| 324 | |
| 325 | return '%d %s'%(op_idx, details) |
| 326 | |
| 327 | def __init__(self): |
| 328 | """Initializes a TensorTracer. |
no outgoing calls
no test coverage detected