Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc54 const float* GetCoeffsTable(const bool use_keys_cubic) { in GetCoeffsTable() argument
56 if (use_keys_cubic) { in GetCoeffsTable()
86 template <typename Scaler, bool use_keys_cubic>
94 const float* coeffs_table = GetCoeffsTable(use_keys_cubic); in GetWeightsAndIndices()
95 if (use_keys_cubic) { in GetWeightsAndIndices()