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

Function e_matadd

model_demo/DeepCrossing/operators.py:184–186  ·  view source on GitHub ↗
(input1,input2)

Source from the content-addressed store, hash-verified

182 return grad
183
184def e_matadd(input1,input2):
185 global eid,times
186 return trainer_ops.e_matadd(input1,input2,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
187@ops.RegisterGradient("EMatadd")
188def _e_matadd_grad(op, grad):
189 with tf.name_scope("EMataddGrad"), tf.xla.experimental.jit_scope(compile_ops=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected