@Namespace(value="torch::dynamo::autograd") @NoOffset @Properties(inherit=torch.class) public class TraceState extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TraceState(Pointer p)
Pointer cast constructor.
|
TraceState(SymIntOptionalVector ss,
long num_outputs) |
Modifier and Type | Method and Description |
---|---|
void |
debug_asserts() |
SymIntOptional |
next_sym_size() |
TensorVector |
outputs() |
TraceState |
outputs(TensorVector setter) |
long |
sym_sizes_index() |
TraceState |
sym_sizes_index(long setter) |
SymIntOptionalVector |
sym_sizes() |
TraceState |
sym_sizes(SymIntOptionalVector 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, zero
public TraceState(Pointer p)
Pointer(Pointer)
.public TraceState(@ByRef(value=true) SymIntOptionalVector ss, @Cast(value="size_t") long num_outputs)
public void debug_asserts()
@ByVal public SymIntOptional next_sym_size()
public TraceState sym_sizes_index(long setter)
@ByRef public SymIntOptionalVector sym_sizes()
public TraceState sym_sizes(SymIntOptionalVector setter)
@ByRef public TensorVector outputs()
public TraceState outputs(TensorVector setter)
Copyright © 2024. All rights reserved.