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

  /external/tensorflow/tensorflow/stream_executor/lib/
mathutil.h 40 static IntegralType FloorOfRatio(IntegralType numerator,
  /external/tensorflow/tensorflow/compiler/xla/client/
padding.cc 130 tensorflow::MathUtil::FloorOfRatio(padding_size, 2ll),
  /external/tensorflow/tensorflow/core/lib/math/
math_util.h 30 // FloorOfRatio<IntegralType>
56 static IntegralType FloorOfRatio(IntegralType numerator,
math_util_test.cc 42 IntegralType floor_1 = MathUtil::FloorOfRatio(numerator, denominator);
47 << "FloorOfRatio fails with numerator = " << numerator
151 // An implementation of FloorOfRatio that is correct when the denominator is
  /external/tensorflow/tensorflow/compiler/xla/
util.h 348 // Imports the templated FloorOfRatio math function from the TensorFlow
351 T FloorOfRatio(T dividend, T divisor) {
352 return tensorflow::MathUtil::FloorOfRatio<T>(dividend, divisor);
370 // FloorOfRatio then multiplying by the divisor. For example:
374 return FloorOfRatio(value, divisor) * divisor;
  /external/tensorflow/tensorflow/stream_executor/
device_description.cc 160 return port::MathUtil::FloorOfRatio(value, n) * n;
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_gpu_3.cu.cc     [all...]

Completed in 243 milliseconds