@Namespace(value="mkldnn") public static class mkldnn.view extends mkldnn.primitive
\addtogroup cpp_api_view View A primitive to view on a memory. \sa mkldnn_view_primitive_desc_create in \ref c_api \{
| Modifier and Type | Class and Description |
|---|---|
static class |
mkldnn.view.primitive_desc |
mkldnn.primitive.atPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorbatch_normalization, concat, concat_inplace, convolution, convolution_relu, deconvolution, eltwise, inner_product, lrn, memory, pooling, relu, reorder, rnn, softmax, sum, undefined_primitive, view| Constructor and Description |
|---|
view(mkldnn.memory input,
int[] dims,
int[] offsets) |
view(mkldnn.memory input,
IntBuffer dims,
IntBuffer offsets) |
view(mkldnn.memory input,
IntPointer dims,
IntPointer offsets) |
view(mkldnn.view.primitive_desc view_pd,
mkldnn.primitive.at input) |
view(Pointer p)
Pointer cast constructor.
|
get_mkldnn_primitive_desc, positionequals, get, notEquals, put, reset, resetaddress, 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 view(Pointer p)
Pointer.Pointer(Pointer).public view(@Const @ByRef mkldnn.view.primitive_desc view_pd, @ByVal mkldnn.primitive.at input)
public view(@ByVal mkldnn.memory input, @StdVector(value="std::remove_extent<mkldnn_dims_t>::type") @ByVal IntPointer dims, @StdVector(value="std::remove_extent<mkldnn_dims_t>::type") @ByVal IntPointer offsets)
public view(@ByVal mkldnn.memory input, @StdVector(value="std::remove_extent<mkldnn_dims_t>::type") @ByVal IntBuffer dims, @StdVector(value="std::remove_extent<mkldnn_dims_t>::type") @ByVal IntBuffer offsets)
public view(@ByVal mkldnn.memory input, @StdVector(value="std::remove_extent<mkldnn_dims_t>::type") @ByVal int[] dims, @StdVector(value="std::remove_extent<mkldnn_dims_t>::type") @ByVal int[] offsets)
Copyright © 2018. All rights reserved.