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

1 2 3 4 5 67 8 9

  /external/tensorflow/tensorflow/core/kernels/
transpose_op.cc 29 #include "tensorflow/core/lib/strings/str_util.h"
182 str_util::Join(permutation, ","), "}."));
set_kernels.cc 56 return errors::InvalidArgument("Shape [", str_util::Join(input_shape, ","),
386 str_util::Join(shape1, ","), "] vs [",
387 str_util::Join(shape2, ","), "]");
scatter_nd_op.cc 34 #include "tensorflow/core/lib/strings/str_util.h"
503 str_util::Join(
sparse_cross_op.cc 30 #include "tensorflow/core/lib/strings/str_util.h"
185 return str_util::Join(cross_vec, k_feature_separator);
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 31 #include "tensorflow/core/lib/strings/str_util.h"
101 str_util::TitlecaseString(&title, " ");
130 return strings::StrCat("\"", str_util::CEscape(str), "\"");
188 strings::StrAppend(&ret, str_util::CEscape(t.flat<string>()(i)));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_rematerialization.cc 39 #include "tensorflow/core/lib/strings/str_util.h"
194 << tensorflow::str_util::Join(before_instructions, ", ",
769 << tensorflow::str_util::Join(
792 << tensorflow::str_util::Join(
    [all...]
hlo_alias_analysis.cc 31 #include "tensorflow/core/lib/strings/str_util.h"
37 using ::tensorflow::str_util::Join;
hlo_sharding.cc 19 #include "tensorflow/core/lib/strings/str_util.h"
48 return StrCat("{", tensorflow::str_util::Join(parts, ", "), "}");
while_loop_simplifier.cc 20 #include "tensorflow/core/lib/strings/str_util.h"
461 << tensorflow::str_util::Join(
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_code.cc 26 #include "tensorflow/core/lib/strings/str_util.h"
675 attrs.push_back(str_util::Join(node->node->devices(), "|"));
679 attrs.push_back(str_util::Join(op_types, "|"));
691 str_util::Join(attrs, ", ").c_str());
  /external/tensorflow/tensorflow/core/util/sparse/
sparse_tensor.h 30 #include "tensorflow/core/lib/strings/str_util.h"
235 str_util::Join(shape_, ","), "]");
451 << ". Expecting shape like: [" << str_util::Join(final_shape, ",")
452 << "] but saw shape: [" << str_util::Join(st_shape, ",") << "]";
  /external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.cc 32 #include "tensorflow/core/lib/strings/str_util.h"
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils.cc 21 #include "tensorflow/core/lib/strings/str_util.h"
84 std::vector<string> input_parts = str_util::Split(input_name, ':');
314 std::vector<string> pattern_ops = str_util::Split(pattern.op, '|');
594 if (!str_util::SplitAndParseAsInts(shape_string, ',', &dims)) {
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 33 using tensorflow::str_util::Split;
34 using tensorflow::str_util::SplitAndParseAsInts;
56 string GetError() const { return tensorflow::str_util::Join(error_, "\n"); }
248 error_.push_back(tensorflow::str_util::Join(error_lines, "\n"));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_test.cc 560 tensorflow::str_util::Join(spec.bounds, "x").c_str(),
561 tensorflow::str_util::Join(spec.layout, "").c_str(),
562 tensorflow::str_util::Join(spec.reduce_dims, "").c_str());
    [all...]
slice_test.cc 36 using ::tensorflow::str_util::Join;
  /external/tensorflow/tensorflow/examples/multibox_detector/
main.cc 61 CHECK(tensorflow::str_util::SplitAndParseAsFloats(line, ',', &tokens));
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc 32 #include "tensorflow/core/lib/strings/str_util.h"
456 str_util::Join(feed_nodes, ",")));
529 return str_util::StringReplace(placer_.get_canonical_device_name(*node), ":",
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
array.h 33 #include "tensorflow/core/lib/strings/str_util.h"
502 return tensorflow::str_util::Join(pieces, "");
literal_util.cc 32 #include "tensorflow/core/lib/strings/str_util.h"
    [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_io_utils_test.cc 23 #include "tensorflow/core/lib/strings/str_util.h"
249 str_util::Split(server_data_.server->node_names[i], '_');
  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 21 #include "tensorflow/core/lib/strings/str_util.h"
679 str_util::Join(shape, ","),
tensor_shape_test.cc 21 #include "tensorflow/core/lib/strings/str_util.h"
475 "[", str_util::Join(gtl::ArraySlice<int64>(dim_sizes_), ","), "]");
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_graph_execution_test.cc 45 #include "tensorflow/core/lib/strings/str_util.h"
91 std::vector<string> labels = str_util::Split(label_str, '\n');
  /external/tensorflow/tensorflow/core/lib/io/
table_test.cc 29 #include "tensorflow/core/lib/strings/str_util.h"
349 fprintf(stderr, "Seek '%s'\n", str_util::CEscape(key).c_str());

Completed in 503 milliseconds

1 2 3 4 5 67 8 9