Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c1006 tipc_test_func_t get_test_function(const struct tipc_test_params* params) { in get_test_function() function
1026 tipc_test_func_t test = get_test_function(params); in run_as_bench()
1072 tipc_test_func_t test = get_test_function(&params); in main()
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dgenerate_examples_lib.py195 from tensorflow.lite.testing.zip_test_utils import get_test_function
319 test_function = get_test_function(test_function_name)
H A Dzip_test_utils.py64 def get_test_function(test_function_name): function