テンソルフロー::作戦:: DecodeBase64

#include <string_ops.h>

Web セーフな Base64 エンコード文字列をデコードします。

まとめ

入力の最後にパディングがある場合とない場合があります。パディングについてはEncodeBase64 を参照してください。 Web セーフとは、入力に + と / の代わりに - と _ を使用する必要があることを意味します。

引数:

  • スコープ:スコープオブジェクト
  • 入力: デコードする 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