RiscGather

public final class RiscGather

Nested Classes

class RiscGather.Options Optional attributes for RiscGather  

Public Methods

Output<T>
asOutput()
Returns the symbolic handle of a tensor.
static RiscGather.Options
batchDims(Long batchDims)
static <T, U extends Number, V extends Number> RiscGather<T>
create(Scope scope, Operand<T> params, Operand<U> indices, Operand<V> axis, Options... options)
Factory method to create a class wrapping a new RiscGather operation.
Output<T>
output()

Inherited Methods

Public Methods

public Output<T> asOutput ()

Returns the symbolic handle of a 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 RiscGather.Options batchDims (Long batchDims)

public static RiscGather<T> create (Scope scope, Operand<T> params, Operand<U> indices, Operand<V> axis, Options... options)

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

Parameters
scope current scope
options carries optional attributes values
Returns
  • a new instance of RiscGather

public Output<T> output ()