جریان تنسور:: عملیات:: StringUpper

#include <string_ops.h>

همه کاراکترهای کوچک را به جانشینی با حروف بزرگ تبدیل می کند.

خلاصه

مثال:

tf.strings.upper ("رشته CamelCase و ALL CAPS")

استدلال ها:

برمی گرداند:

  • Output : تانسور خروجی.

سازندگان و ویرانگرها

StringUpper (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
StringUpper (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const StringUpper::Attrs & attrs)

صفات عمومی

operation
output

توابع عمومی

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

توابع استاتیک عمومی

Encoding (StringPiece x)

سازه ها

tensorflow:: ops:: StringUpper:: Attrs

تنظیم کننده های ویژگی اختیاری برای StringUpper .

صفات عمومی

عمل

Operation operation

خروجی

::tensorflow::Output output

توابع عمومی

StringUpper

 StringUpper(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

StringUpper

 StringUpper(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const StringUpper::Attrs & attrs
)

گره

::tensorflow::Node * node() const 

عملگر::tensorflow::ورودی

 operator::tensorflow::Input() const 

عملگر::tensorflow::خروجی

 operator::tensorflow::Output() const 

توابع استاتیک عمومی

رمزگذاری

Attrs Encoding(
  StringPiece x
)