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

Function e_matadd

operators.py:182–184  ·  view source on GitHub ↗
(input1,input2)

Source from the content-addressed store, hash-verified

180 return grad
181
182def e_matadd(input1,input2):
183 global eid,times
184 return trainer_ops.e_matadd(input1,input2,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
185@ops.RegisterGradient("EMatadd")
186def _e_matadd_grad(op, grad):
187 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