| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> EnsureShape<T> |
Ops.ensureShape(Operand<T> input,
Shape shape)
Builds an
EnsureShape operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> EnsureShape<T> |
EnsureShape.create(Scope scope,
Operand<T> input,
Shape shape)
Factory method to create a class wrapping a new EnsureShape operation.
|
Copyright © 2015–2019. All rights reserved.