| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> PlaceholderV2<T> |
Ops.placeholderV2(Class<T> dtype,
Shape shape)
Adds an
PlaceholderV2 operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> PlaceholderV2<T> |
PlaceholderV2.create(Scope scope,
Class<T> dtype,
Shape shape)
Factory method to create a class to wrap a new PlaceholderV2 operation to the graph.
|
Copyright © 2015–2019. All rights reserved.