Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp487 .quant16Asymm = {.bias = 0.1f, .mse = 0.1f, .atol = 1},
501 .quant16Asymm = {.bias = 1.2, .mse = 1.2, .atol = 2},
515 .quant16Asymm = {.bias = 1.5, .mse = 1.5, .atol = 10},
527 .quant16Asymm = {.bias = 1.5, .mse = 1.5, .atol = 10},
758 .quant16Asymm = {.bias = 2, .mse = 2, .atol = 12},
769 .quant16Asymm = {.bias = 2, .mse = 2, .atol = 12},
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h494 AccuracyCriterion quant16Asymm; member
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp226 expectNear<uint16_t>(operand, result, criteria.quant16Asymm); in checkResults()
269 .quant16Asymm = {.atol = 1}, in checkResults()