Home
last modified time | relevance | path

Searched refs:template_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dstring_format_op.cc28 string template_; in StringFormatOp() local
29 OP_REQUIRES_OK(ctx, ctx->GetAttr("template", &template_)); in StringFormatOp()
33 split_template_ = absl::StrSplit(template_, placeholder_); in StringFormatOp()
Dstring_format_op_test.cc32 const string& template_ = "%s", const string& placeholder = "%s", in Init() argument
36 .Attr("template", template_) in Init()
/external/tensorflow/tensorflow/core/ops/
Dstring_ops.cc125 string template_; in __anonb4ab91930302() local
127 TF_RETURN_IF_ERROR(c->GetAttr("template", &template_)); in __anonb4ab91930302()
131 split_template = absl::StrSplit(template_, placeholder); in __anonb4ab91930302()