Searched refs:template_ (Results 1 – 4 of 4) sorted by relevance
28 string template_; in StringFormatOp() local29 OP_REQUIRES_OK(ctx, ctx->GetAttr("template", &template_)); in StringFormatOp()33 split_template_ = absl::StrSplit(template_, placeholder_); in StringFormatOp()
33 const string& template_ = "%s", const string& placeholder = "%s", in Init() argument37 .Attr("template", template_) in Init()
551 template_=$2563 case $template_ in566 "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`
135 string template_; in __anon4354d5f10302() local137 TF_RETURN_IF_ERROR(c->GetAttr("template", &template_)); in __anon4354d5f10302()141 split_template = absl::StrSplit(template_, placeholder); in __anon4354d5f10302()