Searched defs:lib_dir (Results 1 – 11 of 11) sorted by relevance
62 def run_regrtest(lib_dir): argument
403 def install_target_profile_rt(build_dir, lib_dir): argument422 def install_host_profile_rt(build_dir, host, lib_dir): argument
54 char *lib_dir; variable
67 char *lib_dir; variable
58 char *lib_dir; variable
67 const char *lib_dir; in get_tc_lib() local
282 const char* lib_dir = env->GetStringUTFChars(library_dir, nullptr); in Java_org_tensorflow_lite_benchmark_firebase_BenchmarkModel_nativeRun() local
194 def lib_dir(self): member in AbstractBuilder
222 def lib_dir(self): member in AbstractBuilder
580 static PyObject *lib_dir(PyObject *self, PyObject *noarg) in lib_dir() function
518 lib_dir = pathlib.Path(__file__).parent / ".." variable in DirectoryTestCase