MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / e_relu

Function e_relu

operators.py:415–417  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

413
414
415def 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")
419def _e_relu_grad(op, grad):
420 with tf.name_scope("EReluGrad"), tf.xla.experimental.jit_scope(compile_ops=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected