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

Function e_greater

operators.py:350–352  ·  view source on GitHub ↗
(inputs,alpha)

Source from the content-addressed store, hash-verified

348 return trainer_ops.e_huber_loss_grad(grad,op.inputs[0],op.inputs[1],op.inputs[2],eid_low=op.get_attr("eid_low"), eid_high=op.get_attr("eid_high"),times = op.get_attr("times"))[0],trainer_ops.e_huber_loss_grad(grad,op.inputs[0],op.inputs[1],op.inputs[2],eid_low=op.get_attr("eid_low"), eid_high=op.get_attr("eid_high"),times = op.get_attr("times"))[1],None
349
350def e_greater(inputs,alpha):
351 global eid,times
352 return trainer_ops.e_greater(inputs,alpha = alpha,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32),times=times)
353@ops.RegisterGradient("EGreater")
354
355def e_exp(inputs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected