Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp488 .quant16Symm = {.bias = 0.1f, .mse = 0.1f, .atol = 1},
502 .quant16Symm = {.bias = 1.2, .mse = 1.2, .atol = 2},
516 .quant16Symm = {.bias = 1.5, .mse = 1.5, .atol = 10},
528 .quant16Symm = {.bias = 1.5, .mse = 1.5, .atol = 10},
759 .quant16Symm = {.bias = 2, .mse = 2, .atol = 12},
770 .quant16Symm = {.bias = 2, .mse = 2, .atol = 12},
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h495 AccuracyCriterion quant16Symm; member
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp229 expectNear<int16_t>(operand, result, criteria.quant16Symm); in checkResults()
270 .quant16Symm = {.atol = 1}, in checkResults()