HomeSort by relevance Sort by last modified time
    Searched refs:StrCat (Results 176 - 200 of 492) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_channel.cc 29 #include "tensorflow/core/lib/strings/strcat.h"
42 return strings::StrCat("/job:", job, "/replica:0/task:", task);
265 strings::StrCat(id_host_port.first, " -> ", id_host_port.second));
267 return strings::StrCat(job_id_, " -> {", str_util::Join(task_strings, ", "),
grpc_server_lib.cc 44 #include "tensorflow/core/lib/strings/strcat.h"
121 strings::StrCat("/job:", server_def_.job_name(), "/replica:0",
179 builder.AddListeningPort(strings::StrCat("0.0.0.0:", requested_port),
265 host_port = strings::StrCat("localhost:", bound_port_);
292 string name_prefix = strings::StrCat("/job:", *options.job_name, "/replica:0",
372 return strings::StrCat("grpc://localhost:", bound_port_);
  /external/tensorflow/tensorflow/core/distributed_runtime/
rpcbench_test.cc 29 #include "tensorflow/core/lib/strings/strcat.h"
53 workers->push_back(strings::StrCat("grpc://localhost:", port[i]));
79 strings::StrCat("localhost:", port[i]);
186 strings::StrCat(def.node_size(), " nodes; ",
tensor_coding_test.cc 23 #include "tensorflow/core/lib/strings/strcat.h"
131 v.push_back(strings::StrCat("This is string ", elems));
188 strings::StrCat("Bytes: ", response.tensor().TotalBytes()));
204 testing::SetLabel(strings::StrCat("Bytes: ", t.TotalBytes()));
  /external/tensorflow/tensorflow/core/graph/
mkl_layout_pass_test.cc 78 return strings::StrCat(n->name(), ":control");
80 return strings::StrCat(n->name(), ":", index);
89 nodes.push_back(strings::StrCat(n->name(), "(", n->type_string(), ")"));
94 edges.push_back(strings::StrCat(EdgeId(e->src(), e->src_output()), "->",
101 return strings::StrCat(str_util::Join(nodes, ";"), "|",
    [all...]
subgraph_test.cc 358 string name = strings::StrCat("N", i);
370 fed.push_back(strings::StrCat("N", num_nodes - 1000));
373 std::vector<string> targets = {strings::StrCat("N", num_nodes - 1)};
  /external/tensorflow/tensorflow/core/grappler/optimizers/
meta_optimizer.cc 44 return strings::StrCat("Graph size before: ", before.node_size(), " nodes, ",
155 result = strings::StrCat(
172 result = strings::StrCat(
  /external/tensorflow/tensorflow/core/kernels/data/
repeat_dataset_op.cc 55 {this, strings::StrCat(prefix, "::ForeverRepeat")}));
58 {this, strings::StrCat(prefix, "::EmptyRepeat")}));
61 {this, strings::StrCat(prefix, "::FiniteRepeat")}));
flat_map_dataset_op.cc 80 new Iterator({this, strings::StrCat(prefix, "::FlatMap")}));
183 full_name(strings::StrCat("captured_func_inputs[", i, "]")),
226 full_name(strings::StrCat("captured_func_inputs[", i, "]")),
scan_dataset_op.cc 96 new Iterator({this, strings::StrCat(prefix, "::Scan")}));
228 full_name(strings::StrCat("state[", idx, "]")), state_[idx]));
245 full_name(strings::StrCat("state[", idx, "]")), &state_[idx]));
  /external/tensorflow/tensorflow/core/lib/io/
path.cc 31 #include "tensorflow/core/lib/strings/strcat.h"
242 return strings::StrCat(scheme, "://", host, path);
271 dir, strings::StrCat("tmp_file_tensorflow_", UniqueId(), "_XXXXXX.",
277 strings::StrCat("tmp_file_tensorflow_", UniqueId(), "_XXXXXX"));
  /external/tensorflow/tensorflow/core/platform/cloud/
http_request_fake.h 82 actual_request_ += strings::StrCat("Range: ", start, "-", end, "\n");
104 strings::StrCat("Post body: ", StringPiece(buffer, size), "\n");
165 actual_request_ += strings::StrCat("Timeouts: ", connection, " ",
gcs_file_system.cc 189 return strings::StrCat(name, "/");
198 return strings::StrCat(MaybeAppendSlash(path), subpath);
443 strings::StrCat("Upload to gs://", bucket_, "/", object_,
482 request->SetUri(strings::StrCat(
519 request->AddHeader("Content-Range", strings::StrCat("bytes */", file_size));
565 strings::StrCat("bytes ", start_offset, "-",
580 return strings::StrCat("gs://", bucket_, "/", object_);
809 request->SetUri(strings::StrCat("https://", kStorageHost, "/", bucket, "/",
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_tensor.h 29 #include "tensorflow/core/lib/strings/strcat.h"
74 strings::StrCat(formatted_str_, "'",
109 strings::StrCat(formatted_str_, "'",
136 formatted_str_ = strings::StrCat(
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.cc 33 #include "tensorflow/core/lib/strings/strcat.h"
39 using tensorflow::strings::StrCat;
    [all...]
  /external/tensorflow/tensorflow/core/framework/
function.cc 163 TF_RETURN_IF_ERROR(AddItem(strings::StrCat(arg_def.name(), ":", i),
197 strings::StrCat(node.name(), ":", node_sig->output_arg(i).name());
202 AddItem(strings::StrCat(base_name, ":", j),
326 string name = strings::StrCat(ret_def.name(), "_RetVal");
379 strings::StrCat("Duplicated ", item.is_func_arg ? "arg" : "ret",
391 return strings::StrCat("^", Name(node_index));
403 return strings::StrCat(Name(node_index), ":", output_index);
480 entries.push_back(strings::StrCat(p.first, "=", Print(p.second)));
483 return strings::StrCat(attr_value.func().name(), "[",
496 entries.push_back(strings::StrCat(a.first, "=", Print(a.second)))
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc 33 #include "tensorflow/stream_executor/lib/strcat.h"
222 return port::StrCat("CUresult(", static_cast<int>(result), ")");
350 return port::StrCat(value.ValueOrDie());
409 port::StrCat("failed call to cuInit: ", ToString(res))};
439 port::StrCat("failed call to cuDeviceGet: ", ToString(res))};
637 port::StrCat("failed to get shared memory config: ", ToString(result))};
655 port::StrCat("failed to set shared memory config: ", ToString(result))};
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
nn_ops_test.cc 112 strings::StrCat("Skipping GPU test (no --config=cuda): ", label));
238 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_", \
244 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_", \
250 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_", \
256 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_", \
262 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_", \
268 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_", \
338 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_", \
344 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_", \
350 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", OD, "_",
    [all...]
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 583 strings::StrCat(prefix, "/device:GPU:", id, "/stream:");
585 strings::StrCat(prefix, "/device:GPU:", id, "/memcpy");
604 collector->Save(strings::StrCat(stream_device, "all"), ns);
605 collector->Save(strings::StrCat(stream_device, rec.stream_id), nscopy);
625 strings::StrCat(name, ":MEMCPY", getMemcpyKindString(copyKind)));
630 collector->Save(strings::StrCat(stream_device, rec.stream_id), nscopy);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_layout_assignment_test.cc 117 SCOPED_TRACE(tensorflow::strings::StrCat(
189 SCOPED_TRACE(tensorflow::strings::StrCat(
261 SCOPED_TRACE(tensorflow::strings::StrCat(
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim.cc 124 ? strings::StrCat(kDefaultServingSignatureDefKey, "_from_named")
172 strings::StrCat(
376 strings::StrCat(
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_db_writer_test.cc 24 #include "tensorflow/core/lib/strings/strcat.h"
213 EXPECT_EQ(123.456, QueryDouble(strings::StrCat(
216 EXPECT_EQ(123.456, QueryDouble(strings::StrCat(
313 EXPECT_EQ(4LL, QueryInt(strings::StrCat(
  /external/tensorflow/tensorflow/compiler/jit/
graph_to_functiondef_test.cc 36 *diff = strings::StrCat("Definition mismatch for function ",
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
arithmetic.cc 25 #include "tensorflow/core/lib/strings/strcat.h"
41 tensorflow::strings::StrCat(name, "_", PrimitiveType_Name(type)));
  /external/tensorflow/tensorflow/compiler/xla/service/
backend.h 32 #include "tensorflow/core/lib/strings/strcat.h"
138 return tensorflow::strings::StrCat(platform_->Name(), ":", device_ordinal);

Completed in 461 milliseconds

1 2 3 4 5 6 78 91011>>