| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U extends Number,T extends Number> |
Ops.conv3DBackpropInputV2(Operand<T> inputSizes,
Operand<U> filter,
Operand<U> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInputV2.Options... options)
Adds an
Conv3DBackpropInputV2 operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <U extends Number,T extends Number> |
Conv3DBackpropInputV2.create(Scope scope,
Operand<T> inputSizes,
Operand<U> filter,
Operand<U> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInputV2.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropInputV2 operation to the graph.
|
Copyright © 2015–2019. All rights reserved.