| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U,T extends Number> |
Ops.fill(Operand<T> dims,
Operand<U> value)
Builds an
Fill operation |
| Modifier and Type | Method and Description |
|---|---|
static <U,T extends Number> |
Fill.create(Scope scope,
Operand<T> dims,
Operand<U> value)
Factory method to create a class wrapping a new Fill operation.
|
Copyright © 2015–2019. All rights reserved.