public static class tensorflow.FusedBatchNormV2.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 |
|---|---|
BytePointer |
data_format_() |
tensorflow.FusedBatchNormV2.Attrs |
data_format_(BytePointer data_format_) |
tensorflow.FusedBatchNormV2.Attrs |
DataFormat(BytePointer x)
The data format for x and y.
|
tensorflow.FusedBatchNormV2.Attrs |
DataFormat(String x) |
float |
epsilon_() |
tensorflow.FusedBatchNormV2.Attrs |
epsilon_(float epsilon_) |
tensorflow.FusedBatchNormV2.Attrs |
Epsilon(float x)
A small float number added to the variance of x.
|
boolean |
is_training_() |
tensorflow.FusedBatchNormV2.Attrs |
is_training_(boolean is_training_) |
tensorflow.FusedBatchNormV2.Attrs |
IsTraining(boolean x)
A bool value to indicate the operation is for training (default)
or inference.
|
tensorflow.FusedBatchNormV2.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.FusedBatchNormV2.Attrs position(long position)
@ByVal public tensorflow.FusedBatchNormV2.Attrs Epsilon(float x)
@ByVal public tensorflow.FusedBatchNormV2.Attrs DataFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.FusedBatchNormV2.Attrs DataFormat(@tensorflow.StringPiece String x)
@ByVal public tensorflow.FusedBatchNormV2.Attrs IsTraining(@Cast(value="bool") boolean x)
public float epsilon_()
public tensorflow.FusedBatchNormV2.Attrs epsilon_(float epsilon_)
@tensorflow.StringPiece public BytePointer data_format_()
public tensorflow.FusedBatchNormV2.Attrs data_format_(BytePointer data_format_)
public tensorflow.FusedBatchNormV2.Attrs is_training_(boolean is_training_)
Copyright © 2019. All rights reserved.