| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number,U extends Number> |
Ops.statefulRandomBinomial(Operand<?> resource,
Operand<Long> algorithm,
Operand<T> shape,
Operand<U> counts,
Operand<U> probs)
Builds an
StatefulRandomBinomial operation |
<V extends Number,T extends Number,U extends Number> |
Ops.statefulRandomBinomial(Operand<?> resource,
Operand<Long> algorithm,
Operand<T> shape,
Operand<U> counts,
Operand<U> probs,
Class<V> dtype)
Builds an
StatefulRandomBinomial operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number,U extends Number> |
StatefulRandomBinomial.create(Scope scope,
Operand<?> resource,
Operand<Long> algorithm,
Operand<T> shape,
Operand<U> counts,
Operand<U> probs)
Factory method to create a class wrapping a new StatefulRandomBinomial operation using default output types.
|
static <V extends Number,T extends Number,U extends Number> |
StatefulRandomBinomial.create(Scope scope,
Operand<?> resource,
Operand<Long> algorithm,
Operand<T> shape,
Operand<U> counts,
Operand<U> probs,
Class<V> dtype)
Factory method to create a class wrapping a new StatefulRandomBinomial operation.
|
Copyright © 2015–2019. All rights reserved.