텐서플로우:: 작전:: 문자열:: 속성

#include <string_ops.h>

AsString 에 대한 선택적 속성 설정자입니다.

요약

공개 속성

fill_ = ""
StringPiece
precision_ = -1
int64
scientific_ = false
bool
shortest_ = false
bool
width_ = -1
int64

공공 기능

Fill (StringPiece x)
TF_MUST_USE_RESULT Attrs
너비 > -1인 경우 채울 값입니다.
Precision (int64 x)
TF_MUST_USE_RESULT Attrs
부동 소수점 숫자에 사용할 소수점 이하 정밀도입니다.
Scientific (bool x)
TF_MUST_USE_RESULT Attrs
부동 소수점 숫자에는 과학적 표기법을 사용합니다.
Shortest (bool x)
TF_MUST_USE_RESULT Attrs
부동 소수점 숫자에는 가장 짧은 표현(과학 또는 표준)을 사용하십시오.
Width (int64 x)
TF_MUST_USE_RESULT Attrs
이 너비만큼 소수점 앞 숫자를 채웁니다 .

공개 속성

채우다_

StringPiece tensorflow::ops::AsString::Attrs::fill_ = ""

정도_

int64 tensorflow::ops::AsString::Attrs::precision_ = -1

과학적_

bool tensorflow::ops::AsString::Attrs::scientific_ = false

가장 짧은_

bool tensorflow::ops::AsString::Attrs::shortest_ = false

너비_

int64 tensorflow::ops::AsString::Attrs::width_ = -1

공공 기능

채우다

TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Fill(
  StringPiece x
)

너비 > -1인 경우 채울 값입니다.

비어 있으면 공백으로 채워집니다. 또 다른 일반적인 값은 '0'입니다. 문자열은 1자를 초과할 수 없습니다.

기본값은 ""입니다.

정도

TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Precision(
  int64 x
)

부동 소수점 숫자에 사용할 소수점 이하 정밀도입니다.

정밀도 > -1인 경우에만 사용됩니다.

기본값은 -1입니다.

과학적

TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Scientific(
  bool x
)

부동 소수점 숫자에는 과학적 표기법을 사용합니다.

기본값은 거짓

최단

TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Shortest(
  bool x
)

부동 소수점 숫자에는 가장 짧은 표현(과학 또는 표준)을 사용하십시오.

기본값은 거짓

너비

TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Width(
  int64 x
)

이 너비만큼 소수점 앞 숫자를 채웁니다 .

부동 소수점 및 정수 모두에 적용됩니다. 너비 > -1인 경우에만 사용됩니다.

기본값은 -1입니다.