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

Function e_sort_de

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

Source from the content-addressed store, hash-verified

165
166
167def e_sort_de(inputs):
168 global eid,times
169 return trainer_ops.e_sort_de(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
170@ops.RegisterGradient("ESortDe")
171def _e_sort_de_grad(op, grad):
172 with tf.name_scope("ESortDeGrad"), tf.xla.experimental.jit_scope(compile_ops=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected