Home
last modified time | relevance | path

Searched refs:TensorFlowSrcRoot (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/
H A Dsaved_model_bundle_test.cc120 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 Dsaved_model_bundle_lite_test.cc118 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 Dfingerprinting_test.cc66 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 Dbundle_v2_test.cc75 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 Dtfprof_show_test.cc42 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 Dtfprof_stats_test.cc35 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 Dtfprof_tensor_test.cc31 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTensorTest()
40 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTensorTest()
H A Dtfprof_timeline_test.cc36 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTimelineTest()
45 io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTimelineTest()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/
H A Dauto_clustering_test.cc27 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 Dgraph_properties_test.cc567 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 Dsaved_model_roundtrip_test.cc91 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 Dsaved_model_api_test.cc50 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 Dtest.h72 std::string TensorFlowSrcRoot();
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dtest.cc58 string TensorFlowSrcRoot() { in TensorFlowSrcRoot() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Dutils_test.cc39 std::string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/
H A Dcpp_generator_test.cc48 string golden_dir = io::JoinPath(testing::TensorFlowSrcRoot(), in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/experimental/tests/
H A Dsaved_model_api_test.cc40 return tensorflow::io::JoinPath(tensorflow::testing::TensorFlowSrcRoot(), in SavedModelPath()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/rpc/
H A Dgrpc_client_test.cc48 std::string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in GRPCClientTestBase()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/ops/
H A Drestore_ops_test.cc33 return io::JoinPath(testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", in CheckpointPrefix()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_testlib.cc29 strings::StrCat(testing::TensorFlowSrcRoot(), in MakeTestCluster()
/aosp_15_r20/external/tensorflow/tensorflow/core/example/
H A Dexample_parser_configuration_test.cc47 io::JoinPath(testing::TensorFlowSrcRoot(), in SetUp()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dlmdb_dataset_op_test.cc73 io::JoinPath(testing::TensorFlowSrcRoot(), kDataFileLoc, kDataFileName); in MaybeCopyDataFile()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dscc_test.cc412 testing::TensorFlowSrcRoot(), in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/java/src/gen/cc/
H A Dsource_writer_test.cc268 tensorflow::testing::TensorFlowSrcRoot(), in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dtensor_bundle_test.cc56 return strings::StrCat(testing::TensorFlowSrcRoot(), in TestdataPrefix()