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

Function e_clip

model_demo/DeepCrossing/operators.py:374–376  ·  view source on GitHub ↗
(inputs,down,up)

Source from the content-addressed store, hash-verified

372
373
374def e_clip(inputs,down,up):
375 global eid,times
376 return trainer_ops.e_clip(inputs,down,up,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
377@ops.RegisterGradient("EClip")
378def _e_clip_grad(op, grad):
379 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