| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.MaxPool.Attrs |
tensorflow.MaxPool.Attrs.data_format_(BytePointer data_format_) |
static tensorflow.MaxPool.Attrs |
tensorflow.MaxPool.DataFormat(BytePointer x) |
tensorflow.MaxPool.Attrs |
tensorflow.MaxPool.Attrs.DataFormat(BytePointer x)
Specify the data format of the input and output data.
|
static tensorflow.MaxPool.Attrs |
tensorflow.MaxPool.DataFormat(String x) |
tensorflow.MaxPool.Attrs |
tensorflow.MaxPool.Attrs.DataFormat(String x) |
tensorflow.MaxPool.Attrs |
tensorflow.MaxPool.Attrs.position(long position) |
| Constructor and Description |
|---|
MaxPool(tensorflow.Scope scope,
tensorflow.Input input,
int[] ksize,
int[] strides,
BytePointer padding,
tensorflow.MaxPool.Attrs attrs) |
MaxPool(tensorflow.Scope scope,
tensorflow.Input input,
int[] ksize,
int[] strides,
String padding,
tensorflow.MaxPool.Attrs attrs) |
MaxPool(tensorflow.Scope scope,
tensorflow.Input input,
IntBuffer ksize,
IntBuffer strides,
BytePointer padding,
tensorflow.MaxPool.Attrs attrs) |
MaxPool(tensorflow.Scope scope,
tensorflow.Input input,
IntBuffer ksize,
IntBuffer strides,
String padding,
tensorflow.MaxPool.Attrs attrs) |
MaxPool(tensorflow.Scope scope,
tensorflow.Input input,
IntPointer ksize,
IntPointer strides,
BytePointer padding,
tensorflow.MaxPool.Attrs attrs) |
MaxPool(tensorflow.Scope scope,
tensorflow.Input input,
IntPointer ksize,
IntPointer strides,
String padding,
tensorflow.MaxPool.Attrs attrs) |
Copyright © 2019. All rights reserved.