Home
last modified time | relevance | path

Searched refs:quant16Symm (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp480 .quant16Symm = {.bias = 0.1f, .mse = 0.1f, .atol = 1},
494 .quant16Symm = {.bias = 1.2, .mse = 1.2, .atol = 2},
508 .quant16Symm = {.bias = 1.5, .mse = 1.5, .atol = 10},
520 .quant16Symm = {.bias = 1.5, .mse = 1.5, .atol = 10},
751 .quant16Symm = {.bias = 2, .mse = 2, .atol = 12},
762 .quant16Symm = {.bias = 2, .mse = 2, .atol = 12},
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h496 AccuracyCriterion quant16Symm; member
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp229 expectNear<int16_t>(operand, result, criteria.quant16Symm); in checkResults()
270 .quant16Symm = {.atol = 1}, in checkResults()