| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> PlaceholderWithDefault<T> |
Ops.placeholderWithDefault(Operand<T> input,
Shape shape)
Builds an
PlaceholderWithDefault operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> PlaceholderWithDefault<T> |
PlaceholderWithDefault.create(Scope scope,
Operand<T> input,
Shape shape)
Factory method to create a class wrapping a new PlaceholderWithDefault operation.
|
Copyright © 2015–2019. All rights reserved.