| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
<T> TileGrad<T> |
TrainOps.tileGrad(Operand<T> input,
Operand<Integer> multiples)
Builds an
TileGrad operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> TileGrad<T> |
TileGrad.create(Scope scope,
Operand<T> input,
Operand<Integer> multiples)
Factory method to create a class wrapping a new TileGrad operation.
|
Copyright © 2015–2019. All rights reserved.