텐서플로우:: 작전:: AsString
#include <string_ops.h>
주어진 텐서의 각 항목을 문자열로 변환합니다.
요약
다양한 숫자 유형과 부울을 지원합니다.
유니코드의 경우 [ https://www.tensorflow.org/tutorials/representation/unicode ](유니코드 텍스트 작업) 튜토리얼을 참조하세요.
예:
tf.strings.as_string([3, 2])
인수:
- 범위: 범위 개체
선택적 속성( Attrs
참조):
- 정밀도: 부동 소수점 숫자에 사용할 소수점 이하 정밀도입니다. 정밀도 > -1인 경우에만 사용됩니다.
- 과학: 부동 소수점 숫자에 과학 표기법을 사용합니다.
- shortest: 부동 소수점 숫자에 대해 가장 짧은 표현(과학 또는 표준)을 사용합니다.
- width: 십진수 앞의 숫자를 이 너비로 채웁니다 . 부동 소수점 및 정수 모두에 적용됩니다. 너비 > -1인 경우에만 사용됩니다.
- 채우기: 너비 > -1인 경우 채울 값입니다. 비어 있으면 공백으로 채워집니다. 또 다른 일반적인 값은 '0'입니다. 문자열은 1자를 초과할 수 없습니다.
보고:
-
Output
: 출력 텐서.
생성자와 소멸자 | |
---|---|
AsString (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
AsString (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const AsString::Attrs & attrs) |
공개 속성 | |
---|---|
operation | |
output |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 정적 함수 | |
---|---|
Fill (StringPiece x) | |
Precision (int64 x) | |
Scientific (bool x) | |
Shortest (bool x) | |
Width (int64 x) |
구조체 | |
---|---|
텐서플로우:: ops:: AsString:: 속성 | AsString 에 대한 선택적 속성 설정자입니다. |
공개 속성
작업
Operation operation
산출
::tensorflow::Output output
공공 기능
AsString
AsString( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
AsString
AsString( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const AsString::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const
공개 정적 함수
채우다
Attrs Fill( StringPiece x )
정도
Attrs Precision( int64 x )
과학적
Attrs Scientific( bool x )
최단
Attrs Shortest( bool x )
너비
Attrs Width( int64 x )