Home
last modified time | relevance | path

Searched refs:template_ (Results 1 – 4 of 4) 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.cc33 const string& template_ = "%s", const string& placeholder = "%s", in Init() argument
37 .Attr("template", template_) in Init()
/external/zstd/tests/gzip/
Dinit.sh551 template_=$2
563 case $template_ in
566 "invalid template: $template_ (must have a suffix of at least 4 X's)";;
570 d=`unset TMPDIR; { mktemp -d -t -p "$destdir_" "$template_"; } 2>/dev/null` &&
588 base_template_=`echo "$template_"|sed 's/XX*$//'`
591 template_length_=`echo "$template_" | wc -c`
/external/tensorflow/tensorflow/core/ops/
Dstring_ops.cc135 string template_; in __anon4354d5f10302() local
137 TF_RETURN_IF_ERROR(c->GetAttr("template", &template_)); in __anon4354d5f10302()
141 split_template = absl::StrSplit(template_, placeholder); in __anon4354d5f10302()