텐서플로우:: 작전:: 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 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const