Home
last modified time | relevance | path

Searched defs:FloorDivide (Results 1 – 2 of 2) sorted by relevance

/external/ml_dtypes/ml_dtypes/_src/
Dufuncs.h190 struct FloorDivide { struct
193 T operator()(T x, T y) { in operator()
207 T operator()(T a, T b) { in operator()
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1077 struct FloorDivide { struct
1078 T operator()(T a, T b) { in operator ()()