| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.data_format_(BytePointer data_format_) |
static tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.DataFormat(BytePointer x) |
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.DataFormat(BytePointer x)
Specify the data format of the input and output data.
|
static tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.DataFormat(String x) |
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.DataFormat(String x) |
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.dilations_(IntPointer dilations_) |
static tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Dilations(int... x) |
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.Dilations(int... x) |
static tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Dilations(IntBuffer x) |
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.Dilations(IntBuffer x) |
static tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Dilations(IntPointer x) |
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.Dilations(IntPointer x)
1-D tensor of length 4.
|
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.position(long position) |
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.use_cudnn_on_gpu_(boolean use_cudnn_on_gpu_) |
static tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.UseCudnnOnGpu(boolean x) |
tensorflow.Conv2DBackpropInput.Attrs |
tensorflow.Conv2DBackpropInput.Attrs.UseCudnnOnGpu(boolean x)
Defaults to true
|
Copyright © 2019. All rights reserved.