@NoOffset public static class OpenVINO.Blob extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Blob(ByteVector data)
\brief Construct a new Blob from data in memory
|
Blob(Path path)
\brief Construct a new Blob by loading from a filesystem path
|
Blob(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ByteVector |
data()
Blob data
|
OpenVINO.Blob |
data(ByteVector setter) |
StringTensorInfoMap |
networkInputs()
Map of input names to additional information
|
OpenVINO.Blob |
networkInputs(StringTensorInfoMap setter) |
StringTensorInfoMap |
networkOutputs()
Map of output names to additional information
|
OpenVINO.Blob |
networkOutputs(StringTensorInfoMap setter) |
int |
numShaves()
Number of shaves the blob was compiled for
|
OpenVINO.Blob |
numShaves(int setter) |
int |
numSlices()
Number of CMX slices the blob was compiled for
|
OpenVINO.Blob |
numSlices(int setter) |
int |
stageCount()
Number of network stages
|
OpenVINO.Blob |
stageCount(int setter) |
int |
version()
OpenVINO version
|
OpenVINO.Blob |
version(int setter) |
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 Blob(Pointer p)
Pointer(Pointer).public Blob(@ByVal ByteVector data)
data - In memory blobpublic OpenVINO.Blob version(int setter)
@ByRef public StringTensorInfoMap networkInputs()
public OpenVINO.Blob networkInputs(StringTensorInfoMap setter)
@ByRef public StringTensorInfoMap networkOutputs()
public OpenVINO.Blob networkOutputs(StringTensorInfoMap setter)
public OpenVINO.Blob stageCount(int setter)
public OpenVINO.Blob numShaves(int setter)
@Cast(value="uint32_t") public int numSlices()
public OpenVINO.Blob numSlices(int setter)
@ByRef public ByteVector data()
public OpenVINO.Blob data(ByteVector setter)
Copyright © 2023. All rights reserved.