| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<V extends Number,T extends Number,U extends Number> |
Ops.randomPoissonV2(Operand<T> shape,
Operand<U> rate,
Class<V> dtype,
RandomPoissonV2.Options... options)
Adds an
RandomPoissonV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.randomPoissonV2(Operand<T> shape,
Operand<U> rate,
RandomPoissonV2.Options... options)
Adds an
RandomPoissonV2 operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static RandomPoissonV2.Options |
RandomPoissonV2.seed(Long seed) |
RandomPoissonV2.Options |
RandomPoissonV2.Options.seed(Long seed) |
static RandomPoissonV2.Options |
RandomPoissonV2.seed2(Long seed2) |
RandomPoissonV2.Options |
RandomPoissonV2.Options.seed2(Long seed2) |
| Modifier and Type | Method and Description |
|---|---|
static <V extends Number,T extends Number,U extends Number> |
RandomPoissonV2.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
Class<V> dtype,
RandomPoissonV2.Options... options)
Factory method to create a class to wrap a new RandomPoissonV2 operation to the graph.
|
static <T extends Number,U extends Number> |
RandomPoissonV2.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
RandomPoissonV2.Options... options)
Factory method to create a class to wrap a new RandomPoissonV2 operation to the graph, using default output types.
|
Copyright © 2015–2019. All rights reserved.