| 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)
Adds an
Fill operation to the graph |
| 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 to wrap a new Fill operation to the graph.
|
Copyright © 2015–2019. All rights reserved.