Home
last modified time | relevance | path

Searched refs:separator_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dname_uniquer.cc40 separator_ = separator; in NameUniquer()
75 size_t separator_index = root.rfind(separator_); in GetUniqueName()
92 return has_numeric_suffix ? absl::StrCat(root, separator_, 0) : root; in GetUniqueName()
94 absl::StrAppend(&root, separator_, numeric_suffix); in GetUniqueName()
Dname_uniquer.h77 string separator_; variable
/external/tensorflow/tensorflow/core/kernels/
Dstring_join_op.cc34 OP_REQUIRES_OK(ctx, ctx->GetAttr("separator", &separator_)); in StringJoinOp()
70 output_flat(i) = str_util::Join(strings, separator_.c_str()); in Compute()
75 string separator_; member in tensorflow::StringJoinOp
Dreduce_join_op.cc120 OP_REQUIRES_OK(ctx, ctx->GetAttr("separator", &separator_)); in ReduceJoinOp()
176 str_util::Join(curr_strings, separator_.c_str()); in Compute()
182 string separator_; member in tensorflow::ReduceJoinOp