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

  /external/tensorflow/tensorflow/core/kernels/
quantized_resize_bilinear_op_test.cc 74 const float in_f = std::floor(in); local
75 const int64 lower = std::max(static_cast<int64>(in_f), static_cast<int64>(0));
77 return std::make_tuple(lower * step, upper * step, in - in_f);
resize_bilinear_op.cc 89 const float in_f = std::floor(in); local
91 std::max(static_cast<int64>(in_f), static_cast<int64>(0));
94 interpolation[i].lerp = in - in_f;
quantized_resize_bilinear_op.cc 62 const float in_f = std::floor(in); local
64 std::max(static_cast<int64>(in_f), static_cast<int64>(0));
67 interpolation->lerp[i] = in - in_f;
69 static_cast<T_SCALE>((in - in_f) * (1 << resolution));
  /external/autotest/client/bin/
utils.py     [all...]
  /external/libchrome/third_party/ply/
yacc.py     [all...]
  /external/ply/ply/ply/
yacc.py     [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py     [all...]

Completed in 243 milliseconds