| 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 to wrap a new UpperBound operation to the graph, 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 to wrap a new UpperBound operation to the graph.
|
Copyright © 2015–2019. All rights reserved.