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

Function e_sort_de

operators.py:165–167  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

163
164
165def e_sort_de(inputs):
166 global eid,times
167 return trainer_ops.e_sort_de(inputs,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
168@ops.RegisterGradient("ESortDe")
169def _e_sort_de_grad(op, grad):
170 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