MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

1022};
1023struct IsFinite {
1024 bool operator()(bfloat16 a) { return std::isfinite(static_cast<float>(a)); }
1025};
1026struct IsInf {
1027 bool operator()(bfloat16 a) { return std::isinf(static_cast<float>(a)); }

Callers

nothing calls this directly

Calls 1

isfiniteClass · 0.85

Tested by

no test coverage detected