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

Function _e_math_grad

model_demo/DeepCrossing/operators.py:180–182  ·  view source on GitHub ↗
(op, grad)

Source from the content-addressed store, hash-verified

178 return trainer_ops.e_math(inputs,num,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
179@ops.RegisterGradient("EMath")
180def _e_math_grad(op, grad):
181 with tf.name_scope("EMathGrad"), tf.xla.experimental.jit_scope(compile_ops=False):
182 return grad
183
184def e_matadd(input1,input2):
185 global eid,times

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected