텐서플로우:: 작전:: 문자열로번호

#include <parsing_ops.h>

입력 텐서 의 각 문자열을 지정된 숫자 유형으로 변환합니다.

요약

(int32 오버플로로 인해 오류가 발생하는 반면, float 오버플로로 인해 반올림된 값이 발생한다는 점에 유의하세요.)

인수:

선택적 속성( Attrs 참조):

  • out_type: string_tensor 의 각 문자열을 해석하는 숫자 유형입니다.

보고:

생성자와 소멸자

StringToNumber (const :: tensorflow::Scope & scope, :: tensorflow::Input string_tensor)
StringToNumber (const :: tensorflow::Scope & scope, :: tensorflow::Input string_tensor, const StringToNumber::Attrs & attrs)

공개 속성

operation
output

공공 기능

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

공개 정적 함수

OutType (DataType x)

구조체

텐서플로우:: ops:: StringToNumber:: Attrs

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

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

문자열로번호

 StringToNumber(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input string_tensor
)

문자열로번호

 StringToNumber(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input string_tensor,
  const StringToNumber::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const 

공개 정적 함수

출력 유형

Attrs OutType(
  DataType x
)