Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op_test.cc61 const float* InitCoeffsTable() { in InitCoeffsTable() function in tensorflow::ResizeBicubicOpTest
78 static const float* coeffs_tab = InitCoeffsTable(); in GetCoeffsTable()
Dresize_bicubic_op.cc38 const float* InitCoeffsTable(const double a) { in InitCoeffsTable() function
60 static const float* coeffs_table = InitCoeffsTable(-0.5f); in GetCoeffsTable()
63 static const float* coeffs_table = InitCoeffsTable(-0.75f); in GetCoeffsTable()