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

Function e_exp

operators.py:355–357  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

353@ops.RegisterGradient("EGreater")
354
355def e_exp(inputs):
356 global eid,times
357 return trainer_ops.e_exp(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
358@ops.RegisterGradient("EExp")
359def _e_exp_grad(op, grad):
360 with tf.name_scope("EExpGrad"), tf.xla.experimental.jit_scope(compile_ops=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected