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

<<11121314151617181920

  /external/tensorflow/tensorflow/core/kernels/data/
map_and_batch_dataset_op.cc 25 #include "tensorflow/core/lib/strings/strcat.h"
101 new Iterator({this, strings::StrCat(prefix, "::MapAndBatch")}));
336 port::Tracing::TraceMe activity(strings::StrCat(prefix(), "::Start"));
361 port::Tracing::TraceMe activity(strings::StrCat(prefix(), "::Wait"));
sql_dataset_ops.cc 92 new Iterator({this, strings::StrCat(prefix, "::Sql")}));
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_utils.cc 25 #include "tensorflow/core/lib/strings/strcat.h"
91 strings::StrCat("Invalid option '", pieces[idx], "' value: '", val, "'"));
395 helps.push_back(strings::StrCat(kTotalMicrosHelp, "\n", kCPUHelp, "\n",
425 return strings::StrCat("\nDoc:\n", cmd_help, "\n",
  /external/tensorflow/tensorflow/core/util/
device_name_utils.cc 20 #include "tensorflow/core/lib/strings/strcat.h"
97 return strings::StrCat("/job:", job, "/replica:", replica, "/task:", task,
353 return strings::StrCat("/device:", type, ":", id);
360 return strings::StrCat(type, ":", id);
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 27 #include "tensorflow/core/lib/strings/strcat.h"
47 tensorflow::strings::StrCat( \
91 tensorflow::strings::StrCat("Expecting a string value for attr ", key,
140 tensorflow::strings::StrCat("Expecting sequence value for attr ", key,
182 tensorflow::strings::StrCat(
231 tensorflow::strings::StrCat("Attr ", key,
387 tensorflow::strings::StrCat(
426 tensorflow::strings::StrCat(
442 tensorflow::strings::StrCat("Attr ", key, " has unhandled type ", type)
502 tensorflow::strings::StrCat("Unable to get setfor default value: "
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc 32 #include "tensorflow/core/lib/strings/strcat.h"
225 const string suffix = strings::StrCat(type, "-", kSuffix);
434 return strings::StrCat(base_name, "-", kSuffix);
535 strings::StrCat("Missing attribute ", attr));
593 string base_name = strings::StrCat(node_->name(), "-", input_index);
616 strings::StrCat(node_->name(), "-", pos, "-", kTransposeNHWCToNCHW));
653 strings::StrCat(node_->name(), "-", output_count, "-", i);
659 added_node_name = LayoutOptimizerNode(strings::StrCat(
667 added_node_name = LayoutOptimizerNode(strings::StrCat(
751 strings::StrCat("Unsupported tensor size: "
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
ArmFvpDxe.c 189 StrCat (TextDevicePath, Platform->FdtName);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
reduction_ops_common.cc 107 strings::StrCat(desc, "-reduction"));
  /external/tensorflow/tensorflow/compiler/xla/service/
shaped_buffer.cc 79 string s = tensorflow::strings::StrCat(
  /external/tensorflow/tensorflow/contrib/boosted_trees/resources/
decision_tree_ensemble_resource.h 38 return strings::StrCat("GTFlowDecisionTreeEnsemble[size=",
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_reader_ops.cc 56 : ReaderBase(strings::StrCat("BigQueryReader '", node_name, "'")),
bigquery_table_accessor.h 161 return strings::StrCat(project_id_, ":", dataset_id_, ".", table_id_, "@",
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
input_data.cc 143 feature_id->mutable_id()->set_value(strings::StrCat(saved_index));
  /external/tensorflow/tensorflow/contrib/text/kernels/
skip_gram_kernels.cc 107 errors::Internal(strings::StrCat(
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_server_lib.cc 52 strings::StrCat("/job:", server_def.job_name(), "/replica:0",
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_device.h 190 return strings::StrCat(
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_io_utils_test.cc 49 server_data->url = strings::StrCat("grpc://localhost:", server_data->port);
87 strings::StrCat("grpc://localhost:", testing::PickUnusedPortOrDie());
98 const string expected_error_msg = strings::StrCat(
214 strings::StrCat("synchronized_node_", this_count), 0,
debug_grpc_testlib.cc 141 builder.AddListeningPort(strings::StrCat("localhost:", server_port),
debug_io_utils.h 217 ::tensorflow::strings::StrCat(k.device_name, ":", k.node_name, ":",
debug_io_utils_test.cc 255 string dump_root = strings::StrCat(testing::TmpDir(), "/", i);
260 urls.push_back(strings::StrCat("file://", dump_root));
374 strings::StrCat(dump_root_base, "grumpy/", "dump_", dump_count++);
380 debug_url = strings::StrCat("file://", dump_root);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.cc 26 #include "tensorflow/core/lib/strings/strcat.h"
102 string trace_id = strings::StrCat(port::Tracing::UniqueId());
  /external/tensorflow/tensorflow/core/framework/
resource_op_kernel_test.cc 27 #include "tensorflow/core/lib/strings/strcat.h"
94 NodeDefBuilder(strings::StrCat("test-node", count_++), "StubResourceOp")
  /external/tensorflow/tensorflow/core/graph/
graph_constructor_test.cc 31 #include "tensorflow/core/lib/strings/strcat.h"
216 ExpectError(strings::StrCat("node { name: '", name, "' op: 'ABC' }"),
818 ExpectOK(strings::StrCat("versions { producer: ", TF_GRAPH_DEF_VERSION,
825 ExpectError(strings::StrCat("versions { producer: ", -1, " }"),
826 {strings::StrCat("GraphDef producer version -1 below min "
835 ExpectError(strings::StrCat("versions { min_consumer: ", version, " }"),
836 {strings::StrCat("GraphDef min consumer version ", version,
846 strings::StrCat("versions { producer: ", version, " bad_consumers: ", bad,
848 {strings::StrCat(
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.cc 44 #include "tensorflow/core/lib/strings/strcat.h"
146 string attr_key = strings::StrCat("input_", i, "_filesize");
155 string new_key = strings::StrCat("parent_", i, "_op");
383 return strings::StrCat("/", jobname, "/", parsed_name.type);
401 return strings::StrCat(
virtual_placer.cc 168 string lfqn = strings::StrCat(

Completed in 555 milliseconds

<<11121314151617181920