@Name(value="std::map<std::string,caffe::LayerRegistry<float>::Creator>") @Properties(inherit=caffe.class) public class FloatRegistry extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
FloatRegistry.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FloatRegistry() |
FloatRegistry(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FloatRegistry.Iterator |
begin() |
boolean |
empty() |
FloatRegistry.Iterator |
end() |
FloatLayerRegistry.Creator |
get(BytePointer i) |
FloatRegistry |
put(BytePointer i,
FloatLayerRegistry.Creator value) |
FloatRegistry |
put(FloatRegistry x) |
long |
size() |
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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FloatRegistry(Pointer p)
Pointer.Pointer(Pointer).public FloatRegistry()
@Name(value="operator=") @ByRef public FloatRegistry put(@ByRef FloatRegistry x)
public boolean empty()
public long size()
@Index public FloatLayerRegistry.Creator get(@StdString BytePointer i)
public FloatRegistry put(@StdString BytePointer i, FloatLayerRegistry.Creator value)
@ByVal public FloatRegistry.Iterator begin()
@ByVal public FloatRegistry.Iterator end()
Copyright © 2019. All rights reserved.