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

Function round_imp

tensorflow/compiler/xla/tests/half_test.cc:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75half round_imp(half value) {
76 return half(std::round(static_cast<float>(std::move(value))));
77}
78
79INSTANTIATE_TEST_CASE_P(
80 half, UnaryOpTest,

Callers 1

half_test.ccFile · 0.85

Calls 2

halfClass · 0.50
roundClass · 0.50

Tested by

no test coverage detected