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

Function RoundTripFpToString

tensorflow/compiler/xla/util.cc:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149string RoundTripFpToString(tensorflow::bfloat16 value) {
150 return absl::StrFormat("%.4g", static_cast<float>(value));
151}
152
153string RoundTripFpToString(Eigen::half value) {
154 return absl::StrFormat("%.5g", static_cast<float>(value));

Callers 2

MakeBitwiseErrorStatusFunction · 0.85
GetAsStringMethod · 0.85

Calls 2

FloatToBufferFunction · 0.85
DoubleToBufferFunction · 0.85

Tested by

no test coverage detected