Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.h419 #define NN_IS_FLOAT(T) std::is_floating_point_v<T> macro
421 #define NN_IS_FLOAT(T) std::is_floating_point_v<T> || std::is_same_v<T, _Float16> macro