/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/ |
H A D | saved_model_bundle_test.cc | 120 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 134 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 146 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 162 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 183 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 199 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 219 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 233 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPbTxt); in TEST_F() 245 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataMainOp); in TEST_F() 257 io::JoinPath(testing::TensorFlowSrcRoot(), "missing-path"); in TEST_F() [all …]
|
H A D | saved_model_bundle_lite_test.cc | 118 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 132 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 145 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 157 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 173 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 193 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() 207 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPbTxt); in TEST_F() 219 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataMainOp); in TEST_F() 231 io::JoinPath(testing::TensorFlowSrcRoot(), "missing-path"); in TEST_F() 240 io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded); in TEST_F() [all …]
|
H A D | fingerprinting_test.cc | 66 io::JoinPath(testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", in TEST() 86 testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert1"); in TEST() 96 testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert2"); in TEST() 111 testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert1"); in TEST() 119 testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert2"); in TEST() 135 testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert1"); in TEST() 149 testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert1"); in TEST() 159 testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "bert1"); in TEST()
|
H A D | bundle_v2_test.cc | 75 testing::TensorFlowSrcRoot(), kTestData, "VarsAndArithmeticObjectGraph"); in TEST_F() 88 io::JoinPath(testing::TensorFlowSrcRoot(), kTestData, "CyclicModule"); in TEST_F() 105 testing::TensorFlowSrcRoot(), kTestData, "VarsAndArithmeticObjectGraph"); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_show_test.cc | 42 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfShowTest() 51 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfShowTest() 58 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfShowTest() 62 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfShowTest()
|
H A D | tfprof_stats_test.cc | 35 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfStatsTest() 44 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfStatsTest() 51 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfStatsTest() 55 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfStatsTest()
|
H A D | tfprof_tensor_test.cc | 31 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTensorTest() 40 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTensorTest()
|
H A D | tfprof_timeline_test.cc | 36 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTimelineTest() 45 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTimelineTest()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/ |
H A D | auto_clustering_test.cc | 27 absl::StrCat(testing::TensorFlowSrcRoot(), "/compiler/jit/tests/", key); in RunAutoClusteringTestWithPbtxt() 37 absl::StrCat(testing::TensorFlowSrcRoot(), "/compiler/jit/tests/", key); in RunAutoClusteringTestWithGzippedPbtxt() 82 absl::StrCat(testing::TensorFlowSrcRoot(), "/compiler/jit/tests/", key, in BenchmarkHelper()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | graph_properties_test.cc | 567 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 728 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 770 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 828 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 891 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 949 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 1001 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 1420 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 1728 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() 1753 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath, in TEST_F() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/saved_model/ |
H A D | saved_model_roundtrip_test.cc | 91 tensorflow::io::JoinPath(tensorflow::testing::TensorFlowSrcRoot(), in TEST() 99 tensorflow::io::JoinPath(tensorflow::testing::TensorFlowSrcRoot(), in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/internal/ |
H A D | saved_model_api_test.cc | 50 return tensorflow::io::JoinPath(tensorflow::testing::TensorFlowSrcRoot(), in SavedModelPath() 498 tensorflow::testing::TensorFlowSrcRoot(), in TEST_P() 541 tensorflow::testing::TensorFlowSrcRoot(), in TEST_P()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | test.h | 72 std::string TensorFlowSrcRoot();
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | test.cc | 58 string TensorFlowSrcRoot() { in TensorFlowSrcRoot() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
H A D | utils_test.cc | 39 std::string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/ |
H A D | cpp_generator_test.cc | 48 string golden_dir = io::JoinPath(testing::TensorFlowSrcRoot(), in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/experimental/tests/ |
H A D | saved_model_api_test.cc | 40 return tensorflow::io::JoinPath(tensorflow::testing::TensorFlowSrcRoot(), in SavedModelPath()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/rpc/ |
H A D | grpc_client_test.cc | 48 std::string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in GRPCClientTestBase()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/ops/ |
H A D | restore_ops_test.cc | 33 return io::JoinPath(testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", in CheckpointPrefix()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_testlib.cc | 29 strings::StrCat(testing::TensorFlowSrcRoot(), in MakeTestCluster()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/example/ |
H A D | example_parser_configuration_test.cc | 47 io::JoinPath(testing::TensorFlowSrcRoot(), in SetUp()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
H A D | lmdb_dataset_op_test.cc | 73 io::JoinPath(testing::TensorFlowSrcRoot(), kDataFileLoc, kDataFileName); in MaybeCopyDataFile()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | scc_test.cc | 412 testing::TensorFlowSrcRoot(), in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/gen/cc/ |
H A D | source_writer_test.cc | 268 tensorflow::testing::TensorFlowSrcRoot(), in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
H A D | tensor_bundle_test.cc | 56 return strings::StrCat(testing::TensorFlowSrcRoot(), in TestdataPrefix()
|