Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/lib/
Dmathutil.h39 static IntegralType FloorOfRatio(IntegralType numerator, in FloorOfRatio() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dpadding.cc129 tensorflow::MathUtil::FloorOfRatio(padding_size, 2ll), in MakePadding()
/external/tensorflow/tensorflow/core/lib/math/
Dmath_util.h56 static IntegralType FloorOfRatio(IntegralType numerator, in FloorOfRatio() function
Dmath_util_test.cc42 IntegralType floor_1 = MathUtil::FloorOfRatio(numerator, denominator); in TestCeilOfRatio()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h395 T FloorOfRatio(T dividend, T divisor) { in FloorOfRatio() function
396 return tensorflow::MathUtil::FloorOfRatio<T>(dividend, divisor); in FloorOfRatio()
431 return FloorOfRatio(value, divisor) * divisor; in RoundDownToNearest()
/external/tensorflow/tensorflow/core/kernels/
Dconv_2d_gpu.h828 data_long_side - MathUtil::FloorOfRatio<int>(
832 int num_full_tiles = MathUtil::FloorOfRatio<int>(