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

Function e_exp

model_demo/DeepCrossing/operators.py:357–359  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

355@ops.RegisterGradient("EGreater")
356
357def e_exp(inputs):
358 global eid,times
359 return trainer_ops.e_exp(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
360@ops.RegisterGradient("EExp")
361def _e_exp_grad(op, grad):
362 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