HomeSort by relevance Sort by last modified time
    Searched refs:JoinPath (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/tensorflow/tensorflow/compiler/xla/service/
compile_only_service.cc 88 const string& per_host_path = tensorflow::io::JoinPath(
executable.cc 154 string file_path = tensorflow::io::JoinPath(directory_path, filename);
  /external/tensorflow/tensorflow/compiler/xla/tests/
literal_test_util_test.cc 66 tensorflow::io::JoinPath(tensorflow::testing::TmpDir(), "/tempfile-*");
  /external/tensorflow/tensorflow/core/lib/io/
path.cc 270 tmp_filepath = io::JoinPath(
275 tmp_filepath = io::JoinPath(
  /external/tensorflow/tensorflow/tools/graph_transforms/
freeze_requantization_ranges_test.cc 104 io::JoinPath(testing::TmpDir(), "min_max_log_file.txt");
158 io::JoinPath(testing::TmpDir(), "min_max_log_file2.txt");
transform_graph_test.cc 80 const string in_filename_pb = io::JoinPath(dir, "in_graphdef.pb");
81 const string out_filename_pb = io::JoinPath(dir, "out_graphdef.pb");
sparsify_gather_test.cc 79 io::JoinPath(testing::TmpDir(), "checkpoint_single");
292 io::JoinPath(testing::TmpDir(), "checkpoint_multiple");
576 io::JoinPath(testing::TmpDir(), "checkpoint_slice");
  /external/tensorflow/tensorflow/cc/profiler/
profiler_test.cc 156 string timeline_file = io::JoinPath(testing::TmpDir(), "timeline");
  /external/tensorflow/tensorflow/compiler/aot/
codegen_test.cc 135 const string golden_file_name = io::JoinPath(
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
candidate_graph_runner.cc 51 Env::Default(), io::JoinPath(graph_dir, kGraphFilename), &graph_def))
  /external/tensorflow/tensorflow/core/kernels/
save_op_test.cc 59 const string filename = io::JoinPath(testing::TmpDir(), "tensor_simple");
413 const string filename = io::JoinPath(testing::TmpDir(), "tensor_slices");
567 const string filename = io::JoinPath(testing::TmpDir(), "three_slices");
670 io::JoinPath(testing::TmpDir(), "benchmark_checkpoint");
  /external/tensorflow/tensorflow/python/framework/
python_op_gen_main.cc 119 TF_CHECK_OK(env->GetMatchingPaths(io::JoinPath(api_def_dir, "*.pbtxt"),
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties_test.cc 337 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
379 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
437 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
500 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
558 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
610 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
734 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
    [all...]
  /external/tensorflow/tensorflow/examples/label_image/
main.cc 324 string graph_path = tensorflow::io::JoinPath(root_dir, graph);
334 string image_path = tensorflow::io::JoinPath(root_dir, image);
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 290 std::string JoinPath(const std::string &path1, const std::string &path2) {
360 std::string FilePath = JoinPath(outDirectory, outFileName);
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder_test.cc 148 io::JoinPath(temp_dir, "grappler_item_builder_test_filename");
213 io::JoinPath(temp_dir, "grappler_item_builder_test_filename1");
226 io::JoinPath(temp_dir, "grappler_item_builder_test_filename1");
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
gpu_backend_lib.cc 82 tensorflow::io::JoinPath(libdevice_dir_path, unified_libdevice_filename),
322 string libdevice_path = tensorflow::io::JoinPath(
  /external/tensorflow/tensorflow/contrib/pi_examples/label_image/
label_image.cc 354 string graph_path = tensorflow::io::JoinPath(root_dir, graph);
364 string image_path = tensorflow::io::JoinPath(root_dir, image);
  /external/tensorflow/tensorflow/core/util/
tensor_slice_writer_test.cc 73 const string filename = io::JoinPath(testing::TmpDir(), "checkpoint");
325 const string filename = io::JoinPath(testing::TmpDir(), "checkpoint");
  /external/tensorflow/tensorflow/examples/multibox_detector/
main.cc 388 string graph_path = tensorflow::io::JoinPath(root_dir, graph);
398 string image_path = tensorflow::io::JoinPath(root_dir, image);
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_file_writer.cc 49 tensorflow::MakeUnique<EventsWriter>(io::JoinPath(logdir, "events"));
summary_file_writer_test.cc 67 TF_CHECK_OK(env_.NewRandomAccessFile(io::JoinPath(testing::TmpDir(), f),
  /external/tensorflow/tensorflow/core/api_def/
api_test.cc 54 io::JoinPath(api_files_dir, kApiDefFilePattern), &matching_paths));
update_api_def.cc 252 io::JoinPath(tensorflow::string(api_def_dir), kApiDefFileFormat);
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 395 io::JoinPath(
491 io::JoinPath(debug_url.substr(strlen(kFileURLScheme)),
596 io::JoinPath(dump_root_dir, debug_node_key.device_path,
615 const string file_path = io::JoinPath(dir_name, file_name);
    [all...]

Completed in 598 milliseconds

1 23 4 5