Home
last modified time | relevance | path

Searched refs:nnIsFloat (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.h269 inline constexpr bool nnIsFloat = std::is_floating_point_v<T> || std::is_same_v<T, _Float16>; variable
274 inline std::enable_if_t<nnIsFloat<T>, T> getUniform(T lower, T upper) { in getUniform()
280 inline std::enable_if_t<nnIsFloat<T>, T> getUniformNonZero(T lower, T upper, T zeroPoint) { in getUniformNonZero()
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestHarness.cpp38 constexpr bool nnIsFloat = std::is_floating_point_v<T> || std::is_same_v<T, _Float16>; variable
92 if constexpr (nnIsFloat<T>) { in expectNear()
550 if constexpr (nnIsFloat<T>) { in dumpTestBufferToSpecFileHelper()