Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: DecodeBase64

#include <string_ops.h>

웹 안전 base64로 인코딩 된 문자열을 디코딩합니다.

요약

입력 은 끝에 패딩이있을 수도 있고 없을 수도 있습니다. 패딩은 EncodeBase64 를 참조하십시오. 웹 안전은 입력이 + 및 / 대신-및 _를 사용해야 함을 의미합니다.

인수 :

  • 범위 : 범위 개체
  • 입력 : 디코딩 할 Base64 문자열.

보고:

  • Output : 디코딩 된 문자열.

생성자와 소멸자

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

공용 속성

operation
output

공공 기능

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

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

DecodeBase64

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

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const