Searched refs:quant8AsymmSigned (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 483 .quant8AsymmSigned = {.bias = 0.1f, .mse = 0.1f, .atol = 1}, 497 .quant8AsymmSigned = {.bias = 1.2, .mse = 1.2, .atol = 2}, 511 .quant8AsymmSigned = {.bias = 1.5, .mse = 1.5, .atol = 10}, 523 .quant8AsymmSigned = {.bias = 1.5, .mse = 1.5, .atol = 10}, 754 .quant8AsymmSigned = {.bias = 2, .mse = 2, .atol = 12}, 765 .quant8AsymmSigned = {.bias = 2, .mse = 2, .atol = 12},
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 235 expectNear<int8_t>(operand, result, criteria.quant8AsymmSigned); in checkResults() 289 criteria.quant8AsymmSigned.atol = quant8AllowedError; in checkResults()
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 492 AccuracyCriterion quant8AsymmSigned; member
|