Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp485 .quant8AsymmSigned = {.bias = 0.1f, .mse = 0.1f, .atol = 1},
499 .quant8AsymmSigned = {.bias = 1.2, .mse = 1.2, .atol = 2},
513 .quant8AsymmSigned = {.bias = 1.5, .mse = 1.5, .atol = 10},
525 .quant8AsymmSigned = {.bias = 1.5, .mse = 1.5, .atol = 10},
756 .quant8AsymmSigned = {.bias = 2, .mse = 2, .atol = 12},
767 .quant8AsymmSigned = {.bias = 2, .mse = 2, .atol = 12},
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h492 AccuracyCriterion quant8AsymmSigned; member
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp235 expectNear<int8_t>(operand, result, criteria.quant8AsymmSigned); in checkResults()
289 criteria.quant8AsymmSigned.atol = quant8AllowedError; in checkResults()