MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Lt

Class Lt

tensorflow/compiler/xla/python/bfloat16.cc:1231–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229 npy_bool operator()(bfloat16 a, bfloat16 b) { return a != b; }
1230};
1231struct Lt {
1232 npy_bool operator()(bfloat16 a, bfloat16 b) { return a < b; }
1233};
1234struct Gt {
1235 npy_bool operator()(bfloat16 a, bfloat16 b) { return a > b; }
1236};

Callers 15

CompileMethod · 0.50
CompileMethod · 0.50
BoundSamplesFunction · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
FloorDivImplFunction · 0.50
FloorModImplFunction · 0.50
binary_ops.ccFile · 0.50
CompileMethod · 0.50
CompileMethod · 0.50

Calls

no outgoing calls

Tested by 5

XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
BM_WhileLoopFunction · 0.40