| Modifier and Type | Class and Description |
|---|---|
static class |
RandomPoisson.Options
Optional attributes for
RandomPoisson |
operation| Modifier and Type | Method and Description |
|---|---|
Output<U> |
asOutput()
Returns the symbolic handle of a tensor.
|
static <U extends Number,T extends Number> |
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.
|
Output<U> |
output() |
static RandomPoisson.Options |
seed(Long seed) |
static RandomPoisson.Options |
seed2(Long seed2) |
equals, hashCode, toStringpublic static <U extends Number,T extends Number> RandomPoisson<U> create(Scope scope, Operand<T> shape, Operand<U> rate, RandomPoisson.Options... options)
scope - current graph scopeshape - rate - options - carries optional attributes valuespublic static RandomPoisson.Options seed(Long seed)
seed - public static RandomPoisson.Options seed2(Long seed2)
seed2 - public Output<U> asOutput()
OperandInputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
asOutput in interface Operand<U extends Number>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.