@Namespace(value="onnx::checker") @NoOffset @Properties(inherit=onnx.class) public class LexicalScopeContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
LexicalScopeContext() |
LexicalScopeContext(LexicalScopeContext parent_context) |
LexicalScopeContext(long size)
Native array allocator.
|
LexicalScopeContext(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(BytePointer name) |
void |
add(String name) |
UnorderedStringSet |
output_names() |
LexicalScopeContext |
output_names(UnorderedStringSet setter) |
LexicalScopeContext |
position(long position) |
boolean |
this_graph_has(BytePointer name) |
boolean |
this_graph_has(String name) |
boolean |
this_or_ancestor_graph_has(BytePointer name) |
boolean |
this_or_ancestor_graph_has(String name) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic LexicalScopeContext(Pointer p)
Pointer.Pointer(Pointer).public LexicalScopeContext(long size)
Pointer.position(long).public LexicalScopeContext()
public LexicalScopeContext(@Const @ByRef LexicalScopeContext parent_context)
public LexicalScopeContext position(long position)
public void add(@StdString BytePointer name)
public void add(@StdString String name)
@Cast(value="bool") public boolean this_graph_has(@StdString BytePointer name)
@Cast(value="bool") public boolean this_graph_has(@StdString String name)
@Cast(value="bool") public boolean this_or_ancestor_graph_has(@StdString BytePointer name)
@Cast(value="bool") public boolean this_or_ancestor_graph_has(@StdString String name)
@ByRef public UnorderedStringSet output_names()
public LexicalScopeContext output_names(UnorderedStringSet setter)
Copyright © 2020. All rights reserved.