public final class
QuantizedConcatV2
Public Methods
static <T, U extends Number> QuantizedConcatV2<T> | |
Output<T> |
output()
|
Output<Float> | |
Output<Float> |
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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