@Properties(inherit=mkldnn.class) public class mkldnn_batch_normalization_desc_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
mkldnn_batch_normalization_desc_t()
Default native constructor.
|
mkldnn_batch_normalization_desc_t(long size)
Native array allocator.
|
mkldnn_batch_normalization_desc_t(Pointer p)
Pointer cast constructor.
|
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 mkldnn_batch_normalization_desc_t()
public mkldnn_batch_normalization_desc_t(long size)
Pointer.position(long).public mkldnn_batch_normalization_desc_t(Pointer p)
Pointer.Pointer(Pointer).public mkldnn_batch_normalization_desc_t position(long position)
@Cast(value="mkldnn_primitive_kind_t") public int primitive_kind()
public mkldnn_batch_normalization_desc_t primitive_kind(int setter)
@Cast(value="mkldnn_prop_kind_t") public int prop_kind()
public mkldnn_batch_normalization_desc_t prop_kind(int setter)
@ByRef public mkldnn_memory_desc_t data_desc()
public mkldnn_batch_normalization_desc_t data_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t diff_data_desc()
public mkldnn_batch_normalization_desc_t diff_data_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t data_scaleshift_desc()
public mkldnn_batch_normalization_desc_t data_scaleshift_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t diff_data_scaleshift_desc()
public mkldnn_batch_normalization_desc_t diff_data_scaleshift_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t mean_desc()
public mkldnn_batch_normalization_desc_t mean_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t variance_desc()
public mkldnn_batch_normalization_desc_t variance_desc(mkldnn_memory_desc_t setter)
public float batch_norm_epsilon()
public mkldnn_batch_normalization_desc_t batch_norm_epsilon(float setter)
public mkldnn_batch_normalization_desc_t flags(int setter)
Copyright © 2019. All rights reserved.