| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.Attrs.extrapolation_value_(float extrapolation_value_) |
static tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.ExtrapolationValue(float x) |
tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.Attrs.ExtrapolationValue(float x)
Value used for extrapolation, when applicable.
|
tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.Attrs.method_(BytePointer method_) |
static tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.Method(BytePointer x) |
tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.Attrs.Method(BytePointer x)
A string specifying the sampling method for resizing.
|
static tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.Method(String x) |
tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.Attrs.Method(String x) |
tensorflow.CropAndResize.Attrs |
tensorflow.CropAndResize.Attrs.position(long position) |
| Constructor and Description |
|---|
CropAndResize(tensorflow.Scope scope,
tensorflow.Input image,
tensorflow.Input boxes,
tensorflow.Input box_ind,
tensorflow.Input crop_size,
tensorflow.CropAndResize.Attrs attrs) |
Copyright © 2019. All rights reserved.