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