Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp490 .quant16Symm = {.bias = 0.1f, .mse = 0.1f, .atol = 1},
504 .quant16Symm = {.bias = 1.2, .mse = 1.2, .atol = 2},
518 .quant16Symm = {.bias = 1.5, .mse = 1.5, .atol = 10},
530 .quant16Symm = {.bias = 1.5, .mse = 1.5, .atol = 10},
761 .quant16Symm = {.bias = 2, .mse = 2, .atol = 12},
772 .quant16Symm = {.bias = 2, .mse = 2, .atol = 12},
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestHarness.cpp229 expectNear<int16_t>(operand, result, criteria.quant16Symm); in checkResults()
270 .quant16Symm = {.atol = 1}, in checkResults()
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h524 AccuracyCriterion quant16Symm; member