Searched defs:MathUtil (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/lib/
H A Dmathutil.h32 class MathUtil { class in namespace:perftools::gputools::port
58 IntegralType MathUtil::CeilOrFloorOfRatio(IntegralType numerator,
/external/protobuf/src/google/protobuf/stubs/
H A Dmathutil.h79 class MathUtil { class in namespace:google::protobuf
136 bool MathUtil::WithinFractionOrMargin(const T x, const T y,
/external/tensorflow/tensorflow/core/lib/math/
H A Dmath_util.h26 class MathUtil { class in namespace:tensorflow
98 IntegralType MathUtil::CeilOrFloorOfRatio(IntegralType numerator,
136 IntegralType MathUtil::GCD(IntegralType a, IntegralType b) {
152 T MathUtil::IPow(T base, int exp) {

Completed in 888 milliseconds