Home
last modified time | relevance | path

Searched refs:kMiniBenchmarkCannotLoadSupportLibrary (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dvalidator_runner.cc134 return kMiniBenchmarkCannotLoadSupportLibrary; in Init()
140 return kMiniBenchmarkCannotLoadSupportLibrary; in Init()
H A Dstatus_codes.h74 kMiniBenchmarkCannotLoadSupportLibrary = 511, enumerator
H A Dvalidator_runner_entrypoint.cc56 return kMiniBenchmarkCannotLoadSupportLibrary; in RunValidator()
H A Dvalidator_runner_entrypoint_test.cc178 EXPECT_EQ(kMiniBenchmarkCannotLoadSupportLibrary, in TEST_F()
H A Dvalidator_runner_test.cc260 ASSERT_EQ(validator.Init(), kMiniBenchmarkCannotLoadSupportLibrary); in TEST_F()