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

1 2 3 45 6 7

  /external/tensorflow/tensorflow/core/framework/
tensor_slice.cc 134 strings::StrAppend(&buffer, starts_[d], ",", lengths_[d]);
tensor_shape_test.cc 489 strings::StrAppend(&s, first ? "" : ",", d.size());
492 strings::StrAppend(&s, "]");
op_kernel.cc     [all...]
shape_inference.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/
sendrecv_ops.cc 38 strings::StrAppend(key, key_prefix, ";", frame_iter.frame_id, ":",
  /external/tensorflow/tensorflow/core/lib/io/
zlib_inputstream.cc 231 strings::StrAppend(&error_string, ": ", z_stream_def_->stream->msg);
zlib_outputbuffer.cc 227 strings::StrAppend(&error_string, ": ", z_stream_->msg);
  /external/tensorflow/tensorflow/core/lib/strings/
str_util.h 165 tensorflow::strings::StrAppend(&result, (first ? "" : sep), x);
  /external/tensorflow/tensorflow/compiler/aot/
codegen.cc 684 absl::StrAppend(&result, "_", n);
687 absl::StrAppend(&result, "_", opts.class_name, "_", suffix);
  /external/tensorflow/tensorflow/stream_executor/
dnn.cc 309 absl::StrAppend(&suffix, "[", value_min(), ";", value_max(), "]");
405 absl::StrAppend(&desc, "}");
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 179 absl::StrAppend(out, absl::StrFormat("%p", p));
  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_window_test.cc 591 absl::StrAppend(&str, "_bfloat16");
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
util.cc 76 absl::StrAppend(out, indentation, absl::StripAsciiWhitespace(s));
  /external/tensorflow/tensorflow/core/kernels/data/
dataset_utils.cc 213 strings::StrAppend(&metadata, kDelimiter, keys_[i]);
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 389 StrAppend(&loc, ".", name);
392 StrAppend(&loc, "[\"", CEscape(name), "\"]");
396 StrAppend(&loc, "[", array_index_ - 1, "]");
  /external/tensorflow/tensorflow/core/common_runtime/
hierarchical_tree_broadcaster_test.cc 287 strings::StrAppend(&sp_buf, p, ", ");
310 strings::StrAppend(&sp_buf, p, ", ");
598 strings::StrAppend(&rank_buf, r, ", ");
    [all...]
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 589 absl::StrAppend(&name, "stream#", std::to_string(stream_info.index));
591 absl::StrAppend(&name, "null stream");
594 absl::StrAppend(&name, ":", stream_info.name);
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc     [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc     [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_cond.cc 111 absl::StrAppend(output, "d");
113 absl::StrAppend(output, "s(", DebugString(pred), ",",
218 absl::StrAppend(output, node.ToString());
276 absl::StrAppend(output,
    [all...]
xla_compiler.cc 378 absl::StrAppend(&common, " type=", DataTypeString(type),
391 absl::StrAppend(&output, " max_array_size=", max_array_size);
394 absl::StrAppend(&output, " tensor_array_gradients=",
    [all...]
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib_test.cc 132 strings::StrAppend(proto.mutable_optional_string(), "¢??");
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
trt_engine_op.cc 49 using absl::StrAppend;
236 StrAppend(&s, i, " ");
  /external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment.cc 356 absl::StrAppend(&output, "LayoutConstraints for computation ",
359 absl::StrAppend(&output, " ", instruction->ToShortString(), "\n");
362 absl::StrAppend(&output, " operand (", i,
369 absl::StrAppend(&output, " ", buffer->ToString(), " : ",
376 absl::StrAppend(&output, " => ", ResultLayout()->ToString(), "\n");
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
convert_nodes.cc 94 using absl::StrAppend;
340 StrAppend(&out, dims.d[i], "[", DebugString(dims.type[i]), "],");
342 StrAppend(&out, ")");
349 StrAppend(&out, permutation.order[i], ",");
351 StrAppend(&out, ")");
756 StrAppend(&output, "tensor=", convert::DebugString(*tensor()),
759 StrAppend(&output, "weights=", weights_.DebugString());
761 StrAppend(&output, ")");
    [all...]

Completed in 1478 milliseconds

1 2 3 45 6 7