Searched refs:g_test_model_dir (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | quantization_utils_test.cc | 35 tensorflow::string* g_test_model_dir = nullptr; variable 44 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model); in ReadModel() 533 ASSERT_TRUE(g_test_model_dir); in TEST_F() 534 ASSERT_FALSE(g_test_model_dir->empty()); in TEST_F() 583 ASSERT_TRUE(g_test_model_dir); in TEST_F() 584 ASSERT_FALSE(g_test_model_dir->empty()); in TEST_F() 618 ASSERT_TRUE(g_test_model_dir); in TEST_F() 619 ASSERT_FALSE(g_test_model_dir->empty()); in TEST_F() 686 ASSERT_TRUE(g_test_model_dir != nullptr); in TEST_F() 687 ASSERT_FALSE(g_test_model_dir->empty()); in TEST_F() [all …]
|
H A D | quantize_weights_test.cc | 34 tensorflow::string* g_test_model_dir = nullptr; variable 43 *g_test_model_dir, internal::kConvModelWith0Plus10Weights); in ReadTestModel() 48 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadSharedWeightsTestModel() 54 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadGatherTestModel() 61 tensorflow::io::JoinPath(*g_test_model_dir, internal::kModelWithCustomOp); in ReadCustomOpTestModel() 687 g_test_model_dir = in main()
|
H A D | quantize_model_test.cc | 39 tensorflow::string* g_test_model_dir = nullptr; variable 47 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model_name); in ReadModel() 2354 g_test_model_dir = in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
H A D | quantize_weights_test.cc | 33 tensorflow::string* g_test_model_dir = nullptr; variable 53 *g_test_model_dir, internal::kConvModelWith0Plus10Weights); in ReadTestModel() 58 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadSharedWeightsTestModel() 64 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadGatherTestModel() 71 tensorflow::io::JoinPath(*g_test_model_dir, internal::kModelWithCustomOp); in ReadCustomOpTestModel() 759 g_test_model_dir = in main()
|
H A D | quantize_model_test.cc | 39 tensorflow::string* g_test_model_dir = nullptr; variable 118 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model_name); in ReadModel() 1534 g_test_model_dir = in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
H A D | calibrator_test.cc | 31 tensorflow::string* g_test_model_dir = nullptr; variable 40 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model_name); in ReadModel() 630 g_test_model_dir = in main()
|