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

Function e_clip

operators.py:372–374  ·  view source on GitHub ↗
(inputs,down,up)

Source from the content-addressed store, hash-verified

370
371
372def e_clip(inputs,down,up):
373 global eid,times
374 return trainer_ops.e_clip(inputs,down,up,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
375@ops.RegisterGradient("EClip")
376def _e_clip_grad(op, grad):
377 with tf.name_scope("EClipGrad"), tf.xla.experimental.jit_scope(compile_ops=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected