@Namespace(value="at") @NoOffset @Properties(inherit=torch.class) public class RecordFunction extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RecordFunction() |
RecordFunction(byte scope) |
RecordFunction(long size)
Native array allocator.
|
RecordFunction(Pointer step_callbacks) |
RecordFunction(torch.RecordScope scope) |
| Modifier and Type | Method and Description |
|---|---|
static long |
currentThreadId() |
long |
debugHandle() |
void |
end() |
long |
forwardThreadId() |
static long |
getDefaultNodeId() |
RecordFunction |
getPointer(long i) |
long |
handle() |
IValueArrayRef |
inputs() |
void |
invalidateInputs() |
boolean |
isActive() |
boolean |
isAsync() |
boolean |
isNcclMeta() |
boolean |
isStaticRuntimeOutVariant() |
StringIValueMap |
kwinputs() |
BytePointer |
name() |
boolean |
needsInputs() |
boolean |
needsOutputs() |
long |
num_inputs() |
long |
num_outputs() |
OperatorNameOptional |
operator_name() |
FunctionSchemaOptional |
operator_schema() |
IValueVector |
outputs() |
BytePointer |
overload_name() |
RecordFunction |
position(long position) |
torch.RecordScope |
scope() |
long |
seqNr() |
void |
setDebugHandle(long debug_handle) |
static void |
setDefaultNodeId(long defaultNodeId) |
void |
setForwardThreadId(long thread_id) |
void |
setHandle(long handle) |
void |
setOutputs(IValueArrayRef outputs) |
void |
setOutputs(IValueVector outputs) |
long |
threadId() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, trimMemory, withDeallocator, zeropublic RecordFunction(long size)
Pointer.position(long).public RecordFunction(torch.RecordScope scope)
public RecordFunction()
public RecordFunction position(long position)
public RecordFunction getPointer(long i)
getPointer in class Pointer@Cast(value="const char*") public BytePointer name()
@Cast(value="const char*") public BytePointer overload_name()
@ByVal public IValueArrayRef inputs()
@ByVal public StringIValueMap kwinputs()
@Const @ByRef public IValueVector outputs()
public void setOutputs(@ByRef(value=true) IValueVector outputs)
public void setOutputs(@ByVal IValueArrayRef outputs)
public torch.RecordScope scope()
public void end()
public long handle()
@ByVal public OperatorNameOptional operator_name()
@ByVal public FunctionSchemaOptional operator_schema()
public void setHandle(long handle)
public void invalidateInputs()
Copyright © 2026. All rights reserved.