@Properties(inherit=mkldnn.class) public class mkldnn_inner_product_desc_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
mkldnn_inner_product_desc_t()
Default native constructor.
|
mkldnn_inner_product_desc_t(long size)
Native array allocator.
|
mkldnn_inner_product_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_inner_product_desc_t()
public mkldnn_inner_product_desc_t(long size)
Pointer.position(long).public mkldnn_inner_product_desc_t(Pointer p)
Pointer.Pointer(Pointer).public mkldnn_inner_product_desc_t position(long position)
@Cast(value="mkldnn_primitive_kind_t") public int primitive_kind()
public mkldnn_inner_product_desc_t primitive_kind(int setter)
@Cast(value="mkldnn_prop_kind_t") public int prop_kind()
public mkldnn_inner_product_desc_t prop_kind(int setter)
@ByRef public mkldnn_memory_desc_t src_desc()
public mkldnn_inner_product_desc_t src_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t diff_src_desc()
public mkldnn_inner_product_desc_t diff_src_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t weights_desc()
public mkldnn_inner_product_desc_t weights_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t diff_weights_desc()
public mkldnn_inner_product_desc_t diff_weights_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t bias_desc()
public mkldnn_inner_product_desc_t bias_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t diff_bias_desc()
public mkldnn_inner_product_desc_t diff_bias_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t dst_desc()
public mkldnn_inner_product_desc_t dst_desc(mkldnn_memory_desc_t setter)
@ByRef public mkldnn_memory_desc_t diff_dst_desc()
public mkldnn_inner_product_desc_t diff_dst_desc(mkldnn_memory_desc_t setter)
@Cast(value="mkldnn_data_type_t") public int accum_data_type()
public mkldnn_inner_product_desc_t accum_data_type(int setter)
Copyright © 2019. All rights reserved.