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