| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Attrs.data_format_(BytePointer data_format_) |
static tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.DataFormat(BytePointer x) |
tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Attrs.DataFormat(BytePointer x)
The data format of the input and output data.
|
static tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.DataFormat(String x) |
tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Attrs.DataFormat(String x) |
tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Attrs.dilations_(IntPointer dilations_) |
static tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Dilations(int... x) |
tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Attrs.Dilations(int... x) |
static tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Dilations(IntBuffer x) |
tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Attrs.Dilations(IntBuffer x) |
static tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Dilations(IntPointer x) |
tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Attrs.Dilations(IntPointer x)
1-D tensor of length 5.
|
tensorflow.Conv3D.Attrs |
tensorflow.Conv3D.Attrs.position(long position) |
| Constructor and Description |
|---|
Conv3D(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input filter,
int[] strides,
BytePointer padding,
tensorflow.Conv3D.Attrs attrs) |
Conv3D(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input filter,
int[] strides,
String padding,
tensorflow.Conv3D.Attrs attrs) |
Conv3D(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input filter,
IntBuffer strides,
BytePointer padding,
tensorflow.Conv3D.Attrs attrs) |
Conv3D(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input filter,
IntBuffer strides,
String padding,
tensorflow.Conv3D.Attrs attrs) |
Conv3D(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input filter,
IntPointer strides,
BytePointer padding,
tensorflow.Conv3D.Attrs attrs) |
Conv3D(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input filter,
IntPointer strides,
String padding,
tensorflow.Conv3D.Attrs attrs) |
Copyright © 2019. All rights reserved.