| ################################################################################ |
| # Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from # |
| # integrations/tensorflow/e2e/keras/BUILD # |
| # # |
| # Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary # |
| # CMake-only content. # |
| # # |
| # To disable autogeneration for this file entirely, delete this header. # |
| ################################################################################ |
| |
| iree_add_all_subdirs() |
| return() |
| file(GLOB _GLOB_X_TEST_PY LIST_DIRECTORIES false RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} CONFIGURE_DEPENDS *_test.py) |
| file(GLOB _GLOB_KEYWORD_SPOTTING_STREAMING_TEST_PY LIST_DIRECTORIES false RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} CONFIGURE_DEPENDS keyword_spotting_streaming_test.py) |
| list(REMOVE_ITEM _GLOB_X_TEST_PY ${_GLOB_KEYWORD_SPOTTING_STREAMING_TEST_PY}) |
| iree_e2e_cartesian_product_test_suite( |
| NAME |
| keyword_spotting_tests |
| MATRIX_KEYS |
| "src" |
| "reference_backend" |
| "mode" |
| "model" |
| "target_backends" |
| MATRIX_VALUES |
| "keyword_spotting_streaming_test.py" |
| "tf" |
| "non_streaming" |
| "svdf;svdf_resnet;ds_cnn;gru;lstm;cnn_stride;cnn;tc_resnet;crnn;dnn;att_rnn;att_mh_rnn;mobilenet;mobilenet_v2;xception;inception;inception_resnet;ds_tc_resnet" |
| "tf;tflite;iree_llvmaot;iree_vulkan" |
| FAILING_CONFIGURATIONS |
| ",,,att_mh_rnn,iree_vulkan" |
| ",,,att_rnn,iree_vulkan" |
| ",,,gru,iree_vulkan" |
| ",,,crnn,iree_vulkan" |
| ",,,lstm,iree_vulkan" |
| ",,,att_mh_rnn,iree_llvmaot" |
| ",,,att_rnn,iree_llvmaot" |
| ",,,crnn,iree_llvmaot" |
| ",,,gru,iree_llvmaot" |
| ",,,lstm,iree_llvmaot" |
| ) |
| |
| iree_e2e_cartesian_product_test_suite( |
| NAME |
| keyword_spotting_internal_streaming_tests |
| MATRIX_KEYS |
| "src" |
| "reference_backend" |
| "mode" |
| "model" |
| "target_backends" |
| MATRIX_VALUES |
| "keyword_spotting_streaming_test.py" |
| "tf" |
| "internal_streaming" |
| "svdf;svdf_resnet;ds_cnn;gru;lstm;cnn_stride;cnn;tc_resnet;crnn;dnn;att_rnn;att_mh_rnn;mobilenet;mobilenet_v2;xception;inception;inception_resnet;ds_tc_resnet" |
| "tf;tflite;iree_llvmaot;iree_vulkan" |
| FAILING_CONFIGURATIONS |
| ",,,,tflite" |
| ",,,att_mh_rnn," |
| ",,,att_rnn," |
| ",,,ds_cnn," |
| ",,,inception," |
| ",,,inception_resnet," |
| ",,,mobilenet," |
| ",,,mobilenet_v2," |
| ",,,svdf_resnet," |
| ",,,tc_resnet," |
| ",,,xception," |
| ",,,crnn,iree_vulkan" |
| ) |
| |
| iree_e2e_cartesian_product_test_suite( |
| NAME |
| keyword_spotting_external_streaming_tests |
| MATRIX_KEYS |
| "src" |
| "reference_backend" |
| "mode" |
| "model" |
| "target_backends" |
| MATRIX_VALUES |
| "keyword_spotting_streaming_test.py" |
| "tf" |
| "external_streaming" |
| "svdf;svdf_resnet;ds_cnn;gru;lstm;cnn_stride;cnn;tc_resnet;crnn;dnn;att_rnn;att_mh_rnn;mobilenet;mobilenet_v2;xception;inception;inception_resnet;ds_tc_resnet" |
| "tf;tflite;iree_llvmaot;iree_vulkan" |
| FAILING_CONFIGURATIONS |
| ",,,,tf" |
| ",,,,tflite" |
| ",,,,iree_llvmaot" |
| ",,,,iree_vulkan" |
| ",,,att_mh_rnn," |
| ",,,att_rnn," |
| ",,,ds_cnn," |
| ",,,inception," |
| ",,,inception_resnet," |
| ",,,mobilenet," |
| ",,,mobilenet_v2," |
| ",,,svdf_resnet," |
| ",,,tc_resnet," |
| ",,,xception," |
| ) |
| |
| ### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ### |