Home
last modified time | relevance | path

Searched defs:coeffs_table (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc43 float* coeffs_table = new float[(kTableSize + 1) * 2]; in InitCoeffsTable() local
61 static const float* coeffs_table = InitCoeffsTable(-0.5f); in GetCoeffsTable() local
64 static const float* coeffs_table = InitCoeffsTable(-0.75f); in GetCoeffsTable() local
94 const float* coeffs_table = GetCoeffsTable(use_keys_cubic); in GetWeightsAndIndices() local