Decode web-safe base64-encoded strings.
Input may or may not have padding at the end. See EncodeBase64 for padding. Web-safe means that input must use - and _ instead of + and /.
Constants
String | OP_NAME | The name of this op, as known by TensorFlow core engine |
Public Methods
Output<TString> |
asOutput()
Returns the symbolic handle of the tensor.
|
static DecodeBase64 | |
Output<TString> |
output()
Decoded strings.
|
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Public Methods
public Output<TString> asOutput ()
Returns the symbolic handle of the tensor.
Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
public static DecodeBase64 create (Scope scope, Operand<TString> input)
Factory method to create a class wrapping a new DecodeBase64 operation.
Parameters
scope | current scope |
---|---|
input | Base64 strings to decode. |
Returns
- a new instance of DecodeBase64