(inputs)
| 396 | |
| 397 | |
| 398 | def ceshi(inputs): |
| 399 | global eid,times |
| 400 | return trainer_ops.ceshi(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32)) |
| 401 | @ops.RegisterGradient("Ceshi") |
| 402 | def _ceshi_grad(op, grad): |
| 403 | with tf.name_scope("CeshiGrad"), tf.xla.experimental.jit_scope(compile_ops=False): |
nothing calls this directly
no outgoing calls
no test coverage detected