Home
last modified time | relevance | path

Searched refs:testing (Results 1 – 25 of 131) sorted by relevance

123456

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dgenerate_examples.py30 from tensorflow.lite.experimental.mlir.testing import mlir_convert
36 from tensorflow.lite.experimental.mlir.testing.op_tests.cond import make_cond_tests
38 from tensorflow.lite.experimental.mlir.testing.op_tests.conv3d import make_conv3d_tests
40 from tensorflow.lite.experimental.mlir.testing.op_tests.cumsum import make_cumsum_tests
43 from tensorflow.lite.experimental.mlir.testing.op_tests.einsum import make_einsum_tests
46 from tensorflow.lite.experimental.mlir.testing.op_tests.imag import make_imag_tests
51 from tensorflow.lite.experimental.mlir.testing.op_tests.real import make_real_tests
53 from tensorflow.lite.experimental.mlir.testing.op_tests.rfft import make_rfft_tests
54 from tensorflow.lite.experimental.mlir.testing.op_tests.rfft2d import make_rfft2d_tests
60 from tensorflow.lite.experimental.mlir.testing.op_tests.stft import make_stft_tests
[all …]
A DBUILD24 "//tensorflow/lite/testing:_pywrap_string_util",
25 "//tensorflow/lite/testing:generate_examples_lib",
26 "//tensorflow/lite/testing:generate_examples_report",
65 "//tensorflow/lite/testing:parse_testdata_lib",
66 "//tensorflow/lite/testing:tflite_driver",
67 "//tensorflow/lite/testing:util",
96 "//tensorflow/lite/testing:zip_test_utils",
109 "//tensorflow/lite/testing:generate_examples_lib",
110 "//tensorflow/lite/testing:zip_test_utils",
A Dgenerated_examples_zip_test.cc32 namespace testing { namespace
133 class ArchiveEnvironment : public ::testing::Environment {
253 class OpsTest : public ::testing::TestWithParam<string> {};
270 tflite::testing::TfLiteDriver test_driver( in TEST_P()
348 ::testing::ValuesIn(UnarchiveAndFindTestNames(
356 ::testing::AddGlobalTestEnvironment(tflite::testing::archive_environment()); in main()
364 "tar_file_path", tflite::testing::FLAGS_tar_file_path, in main()
367 "zip_file_path", tflite::testing::FLAGS_zip_file_path, in main()
370 tflite::testing::FLAGS_unzip_binary_path, in main()
373 tflite::testing::FLAGS_tar_binary_path, in main()
[all …]
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Drecognize_commands_test.cc80 TfLiteTensor results = tflite::testing::CreateQuantizedTensor( in TF_LITE_MICRO_TEST()
81 result_data, tflite::testing::IntArrayFromInts(result_dims), -128.0f, in TF_LITE_MICRO_TEST()
99 TfLiteTensor yes_results = tflite::testing::CreateQuantizedTensor( in TF_LITE_MICRO_TEST()
100 yes_data, tflite::testing::IntArrayFromInts(yes_dims), -128.0f, 127.0f); in TF_LITE_MICRO_TEST()
126 TfLiteTensor no_results = tflite::testing::CreateQuantizedTensor( in TF_LITE_MICRO_TEST()
127 no_data, tflite::testing::IntArrayFromInts(no_dims), -128.0f, 127.0f); in TF_LITE_MICRO_TEST()
159 TfLiteTensor bad_results = tflite::testing::CreateQuantizedTensor( in TF_LITE_MICRO_TEST()
177 TfLiteTensor results = tflite::testing::CreateQuantizedTensor( in TF_LITE_MICRO_TEST()
178 result_data, tflite::testing::IntArrayFromInts(result_dims), -128.0f, in TF_LITE_MICRO_TEST()
199 TfLiteTensor results = tflite::testing::CreateQuantizedTensor( in TF_LITE_MICRO_TEST()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/op_tests/
A Drfft.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
24 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Drfft2d.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
24 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dstft.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
24 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dmax_pool_with_argmax.py22 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
23 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
24 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
25 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Ddense_image_warp.py23 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
24 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
25 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
26 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dirfft2d.py23 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
24 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
25 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
26 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dstatic_hashtable.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
24 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dsoftplus.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dreal.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dimag.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dreciprocal.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dtensor_list_length.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dbroadcast_to.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dcomplex_abs.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dcumsum.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dsegment_sum.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dtensor_list_concat.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dtensor_list_get_item.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dcontrol_dep.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dtensor_list_resize.py21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A DBUILD125 "//tensorflow/lite/micro/testing:micro_test",
137 "//tensorflow/lite/micro/testing:micro_test",
149 "//tensorflow/lite/micro/testing:micro_test",
161 "//tensorflow/lite/micro/testing:micro_test",
173 "//tensorflow/lite/micro/testing:micro_test",
185 "//tensorflow/lite/micro/testing:micro_test",
197 "//tensorflow/lite/micro/testing:micro_test",

Completed in 29 milliseconds

123456