public final class
QuantizedConcatV2
Public Methods
static <T, U extends Number> QuantizedConcatV2 <T> | |
Output <T> |
output
()
|
Output <Float> |
outputMax
()
|
Output <Float> |
outputMin
()
|
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