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

Function e_math

operators.py:174–176  ·  view source on GitHub ↗
(inputs,num)

Source from the content-addressed store, hash-verified

172
173
174def e_math(inputs,num):
175 global eid,times
176 return trainer_ops.e_math(inputs,num,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
177@ops.RegisterGradient("EMath")
178def _e_math_grad(op, grad):
179 with tf.name_scope("EMathGrad"), tf.xla.experimental.jit_scope(compile_ops=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected