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

1 2 34 5

  /external/tensorflow/tensorflow/core/example/
example_parser_configuration_test.cc 47 io::JoinPath(testing::TensorFlowSrcRoot(),
  /external/tensorflow/tensorflow/core/grappler/utils/
scc_test.cc 411 string filename = io::JoinPath(
  /external/tensorflow/tensorflow/core/kernels/
immutable_constant_op_test.cc 146 *filename = io::JoinPath(dir, strings::StrCat("file_", value));
debug_ops_test.cc 107 device_roots.push_back(io::JoinPath(dump_roots[i], ent0->d_name));
122 const string dump_file_path = io::JoinPath(device_root, ent->d_name);
restore_op_test.cc 62 const string filename = io::JoinPath(testing::TmpDir(), "tensor_simple");
373 const string filename = io::JoinPath(testing::TmpDir(), "tensor_int");
save_v2_op_test.cc 53 const string prefix = io::JoinPath(testing::TmpDir(), "tensor_simple");
restore_v2_op_test.cc 62 io::JoinPath(testing::TmpDir(), "tensor_simple-", save_op_to_use);
  /external/tensorflow/tensorflow/core/util/
events_writer_test.cc 108 return io::JoinPath(testing::TmpDir(), suffix);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_compiler.cc 404 tensorflow::io::JoinPath(tensorflow::CudaRoot(), "bin", "ptxas");
633 const string ptx_outfile = tensorflow::io::JoinPath(
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils_test.cc 206 io::JoinPath(test_dir, DebugNodeKey::DeviceNameToDevicePath(kDeviceName));
207 const string txt_file_name = io::JoinPath(txt_file_dir, "baz");
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer_test.cc 379 io::JoinPath(testing::TensorFlowSrcRoot(),
442 io::JoinPath(testing::TensorFlowSrcRoot(),
  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request_test.cc 423 auto content_filename = io::JoinPath(testing::TmpDir(), "content");
450 auto content_filename = io::JoinPath(testing::TmpDir(), "content");
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 52 using ::tensorflow::io::JoinPath;
    [all...]
  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib.cc 93 const string binary_path = io::JoinPath(dir, binary_name);
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 710 string ir_file_name = tensorflow::io::JoinPath(
716 string ir_no_constant_initializers_file_name = tensorflow::io::JoinPath(
  /prebuilts/go/darwin-x86/src/go/internal/srcimporter/
srcimporter.go 191 }(i, p.joinPath(dir, filename))
220 func (p *Importer) joinPath(elem ...string) string {
221 if f := p.ctxt.JoinPath; f != nil {
  /prebuilts/go/linux-x86/src/go/internal/srcimporter/
srcimporter.go 191 }(i, p.joinPath(dir, filename))
220 func (p *Importer) joinPath(elem ...string) string {
221 if f := p.ctxt.JoinPath; f != nil {
  /external/tensorflow/tensorflow/contrib/pi_examples/camera/
camera.cc 440 string graph_path = tensorflow::io::JoinPath(root_dir, graph);
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim_test.cc 559 io::JoinPath(testing::TensorFlowSrcRoot(), kSavedModelBundlePath);
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 258 string asset_filepath = io::JoinPath(cfg.assets_directory_override,
  /external/tensorflow/tensorflow/core/platform/
env.cc 333 *filename = io::JoinPath(dir, "tempfile-");
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 120 string path = io::JoinPath(hdfs_home, "lib", "native", kLibHdfsDso);
  /prebuilts/go/darwin-x86/src/go/build/
build.go 63 // JoinPath joins the sequence of path fragments into a single path.
64 // If JoinPath is nil, Import uses filepath.Join.
65 JoinPath func(elem ...string) string
98 // joinPath calls ctxt.JoinPath (if not nil) or else filepath.Join.
99 func (ctxt *Context) joinPath(elem ...string) string {
100 if f := ctxt.JoinPath; f != nil {
242 dir := ctxt.joinPath(ctxt.GOROOT, "src")
248 dir := ctxt.joinPath(p, "src")
533 p.Dir = ctxt.joinPath(srcDir, path
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 63 // JoinPath joins the sequence of path fragments into a single path.
64 // If JoinPath is nil, Import uses filepath.Join.
65 JoinPath func(elem ...string) string
98 // joinPath calls ctxt.JoinPath (if not nil) or else filepath.Join.
99 func (ctxt *Context) joinPath(elem ...string) string {
100 if f := ctxt.JoinPath; f != nil {
242 dir := ctxt.joinPath(ctxt.GOROOT, "src")
248 dir := ctxt.joinPath(p, "src")
533 p.Dir = ctxt.joinPath(srcDir, path
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
tooling_util.cc 470 port::file::JoinPath(
489 port::file::JoinPath(
    [all...]

Completed in 622 milliseconds

1 2 34 5