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

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/service/
compilation_cache.cc 22 #include "tensorflow/core/lib/strings/strcat.h"
73 return tensorflow::strings::StrCat(versioned_handle.handle.handle(), "::",
logical_buffer.cc 25 #include "tensorflow/core/lib/strings/strcat.h"
38 return tensorflow::strings::StrCat(instruction_->name(), "[",
  /external/tensorflow/tensorflow/contrib/fused_conv/kernels/
fused_conv_ops_gpu.h 54 return strings::StrCat(ConvParameters::ToString(), ", ", has_side_input_,
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
decision-tree-resource.h 36 return strings::StrCat("DecisionTree[size=",
  /external/tensorflow/tensorflow/core/common_runtime/
debugger_state_interface.cc 34 strings::StrCat(watch.node_name(), ":", watch.output_slot());
  /external/tensorflow/tensorflow/core/framework/
lookup_interface.h 118 return strings::StrCat("A lookup table of size: ", size());
resource_handle.cc 18 #include "tensorflow/core/lib/strings/strcat.h"
60 return strings::StrCat("device: ", device(), " container: ", container(),
  /external/tensorflow/tensorflow/core/grappler/clusters/
cluster.h 27 #include "tensorflow/core/lib/strings/strcat.h"
98 return errors::Unimplemented(strings ::StrCat(
  /external/tensorflow/tensorflow/core/kernels/batching_util/
periodic_function.cc 20 #include "tensorflow/core/lib/strings/strcat.h"
32 const string error = strings::StrCat(
  /external/tensorflow/tensorflow/core/kernels/data/
concatenate_dataset_op.cc 67 new Iterator({this, strings::StrCat(prefix, "::Concatenate")}));
100 strings::StrCat(params.prefix, "[0]"))) {}
118 strings::StrCat(prefix(), "[1]"));
151 strings::StrCat(prefix(), "[1]"));
unique_dataset_op.cc 62 new Iterator({this, strings::StrCat(prefix, "::Unique")}));
74 return strings::StrCat("UniqueDatasetOp::Dataset");
126 full_name(strings::StrCat("unique_elements[", i++, "]")), t));
146 full_name(strings::StrCat("unique_elements[", i, "]")),
  /external/tensorflow/tensorflow/core/kernels/
identity_reader_op.cc 24 #include "tensorflow/core/lib/strings/strcat.h"
32 : ReaderBase(strings::StrCat("IdentityReader '", node_name, "'")) {}
  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_utils.cc 66 strings::StrCat(
oauth_client.cc 59 strings::StrCat("Couldn't read a JSON value '", name, "'."));
70 strings::StrCat("JSON value '", name, "' is not string."));
81 strings::StrCat("JSON value '", name, "' is not integer."));
214 strings::StrCat("grant_type=", kGrantType, "&assertion=", jwt);
243 const auto request_body = strings::StrCat(
curl_http_request.cc 135 strings::StrCat("TensorFlow/", TF_VERSION_STRING).c_str());
184 strings::StrCat(start, "-", end).c_str());
190 curl_headers_, strings::StrCat(name, ": ", value).c_str());
199 strings::StrCat(hostname, ":", port, ":", ip_addr).c_str());
205 AddHeader("Authorization", strings::StrCat("Bearer ", auth_token));
234 curl_headers_, strings::StrCat("Content-Length: ", size).c_str());
261 curl_headers_, strings::StrCat("Content-Length: ", size).c_str());
433 const auto& error_message = strings::StrCat(
473 extended_error_message = strings::StrCat(
  /external/tensorflow/tensorflow/core/platform/
protobuf_internal.h 46 if (any.type_url() != strings::StrCat("type.googleapis.com/", type_name)) {
env_test.cc 26 #include "tensorflow/core/lib/strings/strcat.h"
89 const string filename = strings::StrCat(BaseDir(), "/bar/..//file", length);
110 const string filename = strings::StrCat(BaseDir(), "binary_proto");
123 const string filename = strings::StrCat(BaseDir(), "text_proto");
140 io::JoinPath(BaseDir(), strings::StrCat("file", length));
234 string filename = io::JoinPath(BaseDir(), strings::StrCat("len", length));
236 filename = strings::StrCat("file://", filename);
245 strings::StrCat("file://", io::JoinPath(BaseDir(), "l*")),
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_tensor.cc 25 strings::StrCat(formatted_str_, "...omitted from display\n\n");
  /external/tensorflow/tensorflow/core/util/
reporter.cc 54 string mangled_fname = strings::StrCat(
  /external/tensorflow/tensorflow/stream_executor/
blas.cc 18 #include "tensorflow/stream_executor/lib/strcat.h"
72 string AlgorithmConfig::ToString() const { return port::StrCat(algorithm_); }
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor.cc 66 strings::StrCat("Could not parse column type ", type));
181 request->SetUri(strings::StrCat(
186 request->SetUri(strings::StrCat(
298 return errors::Unimplemented(strings::StrCat(
302 const string current_column_name = strings::StrCat(
308 const auto new_prefix = strings::StrCat(current_column_name, ".");
367 return strings::StrCat(bigquery_end_point_, "/projects/",
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_diagnostics.cc 46 #include "tensorflow/stream_executor/lib/strcat.h"
120 return port::StrCat("/dev/nvidia", dev_node_ordinal);
280 port::StrCat("could not find kernel module information in "
340 port::StrCat("failed to read driver bundle version: ",
355 port::StrCat("could not open driver version path for reading: ",
377 port::StrCat("failed to read driver version file contents: ",
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 71 return strings::StrCat(cpu_prefix, index);
493 strings::StrCat(
528 placeholders.emplace_back(root.WithOpName(strings::StrCat("p", i)),
542 EXPECT_EQ(strings::StrCat("p", i), nodes[i].first->name());
556 placeholders_in_order.emplace_back(root.WithOpName(strings::StrCat("p", i)),
570 squares.emplace_back(root.WithOpName(strings::StrCat("s", i)),
594 EXPECT_EQ(strings::StrCat("p", i), node->name());
602 EXPECT_EQ(strings::StrCat("s", square_index), node->name());
622 placeholders_in_order.emplace_back(root.WithOpName(strings::StrCat("p", i)),
636 Scope scope = root.NewSubScope(strings::StrCat("while", i))
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 671 // StrCat()
680 // For clarity and performance, don't use StrCat when appending to a
682 // str.append(StrCat(...)
683 // str += StrCat(...)
684 // str = StrCat(str, ...)
693 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b);
694 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
696 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
698 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
701 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
sparsify_gather.cc 35 using strings::StrCat;
360 StrCat(weights_node.name(), "/indices"),
365 CreateConstNode(values_tensor, StrCat(weights_node.name(), "/values"),
372 hashtable_node.set_name(StrCat(weights_node.name(), "/HashTable"));
380 StrCat(weights_node.name(), "/InitializeTable"));
388 lookup_node.set_name(StrCat(gather_node.name(), "/LookupTableFind"));
396 CreateConstNode(zero_tensor, StrCat(gather_node.name(), "/Const"),
406 StrCat(gather_node.name(), "/ExpandDims/Const"));
468 AddNodeInput(StrCat("^", name), init_op);

Completed in 757 milliseconds

1 2 3 45 6 7 8 91011>>