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

Class LogicalAnd

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

Source from the content-addressed store, hash-verified

1269 npy_bool operator()(bfloat16 a) { return !a; }
1270};
1271struct LogicalAnd {
1272 npy_bool operator()(bfloat16 a, bfloat16 b) { return a && b; }
1273};
1274struct LogicalOr {
1275 npy_bool operator()(bfloat16 a, bfloat16 b) { return a || b; }
1276};

Callers 6

TESTFunction · 0.50
TEST_FFunction · 0.50
GetIsPositiveFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40