| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static <T> UpperBound<Integer> |
UpperBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values)
Factory method to create a class wrapping a new UpperBound operation using default output types.
|
static <U extends Number,T> |
UpperBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values,
Class<U> outType)
Factory method to create a class wrapping a new UpperBound operation.
|
Copyright © 2015–2019. All rights reserved.