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

Function e_sign

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

Source from the content-addressed store, hash-verified

252@ops.RegisterGradient("ESample")
253
254def e_sign(inputs):
255 global eid,times
256 return trainer_ops.e_sign(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
257@ops.RegisterGradient("ESign")
258def _e_sign_grad(op, grad):
259 with tf.name_scope("ESignGrad"), tf.xla.experimental.jit_scope(compile_ops=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected