@Namespace(value="nvcaffeparser1") @Properties(inherit=nvparsers.class) public class IBlobNameToTensor extends Pointer
\warning Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IBlobNameToTensor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ITensor |
find(BytePointer name) |
ITensor |
find(String name)
\brief Given a blob name, returns a pointer to a ITensor object.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic IBlobNameToTensor(Pointer p)
Pointer(Pointer).@NoException(value=true) public ITensor find(String name)
name - Caffe blob name for which the user wants the corresponding ITensor.@NoException(value=true) public ITensor find(@Cast(value="const char*") BytePointer name)
Copyright © 2024. All rights reserved.