Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc1044 struct TrueDivide { struct
1045 T operator()(T a, T b) { return a / b; } in operator ()()