SdcaFprint

public final class SdcaFprint

Computes fingerprints of the input strings.

Constants

String OP_NAME The name of this op, as known by TensorFlow core engine

Public Methods

Output<TInt64>
asOutput()
Returns the symbolic handle of the tensor.
static SdcaFprint
create(Scope scope, Operand<TString> input)
Factory method to create a class wrapping a new SdcaFprint operation.
Output<TInt64>
output()
a (N,2) shaped matrix where N is the number of elements in the input vector.

Inherited Methods

Constants

public static final String OP_NAME

The name of this op, as known by TensorFlow core engine

Constant Value: "SdcaFprint"

Public Methods

public Output<TInt64> 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 SdcaFprint create (Scope scope, Operand<TString> input)

Factory method to create a class wrapping a new SdcaFprint operation.

Parameters
scope current scope
input vector of strings to compute fingerprints on.
Returns
  • a new instance of SdcaFprint

public Output<TInt64> output ()

a (N,2) shaped matrix where N is the number of elements in the input vector. Each row contains the low and high parts of the fingerprint.