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

Function ceshi

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

Source from the content-addressed store, hash-verified

398
399
400def ceshi(inputs):
401 global eid,times
402 return trainer_ops.ceshi(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32))
403@ops.RegisterGradient("Ceshi")
404def _ceshi_grad(op, grad):
405 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