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

Function ceshi

operators.py:398–400  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

396
397
398def ceshi(inputs):
399 global eid,times
400 return trainer_ops.ceshi(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32))
401@ops.RegisterGradient("Ceshi")
402def _ceshi_grad(op, grad):
403 with tf.name_scope("CeshiGrad"), tf.xla.experimental.jit_scope(compile_ops=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected