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