public static class tensorflow.ImageSummary.Attrs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Attrs()
Default native constructor.
|
Attrs(long size)
Native array allocator.
|
Attrs(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.TensorProto |
bad_color_() |
tensorflow.ImageSummary.Attrs |
bad_color_(tensorflow.TensorProto bad_color_) |
tensorflow.ImageSummary.Attrs |
BadColor(tensorflow.TensorProto x)
Color to use for pixels with non-finite values.
|
long |
max_images_() |
tensorflow.ImageSummary.Attrs |
max_images_(long max_images_) |
tensorflow.ImageSummary.Attrs |
MaxImages(long x)
Max number of batch elements to generate images for.
|
tensorflow.ImageSummary.Attrs |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Attrs()
public Attrs(long size)
Pointer.position(long).public Attrs(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.ImageSummary.Attrs position(long position)
@ByVal public tensorflow.ImageSummary.Attrs MaxImages(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.ImageSummary.Attrs BadColor(@Const @ByRef tensorflow.TensorProto x)
public tensorflow.ImageSummary.Attrs max_images_(long max_images_)
@ByRef public tensorflow.TensorProto bad_color_()
public tensorflow.ImageSummary.Attrs bad_color_(tensorflow.TensorProto bad_color_)
Copyright © 2019. All rights reserved.