Home
last modified time | relevance | path

Searched refs:Divide64x2Pow (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h466 inline int64x2_t Divide64x2Pow(const int64x2_t val) { in Divide64x2Pow() function
503 Divide64x2Pow<RESOLUTION>(bottom_sub_top_x_res); in ComputeLerp32x2()
Dquantization_utils_test.cc749 const int64x2_t ret = Divide64x2Pow<POW>(val_64x2); in TestDivide64x2Pow()