Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dqc_gpio_test.c76 char test_result[32]; in qc_test_gpio() local
88 sprintf( test_result, "Fail: %d:%x", gpio_num, gpio_result ); in qc_test_gpio()
89 qc_printf( "GPIO TEST: %s\r\n", test_result ); in qc_test_gpio()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtest.h1297 if (test_result->external_path == ExternalPath::kEigen) {
1300 &test_result->storage_matrix.matrix);
1304 &test_result->storage_matrix.matrix);
1308 &test_result->storage_matrix.matrix);
1319 if (test_result->external_path == ExternalPath::kGemmlowp) {
1322 &test_result->storage_matrix.matrix);
1334 TestResult<typename TestSetType::DstScalar>* test_result) {
1335 if (test_result->external_path == ExternalPath::kReference) {
1340 &test_result->storage_matrix.matrix);
1495 TestResult<Scalar>* test_result = result.get();
[all …]

Completed in 7 milliseconds