Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op_test.cc63 const float* InitCoeffsTable() { in InitCoeffsTable() function in tensorflow::ResizeBicubicOpTest
80 static const float* coeffs_tab = InitCoeffsTable(); in GetCoeffsTable()
Dresize_bicubic_op.cc39 const float* InitCoeffsTable(const double a) { in InitCoeffsTable() function
61 static const float* coeffs_table = InitCoeffsTable(-0.5f); in GetCoeffsTable()
64 static const float* coeffs_table = InitCoeffsTable(-0.75f); in GetCoeffsTable()