Searched defs:rounded_values (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/src/utils/ |
D | common_test.cc | 278 const Output* const rounded_values, in VerifyRightShiftWithRounding() 292 static constexpr int32_t rounded_values[] = {5, 25, 26, 32, 10, 12}; in TEST() local 303 static constexpr uint32_t rounded_values[] = {5, 25, 26, 32, 10, 12, 2048}; in TEST() local 314 static constexpr int32_t rounded_values[] = {5, 25, 26, 32, in TEST() local 325 const int32_t* const rounded_values, in VerifyRightShiftWithRoundingSigned() 338 static constexpr int32_t rounded_values[] = {25, 26, 32, 10, 12}; in TEST() local 349 static constexpr int32_t rounded_values[] = {25, 26, 32, 10, 12, 2048, 2304}; in TEST() local
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | round_weights.cc | 91 float* rounded_values = rounded_tensor.flat<float>().data(); in RoundWeights() local
|