| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
Ops.zeros(Operand<U> dims,
Class<T> type)
Adds an
Zeros operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
Zeros.create(Scope scope,
Operand<U> dims,
Class<T> type)
Creates a zeroed tensor given its type and shape.
|
Copyright © 2015–2019. All rights reserved.