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

1 2 3 4 5 6 78 9

  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request.cc 23 #include "tensorflow/core/lib/strings/str_util.h"
396 str_util::StripTrailingWhitespace(&str_value);
gcs_file_system.cc 34 #include "tensorflow/core/lib/strings/str_util.h"
539 if (!str_util::SplitAndParseAsInts(range_piece, '-', &range_parts) ||
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 41 #include "tensorflow/core/lib/strings/str_util.h"
53 using ::tensorflow::str_util::Join;
54 using ::tensorflow::str_util::StringReplace;
    [all...]
algebraic_simplifier_test.cc 36 #include "tensorflow/core/lib/strings/str_util.h"
    [all...]
hlo_instruction.cc 40 #include "tensorflow/core/lib/strings/str_util.h"
46 using tensorflow::str_util::CEscape;
47 using ::tensorflow::str_util::Join;
    [all...]
layout_assignment.cc 48 #include "tensorflow/core/lib/strings/str_util.h"
    [all...]
copy_insertion.cc 35 #include "tensorflow/core/lib/strings/str_util.h"
41 using ::tensorflow::str_util::Join;
    [all...]
hlo_computation.cc 39 #include "tensorflow/core/lib/strings/str_util.h"
639 << tensorflow::str_util::Join(
hlo_verifier.cc 554 return tensorflow::str_util::Join(
    [all...]
user_computation.cc 37 #include "tensorflow/core/lib/strings/str_util.h"
    [all...]
shape_inference.cc 34 #include "tensorflow/core/lib/strings/str_util.h"
40 using tensorflow::str_util::Join;
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc 437 << tensorflow::str_util::Join(dims_to_collapse, ",");
454 VLOG(3) << "new sizes: [" << tensorflow::str_util::Join(new_sizes, ",")
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
batch_normalization_test.cc 43 #include "tensorflow/core/lib/strings/str_util.h"
371 os << "bounds={" << tensorflow::str_util::Join(p.bounds, ", ") << "}, ";
    [all...]
literal_test_util.cc 31 #include "tensorflow/core/lib/strings/str_util.h"
753 "{", tensorflow::str_util::Join(multi_index, ","), "}");
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 30 #include "tensorflow/core/lib/strings/str_util.h"
185 return str_util::Join(cross_vec, k_feature_separator);
  /external/tensorflow/tensorflow/core/platform/s3/
s3_file_system.cc 17 #include "tensorflow/core/lib/strings/str_util.h"
72 load_config_env ? str_util::Lowercase(load_config_env) : "";
  /external/tensorflow/tensorflow/core/util/sparse/
sparse_tensor_test.cc 26 #include "tensorflow/core/lib/strings/str_util.h"
449 VLOG(1) << "Group: " << str_util::Join(g.group(), ",");
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc 31 #include "tensorflow/core/lib/strings/str_util.h"
554 (StringPiece(str_util::Lowercase(device)))
555 .contains(str_util::Lowercase(DEVICE_GPU))) {
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_kernel_test.cc 31 #include "tensorflow/core/lib/strings/str_util.h"
380 std::vector<string> parts = str_util::Split(attr_desc, '|');
    [all...]
tensor.cc 47 #include "tensorflow/core/lib/strings/str_util.h"
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_function_test.cc 23 #include "tensorflow/core/lib/strings/str_util.h"
253 << str_util::Join(nodes, ", ")
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow.cc 99 str_util::Join(nodes, ",",
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 556 for (const auto& line : str_util::Split(DebugString(g), '\n')) {
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 46 #include "tensorflow/core/lib/strings/str_util.h"
206 str_util::Join(node.requested_inputs(), ", "), ")");
    [all...]

Completed in 681 milliseconds

1 2 3 4 5 6 78 9