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

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
fixed_length_record_reader_op.cc 26 #include "tensorflow/core/lib/strings/strcat.h"
39 strings::StrCat("FixedLengthRecordReader '", node_name, "'")),
123 *key = strings::StrCat(current_work(), ":", record_number_);
summary_op.cc 67 return strings::StrCat(" (tag '", tags.flat<string>()(0), "')");
154 c->SetStatus(errors::InvalidArgument(strings::StrCat(
summary_audio_op_test.cc 30 #include "tensorflow/core/lib/strings/strcat.h"
70 Env::Default(), strings::StrCat("/tmp/", value->tag(), ".wav"),
  /external/tensorflow/tensorflow/core/platform/
tracing.h 26 #include "tensorflow/core/lib/strings/strcat.h"
254 e->PushAnnotation(strings::StrCat(name_part1, ":", name_part2)));
274 tracer_.reset(e->StartTracing(strings::StrCat(name_part1, ":", name_part2),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
console_reporter.cc 105 rate = StrCat(" ", HumanReadableNumber(result.bytes_per_second), "B/s");
112 StrCat(" ", HumanReadableNumber(result.items_per_second), " items/s");
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 235 return StrCat("\"", str_.ToString(), "\"");
239 return StrCat("\"", base64, "\"");
315 return InvalidArgument(StrCat("\"", str_, "\""));
319 return InvalidArgument(StrCat("\"", str_.ToString(), "\""));
  /external/tensorflow/tensorflow/cc/saved_model/
loader.cc 23 #include "tensorflow/core/lib/strings/strcat.h"
68 tags_as_string = strings::StrCat(tags_as_string, tag, " ");
70 tags_as_string = strings::StrCat(tags_as_string, "}");
144 strings::StrCat("Expected exactly one main op in : ", export_dir));
201 return errors::FailedPrecondition(strings::StrCat(
  /external/tensorflow/tensorflow/compiler/tf2xla/
dump_graph.cc 22 #include "tensorflow/core/lib/strings/strcat.h"
54 string path = strings::StrCat(flags->tf_dump_graph_prefix, "/", name);
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
testing.cc 27 #include "tensorflow/core/lib/strings/strcat.h"
69 tensorflow::strings::StrCat("make_fake_", ShapeUtil::HumanString(shape)));
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
external_constant_pool_test.cc 69 string name = tensorflow::strings::StrCat("name-", i);
ir_function.cc 186 string name = tensorflow::strings::StrCat("dynamic_loop_bound_", offset);
205 tensorflow::strings::StrCat(name, "_parameter_addresses"),
210 AsStringRef(tensorflow::strings::StrCat(name, "_parameter_", i,
315 tensorflow::strings::StrCat(name, "_parallel_dimension_partitions")));
  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_hlo_test.cc 22 #include "tensorflow/core/lib/strings/strcat.h"
40 return strings::StrCat(str_util::Join(input_minor_to_major, "x"), "_",
test_macros.cc 76 tensorflow::strings::StrCat(test_case_name, ".", test_name));
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
normalize.cc 91 result = absl::StrCat(kStartToken, " ", result);
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
schema.cc 34 db->PrepareOrDie(strings::StrCat("PRAGMA application_id=",
  /external/tensorflow/tensorflow/core/debug/
debug_gateway.cc 80 string tensor_tag = strings::StrCat(node_name, ":", output_slot);
debug_gateway_test.cc 253 strings::StrCat(y_, ":", 0), 0, debug_identity);
255 strings::StrCat(y_, ":", 0), 1, debug_nan_count);
381 strings::StrCat(a_, ":", 0), 0, debug_identity);
383 strings::StrCat(x_, ":", 0), 0, debug_identity);
385 strings::StrCat(y_, ":", 0), 0, debug_identity);
558 strings::StrCat(c_, ":", 0), 0, "DebugIdentity");
692 strings::StrCat(var_node_name_, ":", 0), 0, debug_identity);
781 tensor_watch_opts->add_debug_urls(strings::StrCat("file://", temp_dir));
785 strings::StrCat(var_node_name_, ":", 0), 0, debug_identity);
787 strings::StrCat(var_node_name_, ":", 0), 1, debug_nan_count)
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_service_impl.h 97 ::tensorflow::strings::StrCat(
  /external/tensorflow/tensorflow/core/framework/
op_def_util_test.cc 503 OpDef o1 = FromText(strings::StrCat("name: 'MatMul' ", a1));
504 OpDef o2 = FromText(strings::StrCat("name: 'MatMul' ", a2));
505 OpDef o3 = FromText(strings::StrCat("name: 'MatMul' ", a1, a2));
506 OpDef o4 = FromText(strings::StrCat("name: 'MatMul' ", a2, a1));
  /external/tensorflow/tensorflow/core/graph/
subgraph.cc 82 NodeBuilder(strings::StrCat("_recv_", id.first, "_", id.second),
97 TF_RETURN_IF_ERROR(NodeBuilder(strings::StrCat("_arg_", id.first, "_",
229 NodeBuilder(strings::StrCat("_send_", id.first, "_", id.second),
244 TF_RETURN_IF_ERROR(NodeBuilder(strings::StrCat("_retval_", id.first, "_",
  /external/tensorflow/tensorflow/core/lib/strings/
strcat.cc 16 #include "tensorflow/core/lib/strings/strcat.h"
52 // StrCat()
89 string StrCat(const AlphaNum &a) { return string(a.data(), a.size()); }
91 string StrCat(const AlphaNum &a, const AlphaNum &b) {
100 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c) {
110 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscBiosVendorFunction.c 232 StrCat (BIOSVersionTemp,Version);
262 StrCat(BIOSVersionTemp,SpaceVer);
263 StrCat(BIOSVersionTemp,UVerStr);
  /external/tensorflow/tensorflow/compiler/xla/
metric_table_report.cc 181 AppendTableRow(tensorflow::strings::StrCat("... (", remaining_categories,
210 AppendTableRow(tensorflow::strings::StrCat("... (", remaining_entries,
245 string s1 = tensorflow::strings::StrCat(std::llround(metric));
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_rendezvous_mgr.h 153 const std::string key_id = strings::StrCat(key, "_", step_id);
198 const std::string key_id = strings::StrCat(key, "_", step_id);
208 const std::string key_id = strings::StrCat(key, "_", step_id);
  /external/tensorflow/tensorflow/core/distributed_runtime/
cluster_function_library_runtime.cc 49 NodeDefBuilder(strings::StrCat("_recv_", in.name(), "_", i), "_Recv")
71 function_node->add_input(strings::StrCat("_recv_", in.name(), "_", i));
95 NodeDefBuilder(strings::StrCat("_send_", out.name(), "_", i), "_Send")

Completed in 633 milliseconds

1 2 3 4 5 67 8 91011>>