QuantizedConcatV2

public final class QuantizedConcatV2

Public Methods

static <T, U extends Number> QuantizedConcatV2 <T>
create ( Scope scope, Iterable< Operand <T>> values, Operand <U> axis, Iterable< Operand <Float>> inputMins, Iterable< Operand <Float>> inputMaxes)
Factory method to create a class wrapping a new QuantizedConcatV2 operation.
Output <T>
Output <Float>
Output <Float>

Inherited Methods

Public Methods

public static QuantizedConcatV2 <T> create ( Scope scope, Iterable< Operand <T>> values, Operand <U> axis, Iterable< Operand <Float>> inputMins, Iterable< Operand <Float>> inputMaxes)

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

Parameters
scope current scope
Returns
  • a new instance of QuantizedConcatV2

public Output <T> output ()

public Output <Float> outputMax ()

public Output <Float> outputMin ()