Searched refs:make_zip_of_tests (Results 1 – 25 of 101) sorted by relevance
12345
/external/tensorflow/tensorflow/lite/testing/op_tests/ |
D | ceil.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 49 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | round.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 49 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | resolve_constant_strided_slice.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 51 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | floor.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 49 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | rank.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 48 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | matrix_diag.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 51 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | exp.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 55 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | log_softmax.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 55 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | neg.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 49 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | abs.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 50 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | splitv.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 48 make_zip_of_tests(
|
D | elu.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 53 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | sigmoid.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 53 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | tanh.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 52 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | relu6.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 52 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | relu1.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 53 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | split.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 52 make_zip_of_tests(
|
D | cos.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 56 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | relu.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 52 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | softmax.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 60 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | leaky_relu.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 54 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | zeros_like.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 56 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | placeholder_with_default.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 52 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
D | squeeze_transpose.py | 22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 51 make_zip_of_tests(
|
D | local_response_norm.py | 23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests 57 make_zip_of_tests(options, test_parameters, build_graph, build_inputs)
|
12345