(inputs)
| 413 | |
| 414 | |
| 415 | def e_relu(inputs): |
| 416 | global eid,times |
| 417 | return trainer_ops.e_relu(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times) |
| 418 | @ops.RegisterGradient("ERelu") |
| 419 | def _e_relu_grad(op, grad): |
| 420 | with tf.name_scope("EReluGrad"), tf.xla.experimental.jit_scope(compile_ops=False): |
nothing calls this directly
no outgoing calls
no test coverage detected