OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FloorOfRatio
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/lib/math/
math_util.h
30
//
FloorOfRatio
<IntegralType>
56
static IntegralType
FloorOfRatio
(IntegralType numerator,
/external/tensorflow/tensorflow/stream_executor/lib/
mathutil.h
39
static IntegralType
FloorOfRatio
(IntegralType numerator,
/external/tensorflow/tensorflow/compiler/xla/
util.h
392
// Imports the templated
FloorOfRatio
math function from the TensorFlow
395
T
FloorOfRatio
(T dividend, T divisor) {
396
return tensorflow::MathUtil::
FloorOfRatio
<T>(dividend, divisor);
427
//
FloorOfRatio
then multiplying by the divisor. For example:
431
return
FloorOfRatio
(value, divisor) * divisor;
Completed in 1156 milliseconds