HomeSort by relevance Sort by last modified time
    Searched refs:x_weights (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
resize_bicubic_op_test.cc 134 std::array<float, 4> x_weights; local
136 GetWeightsAndIndices(width_scale, x, in_width, &x_weights,
148 coeff[i] = Interpolate1D(x_weights, values);
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
training.py 191 x_weights = []
193 x_weights.append(x_weight.get(name))
194 return x_weights
    [all...]

Completed in 238 milliseconds