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

Function e_sign

operators.py:252–254  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

250@ops.RegisterGradient("ESample")
251
252def e_sign(inputs):
253 global eid,times
254 return trainer_ops.e_sign(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
255@ops.RegisterGradient("ESign")
256def _e_sign_grad(op, grad):
257 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