Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp479 .quant16Asymm = {.bias = 0.1f, .mse = 0.1f, .atol = 1},
493 .quant16Asymm = {.bias = 1.2, .mse = 1.2, .atol = 2},
507 .quant16Asymm = {.bias = 1.5, .mse = 1.5, .atol = 10},
519 .quant16Asymm = {.bias = 1.5, .mse = 1.5, .atol = 10},
750 .quant16Asymm = {.bias = 2, .mse = 2, .atol = 12},
761 .quant16Asymm = {.bias = 2, .mse = 2, .atol = 12},
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h495 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()