| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static RandomPoisson.Options |
RandomPoisson.seed(Long seed) |
RandomPoisson.Options |
RandomPoisson.Options.seed(Long seed) |
static RandomPoisson.Options |
RandomPoisson.seed2(Long seed2) |
RandomPoisson.Options |
RandomPoisson.Options.seed2(Long seed2) |
| Modifier and Type | Method and Description |
|---|---|
static <U extends Number,T extends Number> |
RandomPoisson.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
RandomPoisson.Options... options)
Factory method to create a class to wrap a new RandomPoisson operation to the graph.
|
Copyright © 2019. All rights reserved.