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

Class Le

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

Source from the content-addressed store, hash-verified

1235 npy_bool operator()(bfloat16 a, bfloat16 b) { return a > b; }
1236};
1237struct Le {
1238 npy_bool operator()(bfloat16 a, bfloat16 b) { return a <= b; }
1239};
1240struct Ge {
1241 npy_bool operator()(bfloat16 a, bfloat16 b) { return a >= b; }
1242};

Callers 8

CompileMethod · 0.50
XlaNudgeFunction · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
binary_ops.ccFile · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
XLA_TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 1

XLA_TEST_FFunction · 0.40