/external/tensorflow/tensorflow/cc/framework/ |
cc_op_gen_test.cc | 90 const auto h_file_path = io::JoinPath(tmpdir, "test.h"); 91 const auto cc_file_path = io::JoinPath(tmpdir, "test.cc"); 92 const auto internal_h_file_path = io::JoinPath(tmpdir, "test_internal.h"); 93 const auto internal_cc_file_path = io::JoinPath(tmpdir, "test_internal.cc");
|
cc_op_gen_main.cc | 42 io::JoinPath(api_def_dir, "api_def_" + op.name() + ".pbtxt");
|
/external/tensorflow/tensorflow/compiler/xla/ |
protobuf_util.cc | 59 const string path = tensorflow::io::JoinPath(directory, safe_file_name);
|
/external/tensorflow/tensorflow/contrib/util/ |
convert_graphdef_memmapped_format_test.cc | 40 const string filename_pb = io::JoinPath(dir, "graphdef.pb"); 65 const string filename_mmap = io::JoinPath(dir, "graphdef.mmap"); 95 const string filename_pb = io::JoinPath(dir, "string_graphdef.pb"); 116 const string filename_mmap = io::JoinPath(dir, "string_graphdef.mmap");
|
/external/tensorflow/tensorflow/core/lib/io/ |
path.h | 35 // Arguments | JoinPath 42 // string path = io::JoinPath("/mydir", filename); 43 // string path = io::JoinPath(FLAGS_test_srcdir, filename); 44 // string path = io::JoinPath("/full", "path", "to", "filename); 46 string JoinPath(const T&... args) {
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
accuracy_utils_test.cc | 28 string file_name = tensorflow::io::JoinPath(tensorflow::testing::TmpDir(),
|
/external/tensorflow/tensorflow/core/kernels/ |
spectrogram_test.cc | 210 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kInputFilename), 237 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kInputFilename), 242 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kExpectedFilename), 257 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kInputFilename), 264 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kExpectedFilename), 279 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kInputFilename), 284 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kExpectedFilename), 299 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kInputFilename), 306 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kExpectedFilename), 325 tensorflow::io::JoinPath(testing::TensorFlowSrcRoot(), kInputFilename) [all...] |
range_sampler_test.cc | 158 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); 168 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); 176 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); 183 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); 194 string fname = io::JoinPath(testing::TmpDir(), "vocab_file");
|
/external/tensorflow/tensorflow/cc/saved_model/ |
loader.cc | 48 io::JoinPath(export_dir, kSavedModelFilenamePb); 54 io::JoinPath(export_dir, kSavedModelFilenamePbTxt); 118 Tensor assets_file_path_tensor = CreateStringTensor(io::JoinPath( 164 io::JoinPath(export_dir, kSavedModelVariablesDirectory); 168 const string variables_index_path = io::JoinPath( 176 io::JoinPath(variables_directory, kSavedModelVariablesFilename); 307 io::JoinPath(export_dir, kSavedModelFilenamePb); 309 io::JoinPath(export_dir, kSavedModelFilenamePbTxt);
|
/external/tensorflow/tensorflow/core/platform/ |
file_system.cc | 112 fixed_prefix = io::JoinPath(dir, fixed_prefix); 113 eval_pattern = io::JoinPath(dir, pattern); 137 const string child_path = io::JoinPath(current_dir, children[i]); 148 const string child_path = io::JoinPath(current_dir, children[i]); 204 const string child_path = io::JoinPath(dir, child); 259 built_path = io::JoinPath(built_path, sub_dir);
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
session_bundle_test.cc | 61 const string source = io::JoinPath(orig_path, kVariablesFilename); 62 const string sink = io::JoinPath(export_path, variables_filename); 69 const string source = io::JoinPath(orig_path, kMetaGraphDefFilename); 70 const string sink = io::JoinPath(export_path, meta_graph_def_filename); 140 const string asset_path = io::JoinPath(export_path, kAssetsDirectory); 149 test::AsTensor<string>({io::JoinPath(asset_path, "hello1.txt")}, 153 test::AsTensor<string>({io::JoinPath(asset_path, "hello2.txt")}, 285 const string export_path = io::JoinPath( 408 IsPossibleExportDirectory(io::JoinPath(export_path, kAssetsDirectory)));
|
/external/tensorflow/tensorflow/contrib/ffmpeg/default/ |
ffmpeg_lib_test.cc | 65 string filename = io::JoinPath(TensorFlowSrcRoot(), kTestMp3Filename); 80 string filename = io::JoinPath(TensorFlowSrcRoot(), kTestMp3Filename); 123 string filename = io::JoinPath(TensorFlowSrcRoot(), kTestWavFilename);
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
toco_port.h | 67 string JoinPath(const string& base, const string& filename);
|
toco_port.cc | 96 string JoinPath(const string& a, const string& b) { 97 return ::file::JoinPath(a, b); 213 string JoinPath(const string& base, const string& filename) {
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
google_auth_provider_test.cc | 80 io::JoinPath( 81 io::JoinPath(testing::TensorFlowSrcRoot(), kTestData).c_str(), 86 io::JoinPath(testing::TensorFlowSrcRoot(), kTestData).c_str(), 121 io::JoinPath(testing::TensorFlowSrcRoot(), kTestData).c_str(), 1);
|
oauth_client_test.cc | 94 io::JoinPath(io::JoinPath(testing::TensorFlowSrcRoot(), kTestData), 137 io::JoinPath(io::JoinPath(testing::TensorFlowSrcRoot(), kTestData),
|
google_auth_provider.cc | 111 config_dir = io::JoinPath(home_dir, kGCloudConfigFolder); 113 auto result = io::JoinPath(config_dir, kWellKnownCredentialsFile);
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
hadoop_file_system_test.cc | 34 return io::JoinPath(string(test_dir), path); 36 return "file://" + io::JoinPath(testing::TmpDir(), path); 118 const string file = io::JoinPath(base, "testfile.csv"); 120 const string subdir = io::JoinPath(base, "subdir");
|
/external/tensorflow/tensorflow/tools/benchmark/ |
benchmark_model_test.cc | 31 const string filename_pb = io::JoinPath(dir, "graphdef.pb");
|
/frameworks/compile/slang/ |
slang_rs_reflect_utils.h | 92 // E.g. JoinPath("foo/bar", "baz/a.java") returns "foo/bar/baz/a.java", 93 // JoinPath("foo", "/bar/baz") returns "foo/bar/baz", and 94 // JoinPath("foo/", "/bar") returns "foo/bar". 95 std::string JoinPath(const std::string &path1, const std::string &path2);
|
/external/tensorflow/tensorflow/core/ops/compat/ |
op_compatibility_lib.cc | 32 return io::JoinPath(ops_prefix, strings::StrCat("compat/ops_history.", 39 : ops_file_(io::JoinPath(ops_prefix, "ops.pbtxt")),
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
dump_ir_pass.cc | 94 new DumpIrPass(tensorflow::io::JoinPath(output_dir_, basename)));
|
/external/tensorflow/tensorflow/core/debug/ |
grpc_session_debug_test.cc | 121 const string dirpath = io::JoinPath(dump_dir_, subdir); 131 TF_ASSERT_OK(ReadEventFromFile(io::JoinPath(dirpath, filename), &event)); 193 LoadTensorDumps(io::JoinPath(DebugNodeKey::DeviceNameToDevicePath( 275 io::JoinPath(DebugNodeKey::DeviceNameToDevicePath(a_dev.name()),
|
/external/tensorflow/tensorflow/core/util/ |
tensor_slice_reader_test.cc | 57 const string fname_base = io::JoinPath(testing::TmpDir(), "float_checkpoint"); 182 const string fname_base = io::JoinPath(testing::TmpDir(), checkpoint_file); 314 const string fname_base = io::JoinPath(testing::TmpDir(), "float_checkpoint"); 404 const string path = io::JoinPath(testing::TmpDir(), "checkpoint");
|
memmapped_file_system_test.cc | 69 const string filename = io::JoinPath(dir, "memmapped_env_test"); 131 const string filename = io::JoinPath(dir, "memmapped_env_corrupted_test"); 141 const string filename = io::JoinPath(dir, "test_file");
|