Documentation
¶
Overview ¶
Package appleneuralengine provides Go bindings for the appleneuralengine framework.
Key Types ¶
- ANEStrings
- ANEVirtualClient
- ANEModel
- ANEClient
- ANEInMemoryModel
- ANEErrors
- ANERequest
- ANEDaemonConnection
- ANEDeviceInfo
- ANEProgramForEvaluation
Code generated from Apple documentation. DO NOT EDIT.
Index ¶
- Variables
- func NewBoolBlock(handler BoolHandler) (objc.ID, func())
- func NewBoolErrorBlock(handler BoolErrorHandler) (objc.ID, func())
- func NewErrorBlock(handler ErrorHandler) (objc.ID, func())
- func NewVoidBlock(handler VoidHandler) (objc.ID, func())
- type ANEBuffer
- func (a ANEBuffer) Autorelease() ANEBuffer
- func (a ANEBuffer) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANEBuffer) Init() ANEBuffer
- func (a ANEBuffer) InitWithCoder(coder foundation.INSCoder) ANEBuffer
- func (a ANEBuffer) InitWithIOSurfaceObjectSymbolIndexSource(object objectivec.IObject, index objectivec.IObject, source int64) ANEBuffer
- func (a ANEBuffer) IoSurfaceObject() IANEIOSurfaceObject
- func (a ANEBuffer) Source() int64
- func (a ANEBuffer) SymbolIndex() foundation.NSNumber
- type ANEBufferClass
- func (ac ANEBufferClass) Alloc() ANEBuffer
- func (_ANEBufferClass ANEBufferClass) BufferWithIOSurfaceObjectSymbolIndexSource(object objectivec.IObject, index objectivec.IObject, source int64) objectivec.IObject
- func (ac ANEBufferClass) Class() objc.Class
- func (_ANEBufferClass ANEBufferClass) SupportsSecureCoding() bool
- type ANEBufferStruct
- type ANEChainingRequest
- func ANEChainingRequestFromID(id objc.ID) ANEChainingRequest
- func NewANEChainingRequest() ANEChainingRequest
- func NewANEChainingRequestWithCoder(coder objectivec.IObject) ANEChainingRequest
- func NewANEChainingRequestWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId(inputs objectivec.IObject, outputs objectivec.IObject, id objectivec.IObject, ...) ANEChainingRequest
- func (a ANEChainingRequest) Autorelease() ANEChainingRequest
- func (a ANEChainingRequest) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANEChainingRequest) FwEnqueueDelay() foundation.NSNumber
- func (a ANEChainingRequest) Init() ANEChainingRequest
- func (a ANEChainingRequest) InitWithCoder(coder foundation.INSCoder) ANEChainingRequest
- func (a ANEChainingRequest) InitWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId(inputs objectivec.IObject, outputs objectivec.IObject, id objectivec.IObject, ...) ANEChainingRequest
- func (a ANEChainingRequest) InputBuffer() foundation.INSArray
- func (a ANEChainingRequest) LoopbackInputSymbolIndex() foundation.INSArray
- func (a ANEChainingRequest) LoopbackOutputSymbolIndex() foundation.INSArray
- func (a ANEChainingRequest) MemoryPoolId() foundation.NSNumber
- func (a ANEChainingRequest) OutputSets() foundation.INSArray
- func (a ANEChainingRequest) ProcedureIndex() foundation.NSNumber
- func (a ANEChainingRequest) SignalEvents() foundation.INSArray
- func (a ANEChainingRequest) TransactionHandle() foundation.NSNumber
- func (a ANEChainingRequest) Validate() bool
- type ANEChainingRequestClass
- func (ac ANEChainingRequestClass) Alloc() ANEChainingRequest
- func (_ANEChainingRequestClass ANEChainingRequestClass) ChainingRequestWithInputsOutputSetsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId(inputs objectivec.IObject, sets objectivec.IObject, id objectivec.IObject, ...) objectivec.IObject
- func (ac ANEChainingRequestClass) Class() objc.Class
- func (_ANEChainingRequestClass ANEChainingRequestClass) SupportsSecureCoding() bool
- type ANEClient
- func (a ANEClient) AllowRestrictedAccess() bool
- func (a ANEClient) Autorelease() ANEClient
- func (a ANEClient) BeginRealTimeTask() bool
- func (a ANEClient) BuffersReadyWithModelInputBuffersOptionsQosError(model objectivec.IObject, buffers objectivec.IObject, ...) (bool, error)
- func (a ANEClient) CompileModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEClient) CompiledModelExistsFor(for_ objectivec.IObject) bool
- func (a ANEClient) CompiledModelExistsMatchingHash(hash objectivec.IObject) bool
- func (a ANEClient) Conn() IANEDaemonConnection
- func (a ANEClient) ConnectionForLoadingModelOptions(model objectivec.IObject, options objectivec.IObject) objectivec.IObject
- func (a ANEClient) ConnectionUsedForLoadingModel(model objectivec.IObject) objectivec.IObject
- func (a ANEClient) Connections() foundation.INSDictionary
- func (a ANEClient) ConnectionsUsedForLoadingModels() foundation.INSDictionary
- func (a ANEClient) DoBuffersReadyWithModelInputBuffersOptionsQosError(model objectivec.IObject, buffers objectivec.IObject, ...) (bool, error)
- func (a ANEClient) DoEnqueueSetsWithModelOutputSetOptionsQosError(model objectivec.IObject, set IANEOutputSetEnqueue, options objectivec.IObject, ...) (bool, error)
- func (a ANEClient) DoEvaluateDirectWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEClient) DoLoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEClient) DoLoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEClient) DoPrepareChainingWithModelOptionsChainingReqQosError(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, ...) (bool, error)
- func (a ANEClient) DoUnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEClient) Echo(echo objectivec.IObject) bool
- func (a ANEClient) EndRealTimeTask() bool
- func (a ANEClient) EnqueueSetsWithModelOutputSetOptionsQosError(model objectivec.IObject, set IANEOutputSetEnqueue, options objectivec.IObject, ...) (bool, error)
- func (a ANEClient) EvaluateRealTimeWithModelOptionsRequestError(model objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEClient) EvaluateWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEClient) FastConn() IANEDaemonConnection
- func (a ANEClient) FastConnWithoutLock() objectivec.IObject
- func (a ANEClient) Init() ANEClient
- func (a ANEClient) InitWithRestrictedAccessAllowed(allowed bool) ANEClient
- func (a ANEClient) IsAnetoolRootDaemonConnection() bool
- func (a ANEClient) IsRootDaemon() bool
- func (a ANEClient) IsVirtualClient() bool
- func (a ANEClient) LoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEClient) LoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEClient) LoadRealTimeModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEClient) MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
- func (a ANEClient) PrepareChainingWithModelOptionsChainingReqQosError(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, ...) (bool, error)
- func (a ANEClient) PriorityQ() foundation.INSArray
- func (a ANEClient) PurgeCompiledModel(model objectivec.IObject)
- func (a ANEClient) PurgeCompiledModelMatchingHash(hash objectivec.IObject)
- func (a ANEClient) ReportEvaluateFailureFailureReasonQIdx(failure objectivec.IObject, reason uint32, idx uint64)
- func (a ANEClient) SessionHintWithModelHintOptionsReportError(model objectivec.IObject, hint objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEClient) UnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEClient) UnloadRealTimeModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEClient) UnmapIOSurfacesWithModelRequest(model objectivec.IObject, request objectivec.IObject)
- func (a ANEClient) VirtualClient() IANEVirtualClient
- type ANEClientClass
- type ANECloneHelper
- type ANECloneHelperClass
- func (ac ANECloneHelperClass) Alloc() ANECloneHelper
- func (ac ANECloneHelperClass) Class() objc.Class
- func (_ANECloneHelperClass ANECloneHelperClass) CloneIfWritableIsEncryptedModelCloneDirectory(writable objectivec.IObject, model bool, directory objectivec.IObject) objectivec.IObject
- func (_ANECloneHelperClass ANECloneHelperClass) ShouldSkipCloneForIsEncryptedModel(for_ objectivec.IObject, model bool) bool
- type ANECompilerServiceProtocol
- type ANECompilerServiceProtocolObject
- func (o ANECompilerServiceProtocolObject) BaseObject() objectivec.Object
- func (o ANECompilerServiceProtocolObject) CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathMaxModelMemorySizeWithReply(at objectivec.IObject, identity objectivec.IObject, ...)
- func (o ANECompilerServiceProtocolObject) CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathWithReply(at objectivec.IObject, identity objectivec.IObject, ...)
- type ANEDaemonConnection
- func (a ANEDaemonConnection) Autorelease() ANEDaemonConnection
- func (a ANEDaemonConnection) BeginRealTimeTaskWithReply(reply VoidHandler)
- func (a ANEDaemonConnection) BeginRealTimeTaskWithReplySync(ctx context.Context) error
- func (a ANEDaemonConnection) CompileModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, ...)
- func (a ANEDaemonConnection) CompileModelSandboxExtensionOptionsQosWithReplySync(ctx context.Context, model objectivec.IObject, extension objectivec.IObject, ...) error
- func (a ANEDaemonConnection) CompiledModelExistsForWithReply(for_ objectivec.IObject, reply VoidHandler)
- func (a ANEDaemonConnection) CompiledModelExistsForWithReplySync(ctx context.Context, for_ objectivec.IObject) error
- func (a ANEDaemonConnection) CompiledModelExistsMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
- func (a ANEDaemonConnection) CompiledModelExistsMatchingHashWithReplySync(ctx context.Context, hash objectivec.IObject) error
- func (a ANEDaemonConnection) DaemonConnection() foundation.NSXPCConnection
- func (a ANEDaemonConnection) EchoWithReply(echo objectivec.IObject, reply VoidHandler)
- func (a ANEDaemonConnection) EchoWithReplySync(ctx context.Context, echo objectivec.IObject) error
- func (a ANEDaemonConnection) EndRealTimeTaskWithReply(reply VoidHandler)
- func (a ANEDaemonConnection) EndRealTimeTaskWithReplySync(ctx context.Context) error
- func (a ANEDaemonConnection) Init() ANEDaemonConnection
- func (a ANEDaemonConnection) InitWithMachServiceNameRestricted(name objectivec.IObject, restricted bool) ANEDaemonConnection
- func (a ANEDaemonConnection) LoadModelNewInstanceOptionsModelInstParamsQosWithReply(instance objectivec.IObject, options objectivec.IObject, ...)
- func (a ANEDaemonConnection) LoadModelNewInstanceOptionsModelInstParamsQosWithReplySync(ctx context.Context, instance objectivec.IObject, options objectivec.IObject, ...) error
- func (a ANEDaemonConnection) LoadModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, ...)
- func (a ANEDaemonConnection) LoadModelSandboxExtensionOptionsQosWithReplySync(ctx context.Context, model objectivec.IObject, extension objectivec.IObject, ...) error
- func (a ANEDaemonConnection) PrepareChainingWithModelOptionsChainingReqQosWithReply(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, ...)
- func (a ANEDaemonConnection) PrepareChainingWithModelOptionsChainingReqQosWithReplySync(ctx context.Context, model objectivec.IObject, options objectivec.IObject, ...) error
- func (a ANEDaemonConnection) PurgeCompiledModelMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
- func (a ANEDaemonConnection) PurgeCompiledModelMatchingHashWithReplySync(ctx context.Context, hash objectivec.IObject) error
- func (a ANEDaemonConnection) PurgeCompiledModelWithReply(model objectivec.IObject, reply VoidHandler)
- func (a ANEDaemonConnection) PurgeCompiledModelWithReplySync(ctx context.Context, model objectivec.IObject) error
- func (a ANEDaemonConnection) ReportTelemetryToPPSPlayload(pps objectivec.IObject, playload objectivec.IObject)
- func (a ANEDaemonConnection) Restricted() bool
- func (a ANEDaemonConnection) UnloadModelOptionsQosWithReply(model objectivec.IObject, options objectivec.IObject, qos uint32, ...)
- func (a ANEDaemonConnection) UnloadModelOptionsQosWithReplySync(ctx context.Context, model objectivec.IObject, options objectivec.IObject, ...) error
- type ANEDaemonConnectionClass
- func (ac ANEDaemonConnectionClass) Alloc() ANEDaemonConnection
- func (ac ANEDaemonConnectionClass) Class() objc.Class
- func (_ANEDaemonConnectionClass ANEDaemonConnectionClass) DaemonConnectionRestricted() objectivec.IObject
- func (_ANEDaemonConnectionClass ANEDaemonConnectionClass) UserDaemonConnection() objectivec.IObject
- type ANEDaemonProtocol
- type ANEDaemonProtocolObject
- func (o ANEDaemonProtocolObject) BaseObject() objectivec.Object
- func (o ANEDaemonProtocolObject) CompileModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, ...)
- func (o ANEDaemonProtocolObject) CompiledModelExistsForWithReply(for_ objectivec.IObject, reply VoidHandler)
- func (o ANEDaemonProtocolObject) CompiledModelExistsMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
- func (o ANEDaemonProtocolObject) LoadModelNewInstanceOptionsModelInstParamsQosWithReply(instance objectivec.IObject, options objectivec.IObject, ...)
- func (o ANEDaemonProtocolObject) LoadModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, ...)
- func (o ANEDaemonProtocolObject) PrepareChainingWithModelOptionsChainingReqQosWithReply(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, ...)
- func (o ANEDaemonProtocolObject) PurgeCompiledModelMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
- func (o ANEDaemonProtocolObject) PurgeCompiledModelWithReply(model objectivec.IObject, reply VoidHandler)
- func (o ANEDaemonProtocolObject) ReportTelemetryToPPSPlayload(pps objectivec.IObject, playload objectivec.IObject)
- func (o ANEDaemonProtocolObject) UnloadModelOptionsQosWithReply(model objectivec.IObject, options objectivec.IObject, qos uint32, ...)
- type ANEDataReporter
- type ANEDataReporterClass
- func (_ANEDataReporterClass ANEDataReporterClass) AddValueForScalarKey(value int64, key objectivec.IObject)
- func (ac ANEDataReporterClass) Alloc() ANEDataReporter
- func (_ANEDataReporterClass ANEDataReporterClass) AnalyticsKey(key objectivec.IObject) objectivec.IObject
- func (ac ANEDataReporterClass) Class() objc.Class
- func (_ANEDataReporterClass ANEDataReporterClass) ReportClientModelName(client objectivec.IObject, name objectivec.IObject) objectivec.IObject
- func (_ANEDataReporterClass ANEDataReporterClass) ReportErrorMsgStatus(msg uint32, status uint32)
- func (_ANEDataReporterClass ANEDataReporterClass) ReportTelemetryToCoreAnalyticsPayload(analytics objectivec.IObject, payload objectivec.IObject)
- func (_ANEDataReporterClass ANEDataReporterClass) ReportTelemetryToPPSPlayload(pps objectivec.IObject, playload objectivec.IObject)
- type ANEDeviceController
- func (a ANEDeviceController) Autorelease() ANEDeviceController
- func (a ANEDeviceController) Device() unsafe.Pointer
- func (a ANEDeviceController) Init() ANEDeviceController
- func (a ANEDeviceController) InitWithANEPrivilegedVM(vm bool) ANEDeviceController
- func (a ANEDeviceController) InitWithProgramHandlePriviledged(handle uint64, priviledged bool) ANEDeviceController
- func (a ANEDeviceController) IsPrivileged() bool
- func (a ANEDeviceController) ProgramHandle() uint64
- func (a ANEDeviceController) SetDevice(value *ANEDeviceStruct)
- func (a ANEDeviceController) SetUsecount(value int64)
- func (a ANEDeviceController) Start()
- func (a ANEDeviceController) Stop()
- func (a ANEDeviceController) Usecount() int64
- type ANEDeviceControllerClass
- func (ac ANEDeviceControllerClass) Alloc() ANEDeviceController
- func (ac ANEDeviceControllerClass) Class() objc.Class
- func (_ANEDeviceControllerClass ANEDeviceControllerClass) ControllerWithPrivilegedVM(vm bool) objectivec.IObject
- func (_ANEDeviceControllerClass ANEDeviceControllerClass) ControllerWithProgramHandle(handle uint64) objectivec.IObject
- func (_ANEDeviceControllerClass ANEDeviceControllerClass) SharedPrivilegedConnection() ANEDeviceController
- type ANEDeviceInfo
- type ANEDeviceInfoClass
- func (ac ANEDeviceInfoClass) Alloc() ANEDeviceInfo
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneArchitectureType() objectivec.IObject
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneBoardType() int64
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneSubType() objectivec.IObject
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneSubTypeAndVariant() objectivec.IObject
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneSubTypeProductVariant() objectivec.IObject
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneSubTypeVariant() objectivec.IObject
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) BootArgs() objectivec.IObject
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) BuildVersion() objectivec.IObject
- func (ac ANEDeviceInfoClass) Class() objc.Class
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) HasANE() bool
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsBoolBootArgSetTrue(true_ objectivec.IObject) bool
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsBootArgPresent(present objectivec.IObject) bool
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsExcessivePowerDrainWhenIdle() bool
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsInternalBuild() bool
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsVirtualMachine() bool
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) NumANECores() uint32
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) NumANEs() uint32
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) PrecompiledModelChecksDisabled() bool
- func (_ANEDeviceInfoClass ANEDeviceInfoClass) ProductName() objectivec.IObject
- type ANEDeviceStruct
- type ANEErrors
- type ANEErrorsClass
- func (ac ANEErrorsClass) Alloc() ANEErrors
- func (_ANEErrorsClass ANEErrorsClass) BadArgumentForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) BaseModelIdentifierNotFoundForNewInstanceMethod(method objectivec.IObject) objectivec.IObject
- func (ac ANEErrorsClass) Class() objc.Class
- func (_ANEErrorsClass ANEErrorsClass) CreateErrorWithCodeDescription(code int64, description objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) DataNotFoundForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) EntitlementErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) FileAccessErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) FileNotFoundErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) GuestToHostInterfaceTooOld(old objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) HostTooOld(old objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) InvalidModelErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) InvalidModelInstanceErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) InvalidModelKeyErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) MissingCodeSigningErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ModelIdentifierNotFoundForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ModelNewInstanceCacheIdentifierNotNilMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) NotSupportedErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) PriorityErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramChainingPrepareErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramCreationErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramIOSurfacesMapErrorForMethodCode(method objectivec.IObject, code int64) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramIOSurfacesUnmapErrorForMethodCode(method objectivec.IObject, code int64) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramInferenceOtherErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramInferenceOverflowErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramInferenceProgramNotFoundForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramLoadErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramLoadErrorForMethodCode(method objectivec.IObject, code int64) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramLoadNewInstanceErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) ProgramLoadNewInstanceErrorForMethodCode(method objectivec.IObject, code int64) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) SystemModelPurgeNotAllowedForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) TimeoutErrorForMethod(method objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) VirtualizationDataError(error_ objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) VirtualizationHostError(error_ objectivec.IObject) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) VirtualizationHostErrorError(hostError foundation.NSError, underlyingError foundation.NSError) objectivec.IObject
- func (_ANEErrorsClass ANEErrorsClass) VirtualizationKernelErrorKernelErrorCode(error_ objectivec.IObject, code int) objectivec.IObject
- type ANEHashEncoding
- type ANEHashEncodingClass
- func (ac ANEHashEncodingClass) Alloc() ANEHashEncoding
- func (ac ANEHashEncodingClass) Class() objc.Class
- func (_ANEHashEncodingClass ANEHashEncodingClass) ConvertToHexStringLength(string_ string, length uint64) objectivec.IObject
- func (_ANEHashEncodingClass ANEHashEncodingClass) CopySHA256ForToBuffer(sHA256For objectivec.IObject, buffer string)
- func (_ANEHashEncodingClass ANEHashEncodingClass) HashForStringSeed(string_ objectivec.IObject, seed uint32) uint32
- func (_ANEHashEncodingClass ANEHashEncodingClass) HexStringForBytesLength(bytes string, length uint64) objectivec.IObject
- func (_ANEHashEncodingClass ANEHashEncodingClass) HexStringForData(data objectivec.IObject) objectivec.IObject
- func (_ANEHashEncodingClass ANEHashEncodingClass) HexStringForDataArray(array objectivec.IObject) objectivec.IObject
- func (_ANEHashEncodingClass ANEHashEncodingClass) HexStringForString(string_ objectivec.IObject) objectivec.IObject
- type ANEIOSurfaceObject
- func ANEIOSurfaceObjectFromID(id objc.ID) ANEIOSurfaceObject
- func NewANEIOSurfaceObject() ANEIOSurfaceObject
- func NewANEIOSurfaceObjectWithCoder(coder objectivec.IObject) ANEIOSurfaceObject
- func NewANEIOSurfaceObjectWithIOSurfaceStartOffsetShouldRetain(iOSurface coregraphics.IOSurfaceRef, offset objectivec.IObject, retain bool) ANEIOSurfaceObject
- func (a ANEIOSurfaceObject) Autorelease() ANEIOSurfaceObject
- func (a ANEIOSurfaceObject) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANEIOSurfaceObject) Init() ANEIOSurfaceObject
- func (a ANEIOSurfaceObject) InitWithCoder(coder foundation.INSCoder) ANEIOSurfaceObject
- func (a ANEIOSurfaceObject) InitWithIOSurfaceStartOffsetShouldRetain(iOSurface coregraphics.IOSurfaceRef, offset objectivec.IObject, retain bool) ANEIOSurfaceObject
- func (a ANEIOSurfaceObject) IoSurface() coregraphics.IOSurfaceRef
- func (a ANEIOSurfaceObject) MetalBufferWithDeviceMultiBufferFrame(device objectivec.IObject, frame uint64) metal.MTLBuffer
- func (a ANEIOSurfaceObject) StartOffset() foundation.NSNumber
- type ANEIOSurfaceObjectClass
- func (ac ANEIOSurfaceObjectClass) Alloc() ANEIOSurfaceObject
- func (ac ANEIOSurfaceObjectClass) Class() objc.Class
- func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) CreateIOSurfaceWithWidthPixel_sizeHeight(width int, pixel_size int, height int) coregraphics.IOSurfaceRef
- func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) CreateIOSurfaceWithWidthPixel_sizeHeightBytesPerElement(width int, pixel_size int, height int, element int) coregraphics.IOSurfaceRef
- func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) ObjectWithIOSurface(iOSurface coregraphics.IOSurfaceRef) objectivec.IObject
- func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) ObjectWithIOSurfaceNoRetainStartOffset(retain coregraphics.IOSurfaceRef, offset objectivec.IObject) objectivec.IObject
- func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) ObjectWithIOSurfaceStartOffset(iOSurface coregraphics.IOSurfaceRef, offset objectivec.IObject) objectivec.IObject
- func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) SupportsSecureCoding() bool
- type ANEIOSurfaceOutputSets
- func ANEIOSurfaceOutputSetsFromID(id objc.ID) ANEIOSurfaceOutputSets
- func NewANEIOSurfaceOutputSets() ANEIOSurfaceOutputSets
- func NewANEIOSurfaceOutputSetsWithCoder(coder objectivec.IObject) ANEIOSurfaceOutputSets
- func NewANEIOSurfaceOutputSetsWithstatsSurRefOutputBuffer(ref coregraphics.IOSurfaceRef, buffer objectivec.IObject) ANEIOSurfaceOutputSets
- func (a ANEIOSurfaceOutputSets) Autorelease() ANEIOSurfaceOutputSets
- func (a ANEIOSurfaceOutputSets) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANEIOSurfaceOutputSets) Init() ANEIOSurfaceOutputSets
- func (a ANEIOSurfaceOutputSets) InitWithCoder(coder foundation.INSCoder) ANEIOSurfaceOutputSets
- func (a ANEIOSurfaceOutputSets) InitWithstatsSurRefOutputBuffer(ref coregraphics.IOSurfaceRef, buffer objectivec.IObject) ANEIOSurfaceOutputSets
- func (a ANEIOSurfaceOutputSets) OutputBuffer() foundation.INSArray
- func (a ANEIOSurfaceOutputSets) StatsSurRef() coregraphics.IOSurfaceRef
- type ANEIOSurfaceOutputSetsClass
- func (ac ANEIOSurfaceOutputSetsClass) Alloc() ANEIOSurfaceOutputSets
- func (ac ANEIOSurfaceOutputSetsClass) Class() objc.Class
- func (_ANEIOSurfaceOutputSetsClass ANEIOSurfaceOutputSetsClass) ObjectWithstatsSurRefOutputBuffer(ref coregraphics.IOSurfaceRef, buffer objectivec.IObject) objectivec.IObject
- func (_ANEIOSurfaceOutputSetsClass ANEIOSurfaceOutputSetsClass) SupportsSecureCoding() bool
- type ANEInMemoryModel
- func (a ANEInMemoryModel) Autorelease() ANEInMemoryModel
- func (a ANEInMemoryModel) CompileWithQoSOptionsError(s uint32, options objectivec.IObject) (bool, error)
- func (a ANEInMemoryModel) CompiledModelExists() bool
- func (a ANEInMemoryModel) CompilerOptionsFileName() string
- func (a ANEInMemoryModel) CompilerOptionsWithOptionsIsCompiledModelCached(options objectivec.IObject, cached bool) objectivec.IObject
- func (a ANEInMemoryModel) Descriptor() IANEInMemoryModelDescriptor
- func (a ANEInMemoryModel) EvaluateWithQoSOptionsRequestError(s uint32, options objectivec.IObject, request objectivec.IObject) (bool, error)
- func (a ANEInMemoryModel) HexStringIdentifier() string
- func (a ANEInMemoryModel) Init() ANEInMemoryModel
- func (a ANEInMemoryModel) InitWithDesctiptor(desctiptor objectivec.IObject) ANEInMemoryModel
- func (a ANEInMemoryModel) IntermediateBufferHandle() uint64
- func (a ANEInMemoryModel) IsMILModel() bool
- func (a ANEInMemoryModel) LoadWithQoSOptionsError(s uint32, options objectivec.IObject) (bool, error)
- func (a ANEInMemoryModel) LocalModelPath() objectivec.IObject
- func (a ANEInMemoryModel) MapIOSurfacesWithRequestCacheInferenceError(request objectivec.IObject, inference bool) (bool, error)
- func (a ANEInMemoryModel) Model() IANEModel
- func (a ANEInMemoryModel) ModelAttributes() foundation.INSDictionary
- func (a ANEInMemoryModel) ModelURL() foundation.NSURL
- func (a ANEInMemoryModel) PerfStatsMask() uint32
- func (a ANEInMemoryModel) Program() IANEProgramForEvaluation
- func (a ANEInMemoryModel) ProgramHandle() uint64
- func (a ANEInMemoryModel) PurgeCompiledModel()
- func (a ANEInMemoryModel) QueueDepth() int8
- func (a ANEInMemoryModel) SaveModelFiles() objectivec.IObject
- func (a ANEInMemoryModel) SetCompilerOptionsFileName(value string)
- func (a ANEInMemoryModel) SetDescriptor(value IANEInMemoryModelDescriptor)
- func (a ANEInMemoryModel) SetIntermediateBufferHandle(value uint64)
- func (a ANEInMemoryModel) SetModel(value IANEModel)
- func (a ANEInMemoryModel) SetModelAttributes(value foundation.INSDictionary)
- func (a ANEInMemoryModel) SetModelURL(value foundation.NSURL)
- func (a ANEInMemoryModel) SetPerfStatsMask(value uint32)
- func (a ANEInMemoryModel) SetProgram(value IANEProgramForEvaluation)
- func (a ANEInMemoryModel) SetProgramHandle(value uint64)
- func (a ANEInMemoryModel) SetQueueDepth(value int8)
- func (a ANEInMemoryModel) SetState(value uint64)
- func (a ANEInMemoryModel) SharedConnection() IANEClient
- func (a ANEInMemoryModel) State() uint64
- func (a ANEInMemoryModel) String_id() uint64
- func (a ANEInMemoryModel) UnloadWithQoSError(s uint32) (bool, error)
- func (a ANEInMemoryModel) UnmapIOSurfacesWithRequest(request objectivec.IObject)
- type ANEInMemoryModelClass
- type ANEInMemoryModelDescriptor
- func ANEInMemoryModelDescriptorFromID(id objc.ID) ANEInMemoryModelDescriptor
- func NewANEInMemoryModelDescriptor() ANEInMemoryModelDescriptor
- func NewANEInMemoryModelDescriptorWithNetworkTextWeightsOptionsPlistIsMILModel(text objectivec.IObject, weights objectivec.IObject, plist objectivec.IObject, ...) ANEInMemoryModelDescriptor
- func (a ANEInMemoryModelDescriptor) Autorelease() ANEInMemoryModelDescriptor
- func (a ANEInMemoryModelDescriptor) HexStringIdentifier() objectivec.IObject
- func (a ANEInMemoryModelDescriptor) Init() ANEInMemoryModelDescriptor
- func (a ANEInMemoryModelDescriptor) InitWithNetworkTextWeightsOptionsPlistIsMILModel(text objectivec.IObject, weights objectivec.IObject, plist objectivec.IObject, ...) ANEInMemoryModelDescriptor
- func (a ANEInMemoryModelDescriptor) IsEqualToInMemoryModelDescriptor(descriptor objectivec.IObject) bool
- func (a ANEInMemoryModelDescriptor) IsMILModel() bool
- func (a ANEInMemoryModelDescriptor) NetworkText() foundation.NSData
- func (a ANEInMemoryModelDescriptor) NetworkTextHash() string
- func (a ANEInMemoryModelDescriptor) OptionsPlist() foundation.NSData
- func (a ANEInMemoryModelDescriptor) OptionsPlistHash() string
- func (a ANEInMemoryModelDescriptor) Weights() foundation.INSDictionary
- func (a ANEInMemoryModelDescriptor) WeightsHash() string
- type ANEInMemoryModelDescriptorClass
- func (ac ANEInMemoryModelDescriptorClass) Alloc() ANEInMemoryModelDescriptor
- func (ac ANEInMemoryModelDescriptorClass) Class() objc.Class
- func (_ANEInMemoryModelDescriptorClass ANEInMemoryModelDescriptorClass) ModelWithMILTextWeightsOptionsPlist(mILText objectivec.IObject, weights objectivec.IObject, ...) objectivec.IObject
- func (_ANEInMemoryModelDescriptorClass ANEInMemoryModelDescriptorClass) ModelWithMILTextWeightsOptionsPlistIsMILModel(mILText objectivec.IObject, weights objectivec.IObject, ...) objectivec.IObject
- func (_ANEInMemoryModelDescriptorClass ANEInMemoryModelDescriptorClass) ModelWithNetworkDescriptionWeightsOptionsPlist(description objectivec.IObject, weights objectivec.IObject, ...) objectivec.IObject
- type ANEInputBuffersReady
- func ANEInputBuffersReadyFromID(id objc.ID) ANEInputBuffersReady
- func NewANEInputBuffersReady() ANEInputBuffersReady
- func NewANEInputBuffersReadyInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay(index uint32, index2 objectivec.IObject, value objectivec.IObject, ...) ANEInputBuffersReady
- func (a ANEInputBuffersReady) Autorelease() ANEInputBuffersReady
- func (a ANEInputBuffersReady) ExecutionDelay() uint64
- func (a ANEInputBuffersReady) Init() ANEInputBuffersReady
- func (a ANEInputBuffersReady) InitInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay(index uint32, index2 objectivec.IObject, value objectivec.IObject, ...) ANEInputBuffersReady
- func (a ANEInputBuffersReady) InputBufferInfoIndex() foundation.INSArray
- func (a ANEInputBuffersReady) InputFreeValue() foundation.INSArray
- func (a ANEInputBuffersReady) ProcedureIndex() uint32
- func (a ANEInputBuffersReady) Validate() bool
- type ANEInputBuffersReadyClass
- func (ac ANEInputBuffersReadyClass) Alloc() ANEInputBuffersReady
- func (ac ANEInputBuffersReadyClass) Class() objc.Class
- func (_ANEInputBuffersReadyClass ANEInputBuffersReadyClass) InputBuffersWithProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay(index uint32, index2 objectivec.IObject, value objectivec.IObject, ...) objectivec.IObject
- type ANELog
- type ANELogClass
- func (ac ANELogClass) Alloc() ANELog
- func (ac ANELogClass) Class() objc.Class
- func (_ANELogClass ANELogClass) Common() objectivec.IObject
- func (_ANELogClass ANELogClass) Compiler() objectivec.IObject
- func (_ANELogClass ANELogClass) Daemon() objectivec.IObject
- func (_ANELogClass ANELogClass) Framework() objectivec.IObject
- func (_ANELogClass ANELogClass) Maintenance() objectivec.IObject
- func (_ANELogClass ANELogClass) Tests() objectivec.IObject
- func (_ANELogClass ANELogClass) Tool() objectivec.IObject
- type ANEMaintenanceProtocol
- type ANEMaintenanceProtocolObject
- type ANEMemoryMappingParamsStruct
- type ANEModel
- func ANEModelFromID(id objc.ID) ANEModel
- func NewANEModel() ANEModel
- func NewANEModelWithCoder(coder objectivec.IObject) ANEModel
- func NewANEModelWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL(url foundation.NSURL, key objectivec.IObject, source int64, ...) ANEModel
- func NewANEModelWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, ...) ANEModel
- func NewANEModelWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, ...) ANEModel
- func NewANEModelWithModelIdentifier(identifier objectivec.IObject) ANEModel
- func (a ANEModel) Autorelease() ANEModel
- func (a ANEModel) CacheURLIdentifier() string
- func (a ANEModel) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANEModel) GetCacheURLIdentifier() objectivec.IObject
- func (a ANEModel) GetUUID() objectivec.IObject
- func (a ANEModel) IdentifierSource() int64
- func (a ANEModel) Init() ANEModel
- func (a ANEModel) InitWithCoder(coder foundation.INSCoder) ANEModel
- func (a ANEModel) InitWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL(url foundation.NSURL, key objectivec.IObject, source int64, ...) ANEModel
- func (a ANEModel) InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, ...) ANEModel
- func (a ANEModel) InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, ...) ANEModel
- func (a ANEModel) InitWithModelIdentifier(identifier objectivec.IObject) ANEModel
- func (a ANEModel) InputSymbolIndicesForProcedureIndex(index uint32) objectivec.IObject
- func (a ANEModel) IntermediateBufferHandle() uint64
- func (a ANEModel) IsEqualToModel(model objectivec.IObject) bool
- func (a ANEModel) Key() string
- func (a ANEModel) L() [4]byte
- func (a ANEModel) Mapper() IANEProgramIOSurfacesMapper
- func (a ANEModel) ModelAttributes() foundation.INSDictionary
- func (a ANEModel) ModelURL() foundation.NSURL
- func (a ANEModel) MpsConstants() foundation.INSDictionary
- func (a ANEModel) OutputSymbolIndicesForProcedureIndex(index uint32) objectivec.IObject
- func (a ANEModel) PerfStatsMask() uint32
- func (a ANEModel) ProcedureInfoForProcedureIndex(index uint32) objectivec.IObject
- func (a ANEModel) Program() IANEProgramForEvaluation
- func (a ANEModel) ProgramHandle() uint64
- func (a ANEModel) QueueDepth() int8
- func (a ANEModel) ResetOnUnload()
- func (a ANEModel) SetCacheURLIdentifier(value string)
- func (a ANEModel) SetIntermediateBufferHandle(value uint64)
- func (a ANEModel) SetL(value [4]byte)
- func (a ANEModel) SetMapper(value IANEProgramIOSurfacesMapper)
- func (a ANEModel) SetModelAttributes(value foundation.INSDictionary)
- func (a ANEModel) SetPerfStatsMask(value uint32)
- func (a ANEModel) SetProgram(value IANEProgramForEvaluation)
- func (a ANEModel) SetProgramHandle(value uint64)
- func (a ANEModel) SetQueueDepth(value int8)
- func (a ANEModel) SetState(value uint64)
- func (a ANEModel) SetString_id(value uint64)
- func (a ANEModel) ShallowCopy() objectivec.IObject
- func (a ANEModel) SourceURL() foundation.NSURL
- func (a ANEModel) State() uint64
- func (a ANEModel) String_id() uint64
- func (a ANEModel) SymbolIndicesForProcedureIndexIndexArrayKey(index uint32, key objectivec.IObject) objectivec.IObject
- func (a ANEModel) UUID() foundation.NSUUID
- func (a ANEModel) UpdateModelAttributesState(attributes objectivec.IObject, state uint64)
- func (a ANEModel) UpdateModelAttributesStateProgramHandleIntermediateBufferHandleQueueDepth(attributes objectivec.IObject, state uint64, handle uint64, handle2 uint64, ...)
- type ANEModelClass
- func (ac ANEModelClass) Alloc() ANEModel
- func (ac ANEModelClass) Class() objc.Class
- func (_ANEModelClass ANEModelClass) CorrectFileURLFormat(uRLFormat objectivec.IObject) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelAtURLKey(url foundation.NSURL, key objectivec.IObject) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelAtURLKeyModelAttributes(url foundation.NSURL, key objectivec.IObject, attributes objectivec.IObject) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelAtURLKeyMpsConstants(url foundation.NSURL, key objectivec.IObject, constants objectivec.IObject) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelAtURLWithCacheURLIdentifierKeyCacheURLIdentifier(uRLIdentifier objectivec.IObject, key objectivec.IObject, ...) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyCacheURLIdentifier(url foundation.NSURL, url2 foundation.NSURL, key objectivec.IObject, ...) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyIdentifierSourceCacheURLIdentifier(url foundation.NSURL, url2 foundation.NSURL, key objectivec.IObject, ...) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyIdentifierSourceCacheURLIdentifierUUID(url foundation.NSURL, url2 foundation.NSURL, key objectivec.IObject, ...) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelWithCacheURLIdentifier(uRLIdentifier objectivec.IObject) objectivec.IObject
- func (_ANEModelClass ANEModelClass) ModelWithCacheURLIdentifierUUID(uRLIdentifier objectivec.IObject, uid objectivec.IObject) objectivec.IObject
- func (_ANEModelClass ANEModelClass) SupportsSecureCoding() bool
- type ANEModelInstanceParameters
- func ANEModelInstanceParametersFromID(id objc.ID) ANEModelInstanceParameters
- func NewANEModelInstanceParameters() ANEModelInstanceParameters
- func NewANEModelInstanceParametersWithCoder(coder objectivec.IObject) ANEModelInstanceParameters
- func NewANEModelInstanceParametersWithProcedureDataProcedureArray(data objectivec.IObject, array objectivec.IObject) ANEModelInstanceParameters
- func (a ANEModelInstanceParameters) Autorelease() ANEModelInstanceParameters
- func (a ANEModelInstanceParameters) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANEModelInstanceParameters) Init() ANEModelInstanceParameters
- func (a ANEModelInstanceParameters) InitWithCoder(coder foundation.INSCoder) ANEModelInstanceParameters
- func (a ANEModelInstanceParameters) InitWithProcedureDataProcedureArray(data objectivec.IObject, array objectivec.IObject) ANEModelInstanceParameters
- func (a ANEModelInstanceParameters) InstanceName() string
- func (a ANEModelInstanceParameters) ProcedureArray() foundation.INSArray
- type ANEModelInstanceParametersClass
- func (ac ANEModelInstanceParametersClass) Alloc() ANEModelInstanceParameters
- func (ac ANEModelInstanceParametersClass) Class() objc.Class
- func (_ANEModelInstanceParametersClass ANEModelInstanceParametersClass) SupportsSecureCoding() bool
- func (_ANEModelInstanceParametersClass ANEModelInstanceParametersClass) WithProcedureDataProcedureArray(data objectivec.IObject, array objectivec.IObject) objectivec.IObject
- type ANEModelToken
- func ANEModelTokenFromID(id objc.ID) ANEModelToken
- func NewANEModelToken() ANEModelToken
- func NewANEModelTokenWithAuditTokenModelIdentifierProcessIdentifier(token unsafe.Pointer, identifier objectivec.IObject, identifier2 int) ANEModelToken
- func NewANEModelTokenWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier(identity objectivec.IObject, identity2 objectivec.IObject, ...) ANEModelToken
- func (a ANEModelToken) Autorelease() ANEModelToken
- func (a ANEModelToken) CsIdentity() string
- func (a ANEModelToken) Init() ANEModelToken
- func (a ANEModelToken) InitWithAuditTokenModelIdentifierProcessIdentifier(token unsafe.Pointer, identifier objectivec.IObject, identifier2 int) ANEModelToken
- func (a ANEModelToken) InitWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier(identity objectivec.IObject, identity2 objectivec.IObject, ...) ANEModelToken
- func (a ANEModelToken) ModelIdentifier() string
- func (a ANEModelToken) ProcessIdentifier() int
- func (a ANEModelToken) TeamIdentity() string
- type ANEModelTokenClass
- func (ac ANEModelTokenClass) Alloc() ANEModelToken
- func (ac ANEModelTokenClass) Class() objc.Class
- func (_ANEModelTokenClass ANEModelTokenClass) CodeSigningIDForProcessIdentifier(iDFor unsafe.Pointer, identifier int) objectivec.IObject
- func (_ANEModelTokenClass ANEModelTokenClass) ProcessNameForIdentifier(for_ unsafe.Pointer, identifier int) objectivec.IObject
- func (_ANEModelTokenClass ANEModelTokenClass) TeamIDForProcessIdentifier(iDFor unsafe.Pointer, identifier int) objectivec.IObject
- func (_ANEModelTokenClass ANEModelTokenClass) TokenWithAuditTokenModelIdentifierProcessIdentifier(token unsafe.Pointer, identifier objectivec.IObject, identifier2 int) objectivec.IObject
- func (_ANEModelTokenClass ANEModelTokenClass) TokenWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier(identity objectivec.IObject, identity2 objectivec.IObject, ...) objectivec.IObject
- type ANENotificationMessageStruct
- type ANEOutputSetEnqueue
- func ANEOutputSetEnqueueFromID(id objc.ID) ANEOutputSetEnqueue
- func NewANEOutputSetEnqueue() ANEOutputSetEnqueue
- func NewANEOutputSetEnqueueOutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop(index uint32, index2 uint32, value uint64, required bool, loop bool) ANEOutputSetEnqueue
- func (a ANEOutputSetEnqueue) Autorelease() ANEOutputSetEnqueue
- func (a ANEOutputSetEnqueue) Init() ANEOutputSetEnqueue
- func (a ANEOutputSetEnqueue) InitOutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop(index uint32, index2 uint32, value uint64, required bool, loop bool) ANEOutputSetEnqueue
- func (a ANEOutputSetEnqueue) IsOpenLoop() bool
- func (a ANEOutputSetEnqueue) ProcedureIndex() uint32
- func (a ANEOutputSetEnqueue) SetIndex() uint32
- func (a ANEOutputSetEnqueue) SignalNotRequired() bool
- func (a ANEOutputSetEnqueue) SignalValue() uint64
- type ANEOutputSetEnqueueClass
- func (ac ANEOutputSetEnqueueClass) Alloc() ANEOutputSetEnqueue
- func (ac ANEOutputSetEnqueueClass) Class() objc.Class
- func (_ANEOutputSetEnqueueClass ANEOutputSetEnqueueClass) OutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop(index uint32, index2 uint32, value uint64, required bool, loop bool) objectivec.IObject
- type ANEPerformanceStats
- func ANEPerformanceStatsFromID(id objc.ID) ANEPerformanceStats
- func NewANEPerformanceStats() ANEPerformanceStats
- func NewANEPerformanceStatsWithHardwareExecutionPerfCounterDataANEStatsRawData(execution uint64, data objectivec.IObject, data2 objectivec.IObject) ANEPerformanceStats
- func NewANEPerformanceStatsWithReconstructedDataHardwareExecutionNS(data objectivec.IObject, ns uint64) ANEPerformanceStats
- func NewANEPerformanceStatsWithRequestPerformanceBufferStatsBufferSize(buffer unsafe.Pointer, size *uint32) ANEPerformanceStats
- func (a ANEPerformanceStats) Autorelease() ANEPerformanceStats
- func (a ANEPerformanceStats) EmitPerfcounterSignpostsWithModelStringID(id uint64)
- func (a ANEPerformanceStats) HwExecutionTime() uint64
- func (a ANEPerformanceStats) Init() ANEPerformanceStats
- func (a ANEPerformanceStats) InitWithHardwareExecutionPerfCounterDataANEStatsRawData(execution uint64, data objectivec.IObject, data2 objectivec.IObject) ANEPerformanceStats
- func (a ANEPerformanceStats) InitWithReconstructedDataHardwareExecutionNS(data objectivec.IObject, ns uint64) ANEPerformanceStats
- func (a ANEPerformanceStats) InitWithRequestPerformanceBufferStatsBufferSize(buffer unsafe.Pointer, size *uint32) ANEPerformanceStats
- func (a ANEPerformanceStats) PStatsRawData() foundation.NSData
- func (a ANEPerformanceStats) PerfCounterData() foundation.NSData
- func (a ANEPerformanceStats) PerformanceCounters() objectivec.IObject
- func (a ANEPerformanceStats) StringForPerfCounter(counter int) objectivec.IObject
- type ANEPerformanceStatsClass
- func (ac ANEPerformanceStatsClass) Alloc() ANEPerformanceStats
- func (ac ANEPerformanceStatsClass) Class() objc.Class
- func (_ANEPerformanceStatsClass ANEPerformanceStatsClass) DriverMaskForANEFMask(aNEFMask uint32) uint32
- func (_ANEPerformanceStatsClass ANEPerformanceStatsClass) StatsWithHardwareExecutionNS(ns uint64) objectivec.IObject
- func (_ANEPerformanceStatsClass ANEPerformanceStatsClass) StatsWithReconstructedHardwareExecutionNSAneStatsRawData(reconstructed objectivec.IObject, ns uint64, data objectivec.IObject) objectivec.IObject
- func (_ANEPerformanceStatsClass ANEPerformanceStatsClass) StatsWithRequestPerformanceBufferStatsBufferSize(buffer unsafe.Pointer, size *uint32) objectivec.IObject
- type ANEPerformanceStatsIOSurface
- func (a ANEPerformanceStatsIOSurface) Autorelease() ANEPerformanceStatsIOSurface
- func (a ANEPerformanceStatsIOSurface) Init() ANEPerformanceStatsIOSurface
- func (a ANEPerformanceStatsIOSurface) InitWithIOSurfaceStatType(iOSurface objectivec.IObject, type_ int64) ANEPerformanceStatsIOSurface
- func (a ANEPerformanceStatsIOSurface) StatType() int64
- func (a ANEPerformanceStatsIOSurface) Stats() IANEIOSurfaceObject
- type ANEPerformanceStatsIOSurfaceClass
- func (ac ANEPerformanceStatsIOSurfaceClass) Alloc() ANEPerformanceStatsIOSurface
- func (ac ANEPerformanceStatsIOSurfaceClass) Class() objc.Class
- func (_ANEPerformanceStatsIOSurfaceClass ANEPerformanceStatsIOSurfaceClass) ObjectWithIOSurfaceStatType(iOSurface objectivec.IObject, type_ int64) objectivec.IObject
- type ANEProcedureData
- func (a ANEProcedureData) Autorelease() ANEProcedureData
- func (a ANEProcedureData) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANEProcedureData) Init() ANEProcedureData
- func (a ANEProcedureData) InitWithCoder(coder foundation.INSCoder) ANEProcedureData
- func (a ANEProcedureData) InitWithProcedureWeightArray(procedure objectivec.IObject, array objectivec.IObject) ANEProcedureData
- func (a ANEProcedureData) ProcedureSymbol() string
- func (a ANEProcedureData) WeightArray() foundation.INSArray
- type ANEProcedureDataClass
- func (ac ANEProcedureDataClass) Alloc() ANEProcedureData
- func (ac ANEProcedureDataClass) Class() objc.Class
- func (_ANEProcedureDataClass ANEProcedureDataClass) ProcedureDataWithSymbolWeightArray(symbol objectivec.IObject, array objectivec.IObject) objectivec.IObject
- func (_ANEProcedureDataClass ANEProcedureDataClass) SupportsSecureCoding() bool
- type ANEProgramForEvaluation
- func (a ANEProgramForEvaluation) Autorelease() ANEProgramForEvaluation
- func (a ANEProgramForEvaluation) Controller() IANEDeviceController
- func (a ANEProgramForEvaluation) CurrentAsyncRequestsInFlight() int64
- func (a ANEProgramForEvaluation) Init() ANEProgramForEvaluation
- func (a ANEProgramForEvaluation) InitWithControllerIntermediateBufferHandleQueueDepth(controller objectivec.IObject, handle uint64, depth int8) ANEProgramForEvaluation
- func (a ANEProgramForEvaluation) IntermediateBufferHandle() uint64
- func (a ANEProgramForEvaluation) ProcessInputBuffersModelOptionsError(buffers objectivec.IObject, model objectivec.IObject, ...) (bool, error)
- func (a ANEProgramForEvaluation) ProcessOutputSetModelOptionsError(set objectivec.IObject, model objectivec.IObject, options objectivec.IObject) (bool, error)
- func (a ANEProgramForEvaluation) ProcessRequestModelQosQIndexModelStringIDOptionsReturnValueError(request objectivec.IObject, model objectivec.IObject, qos uint32, index uint64, ...) (bool, error)
- func (a ANEProgramForEvaluation) ProcessSessionHintOptionsReportError(hint objectivec.IObject, options objectivec.IObject, report objectivec.IObject) (bool, error)
- func (a ANEProgramForEvaluation) ProgramHandle() uint64
- func (a ANEProgramForEvaluation) ProgramInferenceOtherErrorForMessageModelMethodName(message ANENotificationMessageStruct, model objectivec.IObject, ...) objectivec.IObject
- func (a ANEProgramForEvaluation) QueueDepth() int8
- func (a ANEProgramForEvaluation) RequestsInFlight() objectivec.Object
- func (a ANEProgramForEvaluation) SetCurrentAsyncRequestsInFlight(value int64)
- func (a ANEProgramForEvaluation) SetIntermediateBufferHandle(value uint64)
- func (a ANEProgramForEvaluation) SetProgramHandle(value uint64)
- type ANEProgramForEvaluationClass
- func (ac ANEProgramForEvaluationClass) Alloc() ANEProgramForEvaluation
- func (ac ANEProgramForEvaluationClass) Class() objc.Class
- func (_ANEProgramForEvaluationClass ANEProgramForEvaluationClass) ProgramWithControllerIntermediateBufferHandleQueueDepth(controller objectivec.IObject, handle uint64, depth int8) objectivec.IObject
- func (_ANEProgramForEvaluationClass ANEProgramForEvaluationClass) ProgramWithHandleIntermediateBufferHandleQueueDepth(handle uint64, handle2 uint64, depth int8) objectivec.IObject
- type ANEProgramIOSurfacesMapper
- func (a ANEProgramIOSurfacesMapper) Autorelease() ANEProgramIOSurfacesMapper
- func (a ANEProgramIOSurfacesMapper) Controller() IANEDeviceController
- func (a ANEProgramIOSurfacesMapper) DeviceController() IANEDeviceController
- func (a ANEProgramIOSurfacesMapper) Init() ANEProgramIOSurfacesMapper
- func (a ANEProgramIOSurfacesMapper) InitWithController(controller objectivec.IObject) ANEProgramIOSurfacesMapper
- func (a ANEProgramIOSurfacesMapper) MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
- func (a ANEProgramIOSurfacesMapper) PrepareANEMemoryMappingParamsRequest(params ANEMemoryMappingParamsStruct, request objectivec.IObject)
- func (a ANEProgramIOSurfacesMapper) ProgramHandle() uint64
- func (a ANEProgramIOSurfacesMapper) UnmapIOSurfacesWithModelRequestError(model objectivec.IObject, request objectivec.IObject) (bool, error)
- func (a ANEProgramIOSurfacesMapper) ValidateRequestModel(request objectivec.IObject, model objectivec.IObject) bool
- type ANEProgramIOSurfacesMapperClass
- func (ac ANEProgramIOSurfacesMapperClass) Alloc() ANEProgramIOSurfacesMapper
- func (ac ANEProgramIOSurfacesMapperClass) Class() objc.Class
- func (_ANEProgramIOSurfacesMapperClass ANEProgramIOSurfacesMapperClass) MapperWithController(controller objectivec.IObject) objectivec.IObject
- func (_ANEProgramIOSurfacesMapperClass ANEProgramIOSurfacesMapperClass) MapperWithProgramHandle(handle uint64) objectivec.IObject
- type ANEQoSMapper
- type ANEQoSMapperClass
- func (ac ANEQoSMapperClass) Alloc() ANEQoSMapper
- func (_ANEQoSMapperClass ANEQoSMapperClass) AneBackgroundTaskQoS() uint32
- func (_ANEQoSMapperClass ANEQoSMapperClass) AneDefaultTaskQoS() uint32
- func (_ANEQoSMapperClass ANEQoSMapperClass) AneRealTimeTaskQoS() uint32
- func (_ANEQoSMapperClass ANEQoSMapperClass) AneUserInitiatedTaskQoS() uint32
- func (_ANEQoSMapperClass ANEQoSMapperClass) AneUserInteractiveTaskQoS() uint32
- func (_ANEQoSMapperClass ANEQoSMapperClass) AneUtilityTaskQoS() uint32
- func (ac ANEQoSMapperClass) Class() objc.Class
- func (_ANEQoSMapperClass ANEQoSMapperClass) DispatchQueueArrayByMappingPrioritiesWithTag(tag objectivec.IObject) objectivec.IObject
- func (_ANEQoSMapperClass ANEQoSMapperClass) ProgramPriorityForQoS(s uint32) int
- func (_ANEQoSMapperClass ANEQoSMapperClass) QosForProgramPriority(priority int) uint32
- func (_ANEQoSMapperClass ANEQoSMapperClass) QueueIndexForQoS(s uint32) uint64
- func (_ANEQoSMapperClass ANEQoSMapperClass) RealTimeProgramPriority() int
- func (_ANEQoSMapperClass ANEQoSMapperClass) RealTimeQueueIndex() uint64
- type ANERequest
- func ANERequestFromID(id objc.ID) ANERequest
- func NewANERequest() ANERequest
- func NewANERequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle(inputs objectivec.IObject, indices objectivec.IObject, ...) ANERequest
- func NewANERequestWithVirtualModel(model unsafe.Pointer) ANERequest
- func (a ANERequest) Autorelease() ANERequest
- func (a ANERequest) ClearCompletionHandler()
- func (a ANERequest) Init() ANERequest
- func (a ANERequest) InitWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle(inputs objectivec.IObject, indices objectivec.IObject, ...) ANERequest
- func (a ANERequest) InitWithVirtualModel(model unsafe.Pointer) ANERequest
- func (a ANERequest) InputArray() foundation.INSArray
- func (a ANERequest) InputIndexArray() foundation.INSArray
- func (a ANERequest) IoSurfacesCount() uint64
- func (a ANERequest) OutputArray() foundation.INSArray
- func (a ANERequest) OutputIndexArray() foundation.INSArray
- func (a ANERequest) PerfStats() IANEPerformanceStats
- func (a ANERequest) PerfStatsArray() foundation.INSArray
- func (a ANERequest) ProcedureIndex() foundation.NSNumber
- func (a ANERequest) Set(ctx context.Context) error
- func (a ANERequest) SetCompletionHandler(handler ErrorHandler)
- func (a ANERequest) SetCompletionHandlerRetained(handler BoolErrorHandler) *CompletionHandlerBinding
- func (a ANERequest) SetPerfStats(value IANEPerformanceStats)
- func (a ANERequest) SetSharedEvents(value IANESharedEvents)
- func (a ANERequest) SetTransactionHandle(value foundation.NSNumber)
- func (a ANERequest) SharedEvents() IANESharedEvents
- func (a ANERequest) TransactionHandle() foundation.NSNumber
- func (a ANERequest) Validate() bool
- func (a ANERequest) WeightsBuffer() IANEIOSurfaceObject
- type ANERequestClass
- func (ac ANERequestClass) Alloc() ANERequest
- func (ac ANERequestClass) Class() objc.Class
- func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesPerfStatsProcedureIndex(inputs objectivec.IObject, indices objectivec.IObject, ...) objectivec.IObject
- func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesProcedureIndex(inputs objectivec.IObject, indices objectivec.IObject, ...) objectivec.IObject
- func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndex(inputs objectivec.IObject, indices objectivec.IObject, ...) objectivec.IObject
- func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEvents(inputs objectivec.IObject, indices objectivec.IObject, ...) objectivec.IObject
- func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle(inputs objectivec.IObject, indices objectivec.IObject, ...) objectivec.IObject
- func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferProcedureIndex(inputs objectivec.IObject, indices objectivec.IObject, ...) objectivec.IObject
- type ANESandboxingHelper
- type ANESandboxingHelperClass
- func (ac ANESandboxingHelperClass) Alloc() ANESandboxingHelper
- func (_ANESandboxingHelperClass ANESandboxingHelperClass) CanAccessPathAtMethodNameError(at objectivec.IObject, name objectivec.IObject) (bool, error)
- func (ac ANESandboxingHelperClass) Class() objc.Class
- func (_ANESandboxingHelperClass ANESandboxingHelperClass) ConsumeSandboxExtensionForModelError(extension objectivec.IObject, model objectivec.IObject) (int64, error)
- func (_ANESandboxingHelperClass ANESandboxingHelperClass) ConsumeSandboxExtensionForPathError(extension objectivec.IObject, path objectivec.IObject) (int64, error)
- func (_ANESandboxingHelperClass ANESandboxingHelperClass) IssueSandboxExtensionForModelError(model objectivec.IObject) (objectivec.IObject, error)
- func (_ANESandboxingHelperClass ANESandboxingHelperClass) IssueSandboxExtensionForPathError(path objectivec.IObject) (objectivec.IObject, error)
- func (_ANESandboxingHelperClass ANESandboxingHelperClass) ReleaseSandboxExtensionHandle(extension objectivec.IObject, handle int64) bool
- func (_ANESandboxingHelperClass ANESandboxingHelperClass) SandboxExtensionPathForModelURL(url foundation.NSURL) objectivec.IObject
- type ANESharedEvents
- func (a ANESharedEvents) Autorelease() ANESharedEvents
- func (a ANESharedEvents) Init() ANESharedEvents
- func (a ANESharedEvents) InitWithSignalEventsWaitEvents(events objectivec.IObject, events2 objectivec.IObject) ANESharedEvents
- func (a ANESharedEvents) SetSignalEvents(value foundation.INSArray)
- func (a ANESharedEvents) SetWaitEvents(value foundation.INSArray)
- func (a ANESharedEvents) SignalEvents() foundation.INSArray
- func (a ANESharedEvents) WaitEvents() foundation.INSArray
- type ANESharedEventsClass
- type ANESharedSignalEvent
- func ANESharedSignalEventFromID(id objc.ID) ANESharedSignalEvent
- func NewANESharedSignalEvent() ANESharedSignalEvent
- func NewANESharedSignalEventWithCoder(coder objectivec.IObject) ANESharedSignalEvent
- func NewANESharedSignalEventWithValueSymbolIndexEventTypeSharedEventAgentMask(value uint64, index uint32, type_ int64, event objectivec.IObject, mask uint64) ANESharedSignalEvent
- func (a ANESharedSignalEvent) AgentMask() uint64
- func (a ANESharedSignalEvent) Autorelease() ANESharedSignalEvent
- func (a ANESharedSignalEvent) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANESharedSignalEvent) EventType() int64
- func (a ANESharedSignalEvent) Init() ANESharedSignalEvent
- func (a ANESharedSignalEvent) InitWithCoder(coder foundation.INSCoder) ANESharedSignalEvent
- func (a ANESharedSignalEvent) InitWithValueSymbolIndexEventTypeSharedEventAgentMask(value uint64, index uint32, type_ int64, event objectivec.IObject, mask uint64) ANESharedSignalEvent
- func (a ANESharedSignalEvent) SetAgentMask(value uint64)
- func (a ANESharedSignalEvent) SetValue(value uint64)
- func (a ANESharedSignalEvent) SharedEvent() objectivec.IObject
- func (a ANESharedSignalEvent) SymbolIndex() uint32
- func (a ANESharedSignalEvent) Value() uint64
- func (a ANESharedSignalEvent) WaitEvent() objectivec.IObject
- type ANESharedSignalEventClass
- func (ac ANESharedSignalEventClass) Alloc() ANESharedSignalEvent
- func (ac ANESharedSignalEventClass) Class() objc.Class
- func (_ANESharedSignalEventClass ANESharedSignalEventClass) SignalEventWithValueSymbolIndexEventTypeSharedEvent(value uint64, index uint32, type_ int64, event objectivec.IObject) objectivec.IObject
- func (_ANESharedSignalEventClass ANESharedSignalEventClass) SupportsSecureCoding() bool
- type ANESharedWaitEvent
- func (a ANESharedWaitEvent) Autorelease() ANESharedWaitEvent
- func (a ANESharedWaitEvent) EventType() uint64
- func (a ANESharedWaitEvent) Init() ANESharedWaitEvent
- func (a ANESharedWaitEvent) InitWithValueSharedEventEventType(value uint64, event objectivec.IObject, type_ uint64) ANESharedWaitEvent
- func (a ANESharedWaitEvent) SetValue(value uint64)
- func (a ANESharedWaitEvent) SharedEvent() objectivec.IObject
- func (a ANESharedWaitEvent) Value() uint64
- type ANESharedWaitEventClass
- func (ac ANESharedWaitEventClass) Alloc() ANESharedWaitEvent
- func (ac ANESharedWaitEventClass) Class() objc.Class
- func (_ANESharedWaitEventClass ANESharedWaitEventClass) WaitEventWithValueSharedEvent(value uint64, event objectivec.IObject) objectivec.IObject
- func (_ANESharedWaitEventClass ANESharedWaitEventClass) WaitEventWithValueSharedEventEventType(value uint64, event objectivec.IObject, type_ uint64) objectivec.IObject
- type ANEStorageMaintainerProtocol
- type ANEStorageMaintainerProtocolObject
- type ANEStrings
- type ANEStringsClass
- func (_ANEStringsClass ANEStringsClass) AdapterWeightsAccessEntitlement() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) AdapterWeightsAccessEntitlementBypassBootArg() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) AggressivePowerSavingEntitlement() objectivec.IObject
- func (ac ANEStringsClass) Alloc() ANEStrings
- func (_ANEStringsClass ANEStringsClass) BinExtension() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) BuildSpecificModelDataVaultDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) BuildSpecificUserModelDataVaultDirectory() objectivec.IObject
- func (ac ANEStringsClass) Class() objc.Class
- func (_ANEStringsClass ANEStringsClass) CloneDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) CompilerServiceAccessEntitlement() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) CoreAnalyticsANEUsageDefaultReportedClient() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) CoreAnalyticsANEUsageKeyGroup() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) DataVaultStorageClass() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) DefaultANECIRFileName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) DefaultANECIROptionsFileName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) DefaultCompilerOptionsFilename() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) DefaultLLIRBundleName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) DefaultMILFileName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) DefaultMLIRFileName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) DefaultWeightFileName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ErrorDomainCompiler() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ErrorDomainEspresso() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ErrorDomainGeneric() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ErrorDomainVirtIO() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) HwxExtension() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) InMemoryModelCacheName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) InternalLibraryPath() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) LaunchIOKitEvent() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) LaunchUserIOKitEvent() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) LlirBundleExtension() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) MachServiceName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) MachServiceNamePrivate() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) MemoryUnwireAccessEntitlement() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) MlirExtension() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ModelAssetsCacheName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ModelBinaryName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ModelCacheRetainName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ModelDataVaultDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ModelPurgeInAllPartitionsEntitlement() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ModelSourceStoreName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) NoSandboxExtension() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) PpsCategoryForANE() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) PpsSubsystemForANE() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_applicationDir() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_catalogDir() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_defaultSystemPathDir() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_defaultUserPathPrefix() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_frameworkDir() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_internalDir() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_privateFrameworkDir() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_tmpDir() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Pps_varDir() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) ProcessModelShareAccessEntitlement() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) RestrictedAccessEntitlement() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) SecondaryANECompilerServiceAccessEntitlement() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) StorageMaintainerAccessEntitlement() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) SystemLibraryPath() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) SystemModelsCacheDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) TempDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_ThreeSixtyModelName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_cacheDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_cacheDirectoryWithSuffix(suffix objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_cacheDirectoryWithSuffixBuildVersion(suffix objectivec.IObject, version objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_cloneDirectory(directory objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_dataVaultStorageClass() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_defaultMLIRModelName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_encryptedModelNames() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_external_modelPath() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_external_precompiledModelPath() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_inputDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_modelDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_modelDirectoryWithDirectory(directory objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_modelNames() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_tempDirectory(directory objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_userCacheDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_userCacheDirectoryWithSuffix(suffix objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_userCacheDirectoryWithSuffixBuildVersion(suffix objectivec.IObject, version objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_userCloneDirectory(directory objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_userTempDirectory(directory objectivec.IObject) objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Testing_zeroModelName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) TrimmedModelPathTrimmedPath(path objectivec.IObject, path2 []objectivec.IObject) bool
- func (_ANEStringsClass ANEStringsClass) UserCloneDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) UserMachServiceName() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) UserModelDataVaultDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) UserTempDirectory() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Vm_allowPrecompiledBinaryBootArg() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Vm_debugDumpBootArg() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Vm_forceValidationOnGuestBootArg() objectivec.IObject
- func (_ANEStringsClass ANEStringsClass) Vm_tmpBaseDirectory() objectivec.IObject
- type ANEVirtualClient
- func (a ANEVirtualClient) AneArchitectureTypeStr() objectivec.IObject
- func (a ANEVirtualClient) AneBoardtype() int64
- func (a ANEVirtualClient) AneSubTypeAndVariant() objectivec.IObject
- func (a ANEVirtualClient) Autorelease() ANEVirtualClient
- func (a ANEVirtualClient) BeginRealTimeTask() bool
- func (a ANEVirtualClient) CallIOUserClientInParamsOutParams(client uint32, params VirtANEModel, params2 VirtANEModel) bool
- func (a ANEVirtualClient) CallIOUserClientWithDictionaryInDictionaryError(dictionary uint32, dictionary2 kernel.Pointer) (unsafe.Pointer, error)
- func (a ANEVirtualClient) CheckKernReturnValueSelectorOutParams(value int, selector uint32, params VirtANEModel)
- func (a ANEVirtualClient) CompileModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEVirtualClient) CompiledModelExistsFor(for_ objectivec.IObject) bool
- func (a ANEVirtualClient) CompiledModelExistsMatchingHash(hash objectivec.IObject) bool
- func (a ANEVirtualClient) Connect() uint32
- func (a ANEVirtualClient) CopyAllModelFilesDictionaryIoSurfaceRefs(files objectivec.IObject, dictionary unsafe.Pointer, refs unsafe.Pointer) bool
- func (a ANEVirtualClient) CopyDictionaryToIOSurfaceCopiedDataSizeCreatedIOSID(iOSurface objectivec.IObject, size *uint64, iosid *uint32) coregraphics.IOSurfaceRef
- func (a ANEVirtualClient) CopyErrorValue(value VMData)
- func (a ANEVirtualClient) CopyErrorValueVmData(value unsafe.Pointer, data VMData)
- func (a ANEVirtualClient) CopyFilesInDirectoryToIOSurfacesIoSurfaceRefsIoSurfaceSizesFileNames(iOSurfaces objectivec.IObject, refs unsafe.Pointer, sizes objectivec.IObject, ...) bool
- func (a ANEVirtualClient) CopyModelMetaDataOptionsDictionaryVmData(data objectivec.IObject, options objectivec.IObject, dictionary unsafe.Pointer, ...)
- func (a ANEVirtualClient) CopyModelOptionFilesOptionsDictionaryVmData(files objectivec.IObject, options objectivec.IObject, ...)
- func (a ANEVirtualClient) CopyModelOptionFilesOptionsVmData(files objectivec.IObject, options objectivec.IObject, data VMData)
- func (a ANEVirtualClient) CopyModelOptionsVmData(model objectivec.IObject, options objectivec.IObject, data VMData)
- func (a ANEVirtualClient) CopyOptionsDictionaryVmData(options objectivec.IObject, dictionary unsafe.Pointer, data VMData)
- func (a ANEVirtualClient) CopyOptionsVmData(options objectivec.IObject, data VMData)
- func (a ANEVirtualClient) CopyToIOSurfaceLengthIoSID(iOSurface objectivec.IObject, length uint64, sid *uint32) coregraphics.IOSurfaceRef
- func (a ANEVirtualClient) CopyToIOSurfaceSizeIoSID(iOSurface string, size uint64, sid *uint32) coregraphics.IOSurfaceRef
- func (a ANEVirtualClient) DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventError(legacy objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEVirtualClient) DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventHandlerError(legacy objectivec.IObject, options objectivec.IObject, ...) (ok bool, release func(), err error)
- func (a ANEVirtualClient) DoEvaluateWithModelOptionsRequestQosCompletionEventError(model objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEVirtualClient) DoEvaluateWithModelOptionsRequestQosCompletionEventHandlerError(model objectivec.IObject, options objectivec.IObject, ...) (ok bool, release func(), err error)
- func (a ANEVirtualClient) DoJsonParsingMatchWeightName(name objectivec.IObject) objectivec.IObject
- func (a ANEVirtualClient) DoMapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
- func (a ANEVirtualClient) Echo(echo objectivec.IObject) bool
- func (a ANEVirtualClient) EndRealTimeTask() bool
- func (a ANEVirtualClient) EvaluateWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEVirtualClient) ExchangeBuildVersionInfo() BuildVersionInfo
- func (a ANEVirtualClient) GetDeviceInfo() DeviceExtendedInfo
- func (a ANEVirtualClient) GetModelAttribute(attribute VMData) objectivec.IObject
- func (a ANEVirtualClient) GetValidateNetworkVersion() uint64
- func (a ANEVirtualClient) HasANE() bool
- func (a ANEVirtualClient) HostBuildVersionStr() objectivec.IObject
- func (a ANEVirtualClient) Init() ANEVirtualClient
- func (a ANEVirtualClient) InitWithSingletonAccess() ANEVirtualClient
- func (a ANEVirtualClient) IsInternalBuild() bool
- func (a ANEVirtualClient) LoadModelNewInstanceLegacyOptionsModelInstParamsQosError(legacy objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEVirtualClient) LoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEVirtualClient) LoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEVirtualClient) MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
- func (a ANEVirtualClient) NegotiatedCapabilityMask() uint64
- func (a ANEVirtualClient) NegotiatedDataInterfaceVersion() uint32
- func (a ANEVirtualClient) NumANECores() uint32
- func (a ANEVirtualClient) NumANEs() uint32
- func (a ANEVirtualClient) OutputDictIOSurfaceSize() uint64
- func (a ANEVirtualClient) ParallelDecompressedData(data objectivec.IObject) objectivec.IObject
- func (a ANEVirtualClient) PrintDictionary(dictionary unsafe.Pointer)
- func (a ANEVirtualClient) PurgeCompiledModel(model objectivec.IObject)
- func (a ANEVirtualClient) PurgeCompiledModelMatchingHash(hash objectivec.IObject)
- func (a ANEVirtualClient) Queue() objectivec.Object
- func (a ANEVirtualClient) ReadWeightFilename(filename objectivec.IObject) objectivec.IObject
- func (a ANEVirtualClient) ReleaseIOSurfaces(iOSurfaces VMData)
- func (a ANEVirtualClient) SendGuestBuildVersion()
- func (a ANEVirtualClient) SessionHintWithModelHintOptionsReportError(model objectivec.IObject, hint objectivec.IObject, options objectivec.IObject, ...) (bool, error)
- func (a ANEVirtualClient) TransferFileToHostWithPathWithChunkSizeWithUUIDWithModelInputPathOverWriteFileNameWith(path objectivec.IObject, size uint32, uuid objectivec.IObject, ...) bool
- func (a ANEVirtualClient) UnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
- func (a ANEVirtualClient) UpdateErrorError(error_ VMData) (bool, error)
- func (a ANEVirtualClient) UpdatePerformanceStats(stats VMData) objectivec.IObject
- func (a ANEVirtualClient) ValidateEnvironmentForPrecompiledBinarySupport() bool
- func (a ANEVirtualClient) ValidateNetworkCreateMLIRValidation_params(mlir uint64, validation_params unsafe.Pointer) unsafe.Pointer
- func (a ANEVirtualClient) ValidateNetworkCreateUuidFunctionDirectoryPathScratchPadPathMilTextData(create uint64, uuid objectivec.IObject, function objectivec.IObject, ...) unsafe.Pointer
- type ANEVirtualClientClass
- func (ac ANEVirtualClientClass) Alloc() ANEVirtualClient
- func (ac ANEVirtualClientClass) Class() objc.Class
- func (_ANEVirtualClientClass ANEVirtualClientClass) CopyDataToExistingIOSurfaceRef(data objectivec.IObject, ref coregraphics.IOSurfaceRef) bool
- func (_ANEVirtualClientClass ANEVirtualClientClass) CopyDictionaryDataToStructDictionary(struct_ VirtANEModel, dictionary unsafe.Pointer)
- func (_ANEVirtualClientClass ANEVirtualClientClass) CopyLLIRBundleToIOSurfaceWrittenDataSize(iOSurface objectivec.IObject, size *uint64) coregraphics.IOSurfaceRef
- func (_ANEVirtualClientClass ANEVirtualClientClass) CreateIOSurfaceIoSID(iOSurface uint64, sid *uint32) coregraphics.IOSurfaceRef
- func (_ANEVirtualClientClass ANEVirtualClientClass) DictionaryGetInt8ForKeyKey(key unsafe.Pointer, key2 unsafe.Pointer) int8
- func (_ANEVirtualClientClass ANEVirtualClientClass) DictionaryGetInt64ForKeyKey(key unsafe.Pointer, key2 unsafe.Pointer) int64
- func (_ANEVirtualClientClass ANEVirtualClientClass) DictionaryGetNSStringForKeyKey(key unsafe.Pointer, key2 unsafe.Pointer) objectivec.IObject
- func (_ANEVirtualClientClass ANEVirtualClientClass) DictionaryGetUInt32ForKeyKey(key unsafe.Pointer, key2 unsafe.Pointer) uint32
- func (_ANEVirtualClientClass ANEVirtualClientClass) DictionaryGetUInt64ForKeyKey(key unsafe.Pointer, key2 unsafe.Pointer) uint64
- func (_ANEVirtualClientClass ANEVirtualClientClass) FreeModelFileIOSurfaces(iOSurfaces unsafe.Pointer)
- func (_ANEVirtualClientClass ANEVirtualClientClass) GetCFDictionaryFromIOSurfaceDataLength(iOSurface coregraphics.IOSurfaceRef, length uint64) unsafe.Pointer
- func (_ANEVirtualClientClass ANEVirtualClientClass) GetCodeSigningIdentity() objectivec.IObject
- func (_ANEVirtualClientClass ANEVirtualClientClass) GetDictionaryWithJSONEncodingFromIOSurfaceWithArchivedDataSize(iOSurface coregraphics.IOSurfaceRef, size uint64) objectivec.IObject
- func (_ANEVirtualClientClass ANEVirtualClientClass) GetObjectFromIOSurfaceClassTypeLength(iOSurface coregraphics.IOSurfaceRef, type_ objectivec.Class, length uint64) objectivec.IObject
- func (_ANEVirtualClientClass ANEVirtualClientClass) PrintIOSurfaceDataInBytes(bytes coregraphics.IOSurfaceRef)
- func (_ANEVirtualClientClass ANEVirtualClientClass) PrintStruct(struct_ VirtANEModel)
- func (_ANEVirtualClientClass ANEVirtualClientClass) SetCodeSigningIdentity(identity unsafe.Pointer) bool
- func (_ANEVirtualClientClass ANEVirtualClientClass) SharedConnection() ANEVirtualClient
- func (_ANEVirtualClientClass ANEVirtualClientClass) ShouldUsePrecompiledPathOptionsShouldUseChunkingChunkingThreshold(path objectivec.IObject, options objectivec.IObject, threshold uint64) (bool, bool)
- func (_ANEVirtualClientClass ANEVirtualClientClass) UpdateErrorErrorLengthError(error_ coregraphics.IOSurfaceRef, length uint64) (bool, error)
- func (_ANEVirtualClientClass ANEVirtualClientClass) UpdateErrorErrorLengthErrorCodeError(error_ coregraphics.IOSurfaceRef, length uint64, code int64) (bool, error)
- func (_ANEVirtualClientClass ANEVirtualClientClass) UpdatePerformanceStatsPerformanceStatsLengthPerfStatsRawIOSurfaceRefPerformanceStatsRawLengthHwExecutionTime(stats coregraphics.IOSurfaceRef, length uint64, ref coregraphics.IOSurfaceRef, ...) objectivec.IObject
- type ANEWeight
- func ANEWeightFromID(id objc.ID) ANEWeight
- func NewANEWeight() ANEWeight
- func NewANEWeightWithCoder(coder objectivec.IObject) ANEWeight
- func NewANEWeightWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension(urlsha objectivec.IObject, url foundation.NSURL, hACode objectivec.IObject, ...) ANEWeight
- func NewANEWeightWithWeightSymbolAndURLWeightURL(url foundation.NSURL, url2 foundation.NSURL) ANEWeight
- func (a ANEWeight) Autorelease() ANEWeight
- func (a ANEWeight) EncodeWithCoder(coder foundation.INSCoder)
- func (a ANEWeight) Init() ANEWeight
- func (a ANEWeight) InitWithCoder(coder foundation.INSCoder) ANEWeight
- func (a ANEWeight) InitWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension(urlsha objectivec.IObject, url foundation.NSURL, hACode objectivec.IObject, ...) ANEWeight
- func (a ANEWeight) InitWithWeightSymbolAndURLWeightURL(url foundation.NSURL, url2 foundation.NSURL) ANEWeight
- func (a ANEWeight) SHACode() foundation.NSData
- func (a ANEWeight) SandboxExtension() string
- func (a ANEWeight) SetSandboxExtension(value string)
- func (a ANEWeight) SetWeightURL(value foundation.NSURL)
- func (a ANEWeight) UpdateWeightURL(url foundation.NSURL)
- func (a ANEWeight) WeightSymbol() string
- func (a ANEWeight) WeightURL() foundation.NSURL
- type ANEWeightClass
- func (ac ANEWeightClass) Alloc() ANEWeight
- func (ac ANEWeightClass) Class() objc.Class
- func (_ANEWeightClass ANEWeightClass) SupportsSecureCoding() bool
- func (_ANEWeightClass ANEWeightClass) WeightWithSymbolAndURLSHAWeightURLSHACode(urlsha objectivec.IObject, url foundation.NSURL, hACode objectivec.IObject) objectivec.IObject
- func (_ANEWeightClass ANEWeightClass) WeightWithSymbolAndURLWeightURL(url foundation.NSURL, url2 foundation.NSURL) objectivec.IObject
- type AbstractBlobContainer
- type AbstractBlobContainerRef
- type AbstractContext
- type AbstractContextRef
- type AnalyticsData
- type AnalyticsDataRef
- type AnalyticsGroupInfo
- type AnalyticsGroupInfoRef
- type AnalyticsLayerInfo
- type AnalyticsLayerInfoRef
- type AnalyticsOffsetTableRef
- type AnalyticsProcedureInfo
- type AnalyticsProcedureInfoRef
- type AnalyticsTaskInfo
- type AnalyticsTaskInfoRef
- type Attribute
- type AttributeStorage
- type AttributeStorageRef
- type Autodiff
- type AutodiffOpData
- type BaseModuleRef
- type BaseModuleRefRef
- type BaseRuntime
- type BlobCPU
- type BlobCpuRef
- type BoolErrorHandler
- type BoolHandler
- type BuildVersionInfo
- type CFArray
- type CFDictionary
- type CFString
- type CGColorSpace
- type CGImage
- type CVBuffer
- type CompletionHandlerBinding
- type ConditionVariable
- type ConvolutionUniforms
- type DeviceExtendedInfo
- type DeviceInfo
- type ETDataProvider
- type ETDataProviderObject
- type ETDataSource
- type ETDataSourceObject
- type ETTaskContext
- type ETTaskContextObject
- func (o ETTaskContextObject) BaseObject() objectivec.Object
- func (o ETTaskContextObject) DoInferenceOnDataError(data objectivec.IObject) (objectivec.IObject, error)
- func (o ETTaskContextObject) GetTensorNamed(named objectivec.IObject) objectivec.IObject
- func (o ETTaskContextObject) SaveNetworkInplaceError(network objectivec.IObject, inplace bool) (bool, error)
- func (o ETTaskContextObject) SetTensorNamedWithValueError(named objectivec.IObject, value objectivec.IObject) (bool, error)
- type ErrorHandler
- type ExternalDetectedObject
- type ExternalDetectedObjectObject
- func (o ExternalDetectedObjectObject) BaseObject() objectivec.Object
- func (o ExternalDetectedObjectObject) Bounds() corefoundation.CGRect
- func (o ExternalDetectedObjectObject) Center() corefoundation.CGPoint
- func (o ExternalDetectedObjectObject) ObjectType() int64
- func (o ExternalDetectedObjectObject) SetBounds(bounds corefoundation.CGRect)
- func (o ExternalDetectedObjectObject) SetCenter(center corefoundation.CGPoint)
- func (o ExternalDetectedObjectObject) SetObjectType(type_ int64)
- type FaceLandmarkDetectorPoint
- type FaceLandmarkDetectorPointRef
- type FastPyramidResizer
- type FastPyramidResizerRef
- type FloatBuffer
- type FuncOp
- type GenericLoadConstantKernel
- type GenericLoadConstantKernelRef
- type GradientBuilder
- type GradientBuilderRef
- type IANEBuffer
- type IANEChainingRequest
- type IANEClient
- type IANECloneHelper
- type IANEDaemonConnection
- type IANEDataReporter
- type IANEDeviceController
- type IANEDeviceInfo
- type IANEErrors
- type IANEHashEncoding
- type IANEIOSurfaceObject
- type IANEIOSurfaceOutputSets
- type IANEInMemoryModel
- type IANEInMemoryModelDescriptor
- type IANEInputBuffersReady
- type IANELog
- type IANEModel
- type IANEModelInstanceParameters
- type IANEModelToken
- type IANEOutputSetEnqueue
- type IANEPerformanceStats
- type IANEPerformanceStatsIOSurface
- type IANEProcedureData
- type IANEProgramForEvaluation
- type IANEProgramIOSurfacesMapper
- type IANEQoSMapper
- type IANERequest
- type IANESandboxingHelper
- type IANESharedEvents
- type IANESharedSignalEvent
- type IANESharedWaitEvent
- type IANEStrings
- type IANEVirtualClient
- type IANEWeight
- type IOSurface
- type InMemoryModuleRef
- type InnerProductUniforms
- type Location
- type LocationAttr
- type LockFileManager
- type LockGuard
- type Long
- type MLIRContext
- type MLIRContextRef
- type MPSCNNConvolutionDataSource
- type MPSCNNConvolutionDataSourceObject
- func (o MPSCNNConvolutionDataSourceObject) BaseObject() objectivec.Object
- func (o MPSCNNConvolutionDataSourceObject) BiasTerms() unsafe.Pointer
- func (o MPSCNNConvolutionDataSourceObject) CopyWithZoneDevice(zone foundation.NSZone, device objectivec.IObject) objectivec.IObject
- func (o MPSCNNConvolutionDataSourceObject) DataType() uint32
- func (o MPSCNNConvolutionDataSourceObject) Descriptor() objectivec.IObject
- func (o MPSCNNConvolutionDataSourceObject) KernelWeightsDataType() uint32
- func (o MPSCNNConvolutionDataSourceObject) Label() objectivec.IObject
- func (o MPSCNNConvolutionDataSourceObject) Load() bool
- func (o MPSCNNConvolutionDataSourceObject) LookupTableForUInt8Kernel() unsafe.Pointer
- func (o MPSCNNConvolutionDataSourceObject) Purge()
- func (o MPSCNNConvolutionDataSourceObject) RangesForUInt8Kernel() []objectivec.IObject
- func (o MPSCNNConvolutionDataSourceObject) UpdateWithCommandBufferGradientStateSourceState(buffer objectivec.IObject, state objectivec.IObject, state2 objectivec.IObject) objectivec.IObject
- func (o MPSCNNConvolutionDataSourceObject) UpdateWithGradientStateSourceState(state objectivec.IObject, state2 objectivec.IObject) bool
- func (o MPSCNNConvolutionDataSourceObject) Weights() unsafe.Pointer
- func (o MPSCNNConvolutionDataSourceObject) WeightsLayout() uint32
- func (o MPSCNNConvolutionDataSourceObject) WeightsQuantizationType() uint32
- type MPSCommandBufferDescriptor
- type MPSGraphExecutableCacheValue
- type MPSGraphExecutableSpecializedModule
- type MPSGraphExecutableSpecializedModuleRef
- type MPSGraphModuleKey
- type MPSGraphOperatingSystemVersion
- type MPSGraphSpecializationCache
- type MPSGraphViewerNodePropertySPI
- type MPSGraphViewerNodePropertySPIObject
- type MPSResourceBlobEntry
- type MPSResourceBlobEntryRef
- type MTLComputeCommandEncoder
- type MTLComputeCommandEncoderObject
- func (o MTLComputeCommandEncoderObject) BaseObject() objectivec.Object
- func (o MTLComputeCommandEncoderObject) DispatchThreadgroupsThreadsPerThreadgroup(threadgroups unsafe.Pointer, threadgroup unsafe.Pointer)
- func (o MTLComputeCommandEncoderObject) DispatchThreadgroupsWithIndirectBufferIndirectBufferOffsetThreadsPerThreadgroup(buffer objectivec.IObject, offset uint64, threadgroup unsafe.Pointer)
- func (o MTLComputeCommandEncoderObject) DispatchThreadsThreadsPerThreadgroup(threads unsafe.Pointer, threadgroup unsafe.Pointer)
- func (o MTLComputeCommandEncoderObject) DispatchType() uint64
- func (o MTLComputeCommandEncoderObject) ExecuteCommandsInBufferIndirectBufferIndirectBufferOffset(buffer objectivec.IObject, buffer2 objectivec.IObject, offset uint64)
- func (o MTLComputeCommandEncoderObject) ExecuteCommandsInBufferWithRange(buffer objectivec.IObject, range_ foundation.NSRange)
- func (o MTLComputeCommandEncoderObject) MemoryBarrierWithResourcesCount(resources []objectivec.IObject, count uint64)
- func (o MTLComputeCommandEncoderObject) MemoryBarrierWithScope(scope uint64)
- func (o MTLComputeCommandEncoderObject) SampleCountersInBufferAtSampleIndexWithBarrier(buffer objectivec.IObject, index uint64, barrier bool)
- func (o MTLComputeCommandEncoderObject) SetAccelerationStructureAtBufferIndex(structure objectivec.IObject, index uint64)
- func (o MTLComputeCommandEncoderObject) SetBufferOffsetAtIndex(offset uint64, index uint64)
- func (o MTLComputeCommandEncoderObject) SetBufferOffsetAttributeStrideAtIndex(offset uint64, stride uint64, index uint64)
- func (o MTLComputeCommandEncoderObject) SetBufferWithOffsetAtIndex(buffer objectivec.IObject, offset uint64, index uint64)
- func (o MTLComputeCommandEncoderObject) SetBufferWithOffsetAttributeStrideAtIndex(buffer objectivec.IObject, offset uint64, stride uint64, index uint64)
- func (o MTLComputeCommandEncoderObject) SetBuffersOffsetsAttributeStridesWithRange(buffers []objectivec.IObject, offsets *uint64, strides *uint64, ...)
- func (o MTLComputeCommandEncoderObject) SetBuffersOffsetsWithRange(buffers []objectivec.IObject, offsets *uint64, range_ foundation.NSRange)
- func (o MTLComputeCommandEncoderObject) SetBytesLengthAtIndex(bytes []byte, length uint64, index uint64)
- func (o MTLComputeCommandEncoderObject) SetBytesLengthAttributeStrideAtIndex(bytes []byte, length uint64, stride uint64, index uint64)
- func (o MTLComputeCommandEncoderObject) SetComputePipelineState(state objectivec.IObject)
- func (o MTLComputeCommandEncoderObject) SetImageblockWidthHeight(width uint64, height uint64)
- func (o MTLComputeCommandEncoderObject) SetIntersectionFunctionTableAtBufferIndex(table objectivec.IObject, index uint64)
- func (o MTLComputeCommandEncoderObject) SetIntersectionFunctionTablesWithBufferRange(tables []objectivec.IObject, range_ foundation.NSRange)
- func (o MTLComputeCommandEncoderObject) SetSamplerStateAtIndex(state objectivec.IObject, index uint64)
- func (o MTLComputeCommandEncoderObject) SetSamplerStateLodMinClampLodMaxClampAtIndex(state objectivec.IObject, clamp float32, clamp2 float32, index uint64)
- func (o MTLComputeCommandEncoderObject) SetSamplerStatesLodMinClampsLodMaxClampsWithRange(states []objectivec.IObject, clamps *float32, clamps2 *float32, ...)
- func (o MTLComputeCommandEncoderObject) SetSamplerStatesWithRange(states []objectivec.IObject, range_ foundation.NSRange)
- func (o MTLComputeCommandEncoderObject) SetStageInRegion(region unsafe.Pointer)
- func (o MTLComputeCommandEncoderObject) SetStageInRegionWithIndirectBufferIndirectBufferOffset(buffer objectivec.IObject, offset uint64)
- func (o MTLComputeCommandEncoderObject) SetTextureAtIndex(texture objectivec.IObject, index uint64)
- func (o MTLComputeCommandEncoderObject) SetTexturesWithRange(textures []objectivec.IObject, range_ foundation.NSRange)
- func (o MTLComputeCommandEncoderObject) SetThreadgroupMemoryLengthAtIndex(length uint64, index uint64)
- func (o MTLComputeCommandEncoderObject) SetVisibleFunctionTableAtBufferIndex(table objectivec.IObject, index uint64)
- func (o MTLComputeCommandEncoderObject) SetVisibleFunctionTablesWithBufferRange(tables []objectivec.IObject, range_ foundation.NSRange)
- func (o MTLComputeCommandEncoderObject) UpdateFence(fence objectivec.IObject)
- func (o MTLComputeCommandEncoderObject) UseHeap(heap objectivec.IObject)
- func (o MTLComputeCommandEncoderObject) UseHeapsCount(heaps []objectivec.IObject, count uint64)
- func (o MTLComputeCommandEncoderObject) UseResourceUsage(resource objectivec.IObject, usage uint64)
- func (o MTLComputeCommandEncoderObject) UseResourcesCountUsage(resources []objectivec.IObject, count uint64, usage uint64)
- func (o MTLComputeCommandEncoderObject) WaitForFence(fence objectivec.IObject)
- type MemoryBuffer
- type ModuleOp
- type ModuleResourcesLoader
- type ModuleResourcesLoaderRef
- type MxnetToolsImageHeaderT
- type MxnetToolsImageIDT
- type MxnetToolsRecordHeaderT
- type NSCopying
- type NSCopyingObject
- type NSSecureCoding
- type NSSecureCodingObject
- type NSXPCListenerDelegate
- type NSXPCListenerDelegateObject
- type NamedAttribute
- type NamedAttributeRef
- type Net
- type NetRef
- type NetStridesConfiguration
- type OpaquePthreadCond
- type OpaquePthreadMutex
- type OperationRef
- type OriginalModuleRef
- type PaddingParams
- type PostprocessingSettings
- type ReadDataFromFileCache
- type ReturnOp
- type SFILE
- type SFILEX
- type SFILEXRef
- type Sbuf
- type ShapeFunctionRegistry
- type SharedWeakCount
- type SharedWeakCountRef
- type Short
- type StringMapEntryBase
- type StringMapEntryBaseRef
- type StringRef
- type SurfaceAndBuffer
- type SurfaceAndBufferRef
- type TypeRef
- type V9NoiseKernel
- type V9NoiseKernelRef
- type VMData
- type Value
- type ValueImpl
- type ValueImplRef
- type Vimage2espressoParam
- type VirtANEModel
- type VoidHandler
Constants ¶
This section is empty.
Variables ¶
var ( KANEFAOTCacheUrlIdentifierKey objectivec.Object KANEFBaseModelIdentifierKey objectivec.Object KANEFCompilationInitiatedByE5MLKey objectivec.Object KANEFCompilerOptionsFilenameKey objectivec.Object KANEFConstantSurfaceAlignmentKey objectivec.Object KANEFConstantSurfaceIDKey objectivec.Object KANEFEnableFWToFWSignal objectivec.Object KANEFEnableLateLatchKey objectivec.Object KANEFEnablePowerSavingKey objectivec.Object KANEFEspressoFileResourcesKey objectivec.Object KANEFHintEnergyEfficientWorkloadKey objectivec.Object KANEFHintReportResidentPagesKey objectivec.Object KANEFHintReportSessionStatusKey objectivec.Object KANEFHintReportTotalPagesKey objectivec.Object KANEFHintSessionAbort objectivec.Object KANEFHintSessionInfo objectivec.Object KANEFHintSessionStart objectivec.Object KANEFHintSessionStop objectivec.Object KANEFInMemoryModelIdentifierKey objectivec.Object KANEFInMemoryModelIsCachedKey objectivec.Object KANEFIntermediateBufferHandleKey objectivec.Object KANEFKeepModelMemoryWiredKey objectivec.Object KANEFMemoryPoolIDKey objectivec.Object KANEFModelANECIRValue objectivec.Object KANEFModelCacheIdentifierUsingSourceURLKey objectivec.Object KANEFModelCoreMLValue objectivec.Object KANEFModelDescriptionKey objectivec.Object KANEFModelHasCacheURLIdentifierKey objectivec.Object KANEFModelIdentityStrKey objectivec.Object KANEFModelInput16KAlignmentArrayKey objectivec.Object KANEFModelInputSymbolIndexArrayKey objectivec.Object KANEFModelInputSymbolsArrayKey objectivec.Object KANEFModelInstanceParameters objectivec.Object KANEFModelIsEncryptedKey objectivec.Object KANEFModelLLIRBundleValue objectivec.Object KANEFModelLoadPerformanceStatsKey objectivec.Object KANEFModelMILValue objectivec.Object KANEFModelMLIRValue objectivec.Object KANEFModelOutput16KAlignmentArrayKey objectivec.Object KANEFModelOutputSymbolIndexArrayKey objectivec.Object KANEFModelOutputSymbolsArrayKey objectivec.Object KANEFModelPreCompiledValue objectivec.Object KANEFModelProcedureIDKey objectivec.Object KANEFModelProcedureNameToIDMapKey objectivec.Object KANEFModelProcedureNameToStatsSizeMapKey objectivec.Object KANEFModelProceduresArrayKey objectivec.Object KANEFModelTypeKey objectivec.Object KANEFNetPlistFilenameKey objectivec.Object KANEFPerformanceStatsMaskKey objectivec.Object KANEFRetainModelsWithoutSourceURLKey objectivec.Object KANEFSkipPreparePhaseKey objectivec.Object )
Functions ¶
func NewBoolBlock ¶ added in v0.6.10
func NewBoolBlock(handler BoolHandler) (objc.ID, func())
NewBoolBlock wraps a Go BoolHandler as an Objective-C block. The caller must defer the returned cleanup function.
Used by:
- [ANECompilerServiceProtocol.CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathMaxModelMemorySizeWithReply]
func NewBoolErrorBlock ¶
func NewBoolErrorBlock(handler BoolErrorHandler) (objc.ID, func())
NewBoolErrorBlock wraps a Go BoolErrorHandler as an Objective-C block. The caller must defer the returned cleanup function.
func NewErrorBlock ¶ added in v0.5.0
func NewErrorBlock(handler ErrorHandler) (objc.ID, func())
NewErrorBlock wraps a Go ErrorHandler as an Objective-C block. The caller must defer the returned cleanup function.
Used by:
func NewVoidBlock ¶
func NewVoidBlock(handler VoidHandler) (objc.ID, func())
NewVoidBlock wraps a Go VoidHandler as an Objective-C block. The caller must defer the returned cleanup function.
Used by:
- [ANECompilerServiceProtocol.CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathWithReply]
- ANEDaemonConnection.BeginRealTimeTaskWithReply
- ANEDaemonConnection.CompileModelSandboxExtensionOptionsQosWithReply
- ANEDaemonConnection.CompiledModelExistsForWithReply
- ANEDaemonConnection.CompiledModelExistsMatchingHashWithReply
- ANEDaemonConnection.EchoWithReply
- ANEDaemonConnection.EndRealTimeTaskWithReply
- ANEDaemonConnection.LoadModelNewInstanceOptionsModelInstParamsQosWithReply
- ANEDaemonConnection.LoadModelSandboxExtensionOptionsQosWithReply
- ANEDaemonConnection.PrepareChainingWithModelOptionsChainingReqQosWithReply
- ANEDaemonConnection.PurgeCompiledModelMatchingHashWithReply
- ANEDaemonConnection.PurgeCompiledModelWithReply
- ANEDaemonConnection.UnloadModelOptionsQosWithReply
- [ANEDaemonProtocol.CompileModelSandboxExtensionOptionsQosWithReply]
- [ANEDaemonProtocol.CompiledModelExistsForWithReply]
- [ANEDaemonProtocol.CompiledModelExistsMatchingHashWithReply]
- [ANEDaemonProtocol.LoadModelNewInstanceOptionsModelInstParamsQosWithReply]
- [ANEDaemonProtocol.LoadModelSandboxExtensionOptionsQosWithReply]
- [ANEDaemonProtocol.PrepareChainingWithModelOptionsChainingReqQosWithReply]
- [ANEDaemonProtocol.PurgeCompiledModelMatchingHashWithReply]
- [ANEDaemonProtocol.PurgeCompiledModelWithReply]
- [ANEDaemonProtocol.UnloadModelOptionsQosWithReply]
- [ANEStorageMaintainerProtocol.PurgeDanglingModelsAtWithReply]
Types ¶
type ANEBuffer ¶
type ANEBuffer struct {
objectivec.Object
}
Methods ¶
- ANEBuffer.EncodeWithCoder
- ANEBuffer.IoSurfaceObject
- ANEBuffer.Source
- ANEBuffer.SymbolIndex
- ANEBuffer.InitWithCoder
- ANEBuffer.InitWithIOSurfaceObjectSymbolIndexSource
func ANEBufferFromID ¶
ANEBufferFromID constructs a ANEBuffer from an objc.ID.
func NewANEBufferWithCoder ¶
func NewANEBufferWithCoder(coder objectivec.IObject) ANEBuffer
func NewANEBufferWithIOSurfaceObjectSymbolIndexSource ¶
func NewANEBufferWithIOSurfaceObjectSymbolIndexSource(object objectivec.IObject, index objectivec.IObject, source int64) ANEBuffer
func (ANEBuffer) Autorelease ¶
Autorelease adds the receiver to the current autorelease pool.
func (ANEBuffer) EncodeWithCoder ¶
func (a ANEBuffer) EncodeWithCoder(coder foundation.INSCoder)
func (ANEBuffer) InitWithCoder ¶
func (a ANEBuffer) InitWithCoder(coder foundation.INSCoder) ANEBuffer
func (ANEBuffer) InitWithIOSurfaceObjectSymbolIndexSource ¶
func (a ANEBuffer) InitWithIOSurfaceObjectSymbolIndexSource(object objectivec.IObject, index objectivec.IObject, source int64) ANEBuffer
func (ANEBuffer) IoSurfaceObject ¶
func (a ANEBuffer) IoSurfaceObject() IANEIOSurfaceObject
func (ANEBuffer) SymbolIndex ¶
func (a ANEBuffer) SymbolIndex() foundation.NSNumber
type ANEBufferClass ¶
type ANEBufferClass struct {
// contains filtered or unexported fields
}
func GetANEBufferClass ¶
func GetANEBufferClass() ANEBufferClass
GetANEBufferClass returns the class object for _ANEBuffer.
func (ANEBufferClass) Alloc ¶
func (ac ANEBufferClass) Alloc() ANEBuffer
Alloc allocates memory for a new instance of the class.
func (ANEBufferClass) BufferWithIOSurfaceObjectSymbolIndexSource ¶
func (_ANEBufferClass ANEBufferClass) BufferWithIOSurfaceObjectSymbolIndexSource(object objectivec.IObject, index objectivec.IObject, source int64) objectivec.IObject
func (ANEBufferClass) Class ¶ added in v0.5.0
func (ac ANEBufferClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEBufferClass) SupportsSecureCoding ¶
func (_ANEBufferClass ANEBufferClass) SupportsSecureCoding() bool
type ANEChainingRequest ¶
type ANEChainingRequest struct {
objectivec.Object
}
Methods ¶
- ANEChainingRequest.EncodeWithCoder
- ANEChainingRequest.FwEnqueueDelay
- ANEChainingRequest.InputBuffer
- ANEChainingRequest.LoopbackInputSymbolIndex
- ANEChainingRequest.LoopbackOutputSymbolIndex
- ANEChainingRequest.MemoryPoolId
- ANEChainingRequest.OutputSets
- ANEChainingRequest.ProcedureIndex
- ANEChainingRequest.SignalEvents
- ANEChainingRequest.TransactionHandle
- ANEChainingRequest.Validate
- ANEChainingRequest.InitWithCoder
- ANEChainingRequest.InitWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId
func ANEChainingRequestFromID ¶
func ANEChainingRequestFromID(id objc.ID) ANEChainingRequest
ANEChainingRequestFromID constructs a ANEChainingRequest from an objc.ID.
func NewANEChainingRequest ¶
func NewANEChainingRequest() ANEChainingRequest
NewANEChainingRequest creates a new ANEChainingRequest instance.
func NewANEChainingRequestWithCoder ¶
func NewANEChainingRequestWithCoder(coder objectivec.IObject) ANEChainingRequest
func NewANEChainingRequestWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId ¶
func NewANEChainingRequestWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId(inputs objectivec.IObject, outputs objectivec.IObject, id objectivec.IObject, id2 objectivec.IObject, index objectivec.IObject, events objectivec.IObject, handle objectivec.IObject, delay objectivec.IObject, id3 objectivec.IObject) ANEChainingRequest
func (ANEChainingRequest) Autorelease ¶
func (a ANEChainingRequest) Autorelease() ANEChainingRequest
Autorelease adds the receiver to the current autorelease pool.
func (ANEChainingRequest) EncodeWithCoder ¶
func (a ANEChainingRequest) EncodeWithCoder(coder foundation.INSCoder)
func (ANEChainingRequest) FwEnqueueDelay ¶
func (a ANEChainingRequest) FwEnqueueDelay() foundation.NSNumber
func (ANEChainingRequest) Init ¶
func (a ANEChainingRequest) Init() ANEChainingRequest
Init initializes the instance.
func (ANEChainingRequest) InitWithCoder ¶
func (a ANEChainingRequest) InitWithCoder(coder foundation.INSCoder) ANEChainingRequest
func (ANEChainingRequest) InitWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId ¶
func (a ANEChainingRequest) InitWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId(inputs objectivec.IObject, outputs objectivec.IObject, id objectivec.IObject, id2 objectivec.IObject, index objectivec.IObject, events objectivec.IObject, handle objectivec.IObject, delay objectivec.IObject, id3 objectivec.IObject) ANEChainingRequest
func (ANEChainingRequest) InputBuffer ¶
func (a ANEChainingRequest) InputBuffer() foundation.INSArray
func (ANEChainingRequest) LoopbackInputSymbolIndex ¶
func (a ANEChainingRequest) LoopbackInputSymbolIndex() foundation.INSArray
func (ANEChainingRequest) LoopbackOutputSymbolIndex ¶
func (a ANEChainingRequest) LoopbackOutputSymbolIndex() foundation.INSArray
func (ANEChainingRequest) MemoryPoolId ¶
func (a ANEChainingRequest) MemoryPoolId() foundation.NSNumber
func (ANEChainingRequest) OutputSets ¶
func (a ANEChainingRequest) OutputSets() foundation.INSArray
func (ANEChainingRequest) ProcedureIndex ¶
func (a ANEChainingRequest) ProcedureIndex() foundation.NSNumber
func (ANEChainingRequest) SignalEvents ¶
func (a ANEChainingRequest) SignalEvents() foundation.INSArray
func (ANEChainingRequest) TransactionHandle ¶
func (a ANEChainingRequest) TransactionHandle() foundation.NSNumber
func (ANEChainingRequest) Validate ¶
func (a ANEChainingRequest) Validate() bool
type ANEChainingRequestClass ¶
type ANEChainingRequestClass struct {
// contains filtered or unexported fields
}
func GetANEChainingRequestClass ¶
func GetANEChainingRequestClass() ANEChainingRequestClass
GetANEChainingRequestClass returns the class object for _ANEChainingRequest.
func (ANEChainingRequestClass) Alloc ¶
func (ac ANEChainingRequestClass) Alloc() ANEChainingRequest
Alloc allocates memory for a new instance of the class.
func (ANEChainingRequestClass) ChainingRequestWithInputsOutputSetsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId ¶
func (_ANEChainingRequestClass ANEChainingRequestClass) ChainingRequestWithInputsOutputSetsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId(inputs objectivec.IObject, sets objectivec.IObject, id objectivec.IObject, id2 objectivec.IObject, index objectivec.IObject, events objectivec.IObject, handle objectivec.IObject, delay objectivec.IObject, id3 objectivec.IObject) objectivec.IObject
func (ANEChainingRequestClass) Class ¶ added in v0.5.0
func (ac ANEChainingRequestClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEChainingRequestClass) SupportsSecureCoding ¶
func (_ANEChainingRequestClass ANEChainingRequestClass) SupportsSecureCoding() bool
type ANEClient ¶
type ANEClient struct {
objectivec.Object
}
Methods ¶
- ANEClient.AllowRestrictedAccess
- ANEClient.BeginRealTimeTask
- ANEClient.BuffersReadyWithModelInputBuffersOptionsQosError
- ANEClient.CompileModelOptionsQosError
- ANEClient.CompiledModelExistsFor
- ANEClient.CompiledModelExistsMatchingHash
- ANEClient.Conn
- ANEClient.ConnectionForLoadingModelOptions
- ANEClient.ConnectionUsedForLoadingModel
- ANEClient.Connections
- ANEClient.ConnectionsUsedForLoadingModels
- ANEClient.DoBuffersReadyWithModelInputBuffersOptionsQosError
- ANEClient.DoEnqueueSetsWithModelOutputSetOptionsQosError
- ANEClient.DoEvaluateDirectWithModelOptionsRequestQosError
- ANEClient.DoLoadModelOptionsQosError
- ANEClient.DoLoadModelNewInstanceOptionsModelInstParamsQosError
- ANEClient.DoPrepareChainingWithModelOptionsChainingReqQosError
- ANEClient.DoUnloadModelOptionsQosError
- ANEClient.Echo
- ANEClient.EndRealTimeTask
- ANEClient.EnqueueSetsWithModelOutputSetOptionsQosError
- ANEClient.EvaluateRealTimeWithModelOptionsRequestError
- ANEClient.EvaluateWithModelOptionsRequestQosError
- ANEClient.FastConn
- ANEClient.FastConnWithoutLock
- ANEClient.IsAnetoolRootDaemonConnection
- ANEClient.IsRootDaemon
- ANEClient.IsVirtualClient
- ANEClient.LoadModelOptionsQosError
- ANEClient.LoadModelNewInstanceOptionsModelInstParamsQosError
- ANEClient.LoadRealTimeModelOptionsQosError
- ANEClient.MapIOSurfacesWithModelRequestCacheInferenceError
- ANEClient.PrepareChainingWithModelOptionsChainingReqQosError
- ANEClient.PriorityQ
- ANEClient.PurgeCompiledModel
- ANEClient.PurgeCompiledModelMatchingHash
- ANEClient.ReportEvaluateFailureFailureReasonQIdx
- ANEClient.SessionHintWithModelHintOptionsReportError
- ANEClient.UnloadModelOptionsQosError
- ANEClient.UnloadRealTimeModelOptionsQosError
- ANEClient.UnmapIOSurfacesWithModelRequest
- ANEClient.VirtualClient
- ANEClient.InitWithRestrictedAccessAllowed
func ANEClientFromID ¶
ANEClientFromID constructs a ANEClient from an objc.ID.
func (ANEClient) AllowRestrictedAccess ¶
func (ANEClient) Autorelease ¶
Autorelease adds the receiver to the current autorelease pool.
func (ANEClient) BeginRealTimeTask ¶
func (ANEClient) BuffersReadyWithModelInputBuffersOptionsQosError ¶
func (a ANEClient) BuffersReadyWithModelInputBuffersOptionsQosError(model objectivec.IObject, buffers objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) CompileModelOptionsQosError ¶
func (a ANEClient) CompileModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) CompiledModelExistsFor ¶
func (a ANEClient) CompiledModelExistsFor(for_ objectivec.IObject) bool
func (ANEClient) CompiledModelExistsMatchingHash ¶
func (a ANEClient) CompiledModelExistsMatchingHash(hash objectivec.IObject) bool
func (ANEClient) Conn ¶
func (a ANEClient) Conn() IANEDaemonConnection
func (ANEClient) ConnectionForLoadingModelOptions ¶
func (a ANEClient) ConnectionForLoadingModelOptions(model objectivec.IObject, options objectivec.IObject) objectivec.IObject
func (ANEClient) ConnectionUsedForLoadingModel ¶
func (a ANEClient) ConnectionUsedForLoadingModel(model objectivec.IObject) objectivec.IObject
func (ANEClient) Connections ¶
func (a ANEClient) Connections() foundation.INSDictionary
func (ANEClient) ConnectionsUsedForLoadingModels ¶
func (a ANEClient) ConnectionsUsedForLoadingModels() foundation.INSDictionary
func (ANEClient) DoBuffersReadyWithModelInputBuffersOptionsQosError ¶
func (a ANEClient) DoBuffersReadyWithModelInputBuffersOptionsQosError(model objectivec.IObject, buffers objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) DoEnqueueSetsWithModelOutputSetOptionsQosError ¶
func (a ANEClient) DoEnqueueSetsWithModelOutputSetOptionsQosError(model objectivec.IObject, set IANEOutputSetEnqueue, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) DoEvaluateDirectWithModelOptionsRequestQosError ¶
func (a ANEClient) DoEvaluateDirectWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) DoLoadModelNewInstanceOptionsModelInstParamsQosError ¶
func (a ANEClient) DoLoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) DoLoadModelOptionsQosError ¶
func (a ANEClient) DoLoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) DoPrepareChainingWithModelOptionsChainingReqQosError ¶
func (a ANEClient) DoPrepareChainingWithModelOptionsChainingReqQosError(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) DoUnloadModelOptionsQosError ¶
func (a ANEClient) DoUnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) EndRealTimeTask ¶
func (ANEClient) EnqueueSetsWithModelOutputSetOptionsQosError ¶
func (a ANEClient) EnqueueSetsWithModelOutputSetOptionsQosError(model objectivec.IObject, set IANEOutputSetEnqueue, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) EvaluateRealTimeWithModelOptionsRequestError ¶
func (a ANEClient) EvaluateRealTimeWithModelOptionsRequestError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject) (bool, error)
func (ANEClient) EvaluateWithModelOptionsRequestQosError ¶
func (a ANEClient) EvaluateWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) FastConn ¶
func (a ANEClient) FastConn() IANEDaemonConnection
func (ANEClient) FastConnWithoutLock ¶
func (a ANEClient) FastConnWithoutLock() objectivec.IObject
func (ANEClient) InitWithRestrictedAccessAllowed ¶
func (ANEClient) IsAnetoolRootDaemonConnection ¶
func (ANEClient) IsRootDaemon ¶
func (ANEClient) IsVirtualClient ¶
func (ANEClient) LoadModelNewInstanceOptionsModelInstParamsQosError ¶
func (a ANEClient) LoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) LoadModelOptionsQosError ¶
func (a ANEClient) LoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) LoadRealTimeModelOptionsQosError ¶
func (a ANEClient) LoadRealTimeModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) MapIOSurfacesWithModelRequestCacheInferenceError ¶
func (a ANEClient) MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
func (ANEClient) PrepareChainingWithModelOptionsChainingReqQosError ¶
func (a ANEClient) PrepareChainingWithModelOptionsChainingReqQosError(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) PriorityQ ¶
func (a ANEClient) PriorityQ() foundation.INSArray
func (ANEClient) PurgeCompiledModel ¶
func (a ANEClient) PurgeCompiledModel(model objectivec.IObject)
func (ANEClient) PurgeCompiledModelMatchingHash ¶
func (a ANEClient) PurgeCompiledModelMatchingHash(hash objectivec.IObject)
func (ANEClient) ReportEvaluateFailureFailureReasonQIdx ¶
func (a ANEClient) ReportEvaluateFailureFailureReasonQIdx(failure objectivec.IObject, reason uint32, idx uint64)
func (ANEClient) SessionHintWithModelHintOptionsReportError ¶
func (a ANEClient) SessionHintWithModelHintOptionsReportError(model objectivec.IObject, hint objectivec.IObject, options objectivec.IObject, report objectivec.IObject) (bool, error)
func (ANEClient) UnloadModelOptionsQosError ¶
func (a ANEClient) UnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) UnloadRealTimeModelOptionsQosError ¶
func (a ANEClient) UnloadRealTimeModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEClient) UnmapIOSurfacesWithModelRequest ¶
func (a ANEClient) UnmapIOSurfacesWithModelRequest(model objectivec.IObject, request objectivec.IObject)
func (ANEClient) VirtualClient ¶
func (a ANEClient) VirtualClient() IANEVirtualClient
type ANEClientClass ¶
type ANEClientClass struct {
// contains filtered or unexported fields
}
func GetANEClientClass ¶
func GetANEClientClass() ANEClientClass
GetANEClientClass returns the class object for _ANEClient.
func (ANEClientClass) Alloc ¶
func (ac ANEClientClass) Alloc() ANEClient
Alloc allocates memory for a new instance of the class.
func (ANEClientClass) Class ¶ added in v0.5.0
func (ac ANEClientClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEClientClass) SharedConnection ¶
func (_ANEClientClass ANEClientClass) SharedConnection() ANEClient
func (ANEClientClass) SharedPrivateConnection ¶
func (_ANEClientClass ANEClientClass) SharedPrivateConnection() ANEClient
type ANECloneHelper ¶
type ANECloneHelper struct {
objectivec.Object
}
func ANECloneHelperFromID ¶
func ANECloneHelperFromID(id objc.ID) ANECloneHelper
ANECloneHelperFromID constructs a ANECloneHelper from an objc.ID.
func NewANECloneHelper ¶
func NewANECloneHelper() ANECloneHelper
NewANECloneHelper creates a new ANECloneHelper instance.
func (ANECloneHelper) Autorelease ¶
func (a ANECloneHelper) Autorelease() ANECloneHelper
Autorelease adds the receiver to the current autorelease pool.
func (ANECloneHelper) Init ¶
func (a ANECloneHelper) Init() ANECloneHelper
Init initializes the instance.
type ANECloneHelperClass ¶
type ANECloneHelperClass struct {
// contains filtered or unexported fields
}
func GetANECloneHelperClass ¶
func GetANECloneHelperClass() ANECloneHelperClass
GetANECloneHelperClass returns the class object for _ANECloneHelper.
func (ANECloneHelperClass) Alloc ¶
func (ac ANECloneHelperClass) Alloc() ANECloneHelper
Alloc allocates memory for a new instance of the class.
func (ANECloneHelperClass) Class ¶ added in v0.5.0
func (ac ANECloneHelperClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANECloneHelperClass) CloneIfWritableIsEncryptedModelCloneDirectory ¶
func (_ANECloneHelperClass ANECloneHelperClass) CloneIfWritableIsEncryptedModelCloneDirectory(writable objectivec.IObject, model bool, directory objectivec.IObject) objectivec.IObject
func (ANECloneHelperClass) ShouldSkipCloneForIsEncryptedModel ¶
func (_ANECloneHelperClass ANECloneHelperClass) ShouldSkipCloneForIsEncryptedModel(for_ objectivec.IObject, model bool) bool
type ANECompilerServiceProtocol ¶ added in v0.5.0
type ANECompilerServiceProtocol interface {
objectivec.IObject
}
_ANECompilerServiceProtocol protocol.
type ANECompilerServiceProtocolObject ¶ added in v0.5.0
type ANECompilerServiceProtocolObject struct {
objectivec.Object
}
ANECompilerServiceProtocolObject wraps an existing Objective-C object that conforms to the ANECompilerServiceProtocol protocol.
func ANECompilerServiceProtocolObjectFromID ¶ added in v0.5.0
func ANECompilerServiceProtocolObjectFromID(id objc.ID) ANECompilerServiceProtocolObject
ANECompilerServiceProtocolObjectFromID constructs a ANECompilerServiceProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (ANECompilerServiceProtocolObject) BaseObject ¶ added in v0.5.0
func (o ANECompilerServiceProtocolObject) BaseObject() objectivec.Object
func (ANECompilerServiceProtocolObject) CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathMaxModelMemorySizeWithReply ¶ added in v0.6.10
func (o ANECompilerServiceProtocolObject) CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathMaxModelMemorySizeWithReply(at objectivec.IObject, identity objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, directory objectivec.IObject, directory2 objectivec.IObject, url foundation.NSURL, path objectivec.IObject, size uint64, reply BoolHandler)
func (ANECompilerServiceProtocolObject) CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathWithReply ¶ added in v0.5.0
func (o ANECompilerServiceProtocolObject) CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathWithReply(at objectivec.IObject, identity objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, directory objectivec.IObject, directory2 objectivec.IObject, url foundation.NSURL, path objectivec.IObject, reply VoidHandler)
type ANEDaemonConnection ¶
type ANEDaemonConnection struct {
objectivec.Object
}
Methods ¶
- ANEDaemonConnection.BeginRealTimeTaskWithReply
- ANEDaemonConnection.CompileModelSandboxExtensionOptionsQosWithReply
- ANEDaemonConnection.CompiledModelExistsForWithReply
- ANEDaemonConnection.CompiledModelExistsMatchingHashWithReply
- ANEDaemonConnection.DaemonConnection
- ANEDaemonConnection.EchoWithReply
- ANEDaemonConnection.EndRealTimeTaskWithReply
- ANEDaemonConnection.LoadModelSandboxExtensionOptionsQosWithReply
- ANEDaemonConnection.LoadModelNewInstanceOptionsModelInstParamsQosWithReply
- ANEDaemonConnection.PrepareChainingWithModelOptionsChainingReqQosWithReply
- ANEDaemonConnection.PurgeCompiledModelWithReply
- ANEDaemonConnection.PurgeCompiledModelMatchingHashWithReply
- ANEDaemonConnection.ReportTelemetryToPPSPlayload
- ANEDaemonConnection.Restricted
- ANEDaemonConnection.UnloadModelOptionsQosWithReply
- ANEDaemonConnection.InitWithMachServiceNameRestricted
func ANEDaemonConnectionFromID ¶
func ANEDaemonConnectionFromID(id objc.ID) ANEDaemonConnection
ANEDaemonConnectionFromID constructs a ANEDaemonConnection from an objc.ID.
func NewANEDaemonConnection ¶
func NewANEDaemonConnection() ANEDaemonConnection
NewANEDaemonConnection creates a new ANEDaemonConnection instance.
func NewANEDaemonConnectionWithMachServiceNameRestricted ¶
func NewANEDaemonConnectionWithMachServiceNameRestricted(name objectivec.IObject, restricted bool) ANEDaemonConnection
func (ANEDaemonConnection) Autorelease ¶
func (a ANEDaemonConnection) Autorelease() ANEDaemonConnection
Autorelease adds the receiver to the current autorelease pool.
func (ANEDaemonConnection) BeginRealTimeTaskWithReply ¶
func (a ANEDaemonConnection) BeginRealTimeTaskWithReply(reply VoidHandler)
func (ANEDaemonConnection) BeginRealTimeTaskWithReplySync ¶
func (a ANEDaemonConnection) BeginRealTimeTaskWithReplySync(ctx context.Context) error
BeginRealTimeTaskWithReplySync is a synchronous wrapper around ANEDaemonConnection.BeginRealTimeTaskWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) CompileModelSandboxExtensionOptionsQosWithReply ¶
func (a ANEDaemonConnection) CompileModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonConnection) CompileModelSandboxExtensionOptionsQosWithReplySync ¶
func (a ANEDaemonConnection) CompileModelSandboxExtensionOptionsQosWithReplySync(ctx context.Context, model objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, qos uint32) error
CompileModelSandboxExtensionOptionsQosWithReplySync is a synchronous wrapper around ANEDaemonConnection.CompileModelSandboxExtensionOptionsQosWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) CompiledModelExistsForWithReply ¶
func (a ANEDaemonConnection) CompiledModelExistsForWithReply(for_ objectivec.IObject, reply VoidHandler)
func (ANEDaemonConnection) CompiledModelExistsForWithReplySync ¶
func (a ANEDaemonConnection) CompiledModelExistsForWithReplySync(ctx context.Context, for_ objectivec.IObject) error
CompiledModelExistsForWithReplySync is a synchronous wrapper around ANEDaemonConnection.CompiledModelExistsForWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) CompiledModelExistsMatchingHashWithReply ¶
func (a ANEDaemonConnection) CompiledModelExistsMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
func (ANEDaemonConnection) CompiledModelExistsMatchingHashWithReplySync ¶
func (a ANEDaemonConnection) CompiledModelExistsMatchingHashWithReplySync(ctx context.Context, hash objectivec.IObject) error
CompiledModelExistsMatchingHashWithReplySync is a synchronous wrapper around ANEDaemonConnection.CompiledModelExistsMatchingHashWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) DaemonConnection ¶
func (a ANEDaemonConnection) DaemonConnection() foundation.NSXPCConnection
func (ANEDaemonConnection) EchoWithReply ¶
func (a ANEDaemonConnection) EchoWithReply(echo objectivec.IObject, reply VoidHandler)
func (ANEDaemonConnection) EchoWithReplySync ¶
func (a ANEDaemonConnection) EchoWithReplySync(ctx context.Context, echo objectivec.IObject) error
EchoWithReplySync is a synchronous wrapper around ANEDaemonConnection.EchoWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) EndRealTimeTaskWithReply ¶
func (a ANEDaemonConnection) EndRealTimeTaskWithReply(reply VoidHandler)
func (ANEDaemonConnection) EndRealTimeTaskWithReplySync ¶
func (a ANEDaemonConnection) EndRealTimeTaskWithReplySync(ctx context.Context) error
EndRealTimeTaskWithReplySync is a synchronous wrapper around ANEDaemonConnection.EndRealTimeTaskWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) Init ¶
func (a ANEDaemonConnection) Init() ANEDaemonConnection
Init initializes the instance.
func (ANEDaemonConnection) InitWithMachServiceNameRestricted ¶
func (a ANEDaemonConnection) InitWithMachServiceNameRestricted(name objectivec.IObject, restricted bool) ANEDaemonConnection
func (ANEDaemonConnection) LoadModelNewInstanceOptionsModelInstParamsQosWithReply ¶
func (a ANEDaemonConnection) LoadModelNewInstanceOptionsModelInstParamsQosWithReply(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonConnection) LoadModelNewInstanceOptionsModelInstParamsQosWithReplySync ¶
func (a ANEDaemonConnection) LoadModelNewInstanceOptionsModelInstParamsQosWithReplySync(ctx context.Context, instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) error
LoadModelNewInstanceOptionsModelInstParamsQosWithReplySync is a synchronous wrapper around ANEDaemonConnection.LoadModelNewInstanceOptionsModelInstParamsQosWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) LoadModelSandboxExtensionOptionsQosWithReply ¶
func (a ANEDaemonConnection) LoadModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonConnection) LoadModelSandboxExtensionOptionsQosWithReplySync ¶
func (a ANEDaemonConnection) LoadModelSandboxExtensionOptionsQosWithReplySync(ctx context.Context, model objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, qos uint32) error
LoadModelSandboxExtensionOptionsQosWithReplySync is a synchronous wrapper around ANEDaemonConnection.LoadModelSandboxExtensionOptionsQosWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) PrepareChainingWithModelOptionsChainingReqQosWithReply ¶
func (a ANEDaemonConnection) PrepareChainingWithModelOptionsChainingReqQosWithReply(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonConnection) PrepareChainingWithModelOptionsChainingReqQosWithReplySync ¶
func (a ANEDaemonConnection) PrepareChainingWithModelOptionsChainingReqQosWithReplySync(ctx context.Context, model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, qos uint32) error
PrepareChainingWithModelOptionsChainingReqQosWithReplySync is a synchronous wrapper around ANEDaemonConnection.PrepareChainingWithModelOptionsChainingReqQosWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) PurgeCompiledModelMatchingHashWithReply ¶
func (a ANEDaemonConnection) PurgeCompiledModelMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
func (ANEDaemonConnection) PurgeCompiledModelMatchingHashWithReplySync ¶
func (a ANEDaemonConnection) PurgeCompiledModelMatchingHashWithReplySync(ctx context.Context, hash objectivec.IObject) error
PurgeCompiledModelMatchingHashWithReplySync is a synchronous wrapper around ANEDaemonConnection.PurgeCompiledModelMatchingHashWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) PurgeCompiledModelWithReply ¶
func (a ANEDaemonConnection) PurgeCompiledModelWithReply(model objectivec.IObject, reply VoidHandler)
func (ANEDaemonConnection) PurgeCompiledModelWithReplySync ¶
func (a ANEDaemonConnection) PurgeCompiledModelWithReplySync(ctx context.Context, model objectivec.IObject) error
PurgeCompiledModelWithReplySync is a synchronous wrapper around ANEDaemonConnection.PurgeCompiledModelWithReply. It blocks until the completion handler fires or the context is cancelled.
func (ANEDaemonConnection) ReportTelemetryToPPSPlayload ¶
func (a ANEDaemonConnection) ReportTelemetryToPPSPlayload(pps objectivec.IObject, playload objectivec.IObject)
func (ANEDaemonConnection) Restricted ¶
func (a ANEDaemonConnection) Restricted() bool
func (ANEDaemonConnection) UnloadModelOptionsQosWithReply ¶
func (a ANEDaemonConnection) UnloadModelOptionsQosWithReply(model objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonConnection) UnloadModelOptionsQosWithReplySync ¶
func (a ANEDaemonConnection) UnloadModelOptionsQosWithReplySync(ctx context.Context, model objectivec.IObject, options objectivec.IObject, qos uint32) error
UnloadModelOptionsQosWithReplySync is a synchronous wrapper around ANEDaemonConnection.UnloadModelOptionsQosWithReply. It blocks until the completion handler fires or the context is cancelled.
type ANEDaemonConnectionClass ¶
type ANEDaemonConnectionClass struct {
// contains filtered or unexported fields
}
func GetANEDaemonConnectionClass ¶
func GetANEDaemonConnectionClass() ANEDaemonConnectionClass
GetANEDaemonConnectionClass returns the class object for _ANEDaemonConnection.
func (ANEDaemonConnectionClass) Alloc ¶
func (ac ANEDaemonConnectionClass) Alloc() ANEDaemonConnection
Alloc allocates memory for a new instance of the class.
func (ANEDaemonConnectionClass) Class ¶ added in v0.5.0
func (ac ANEDaemonConnectionClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEDaemonConnectionClass) DaemonConnectionRestricted ¶
func (_ANEDaemonConnectionClass ANEDaemonConnectionClass) DaemonConnectionRestricted() objectivec.IObject
func (ANEDaemonConnectionClass) UserDaemonConnection ¶
func (_ANEDaemonConnectionClass ANEDaemonConnectionClass) UserDaemonConnection() objectivec.IObject
type ANEDaemonProtocol ¶ added in v0.5.0
type ANEDaemonProtocol interface {
objectivec.IObject
}
_ANEDaemonProtocol protocol.
type ANEDaemonProtocolObject ¶ added in v0.5.0
type ANEDaemonProtocolObject struct {
objectivec.Object
}
ANEDaemonProtocolObject wraps an existing Objective-C object that conforms to the ANEDaemonProtocol protocol.
func ANEDaemonProtocolObjectFromID ¶ added in v0.5.0
func ANEDaemonProtocolObjectFromID(id objc.ID) ANEDaemonProtocolObject
ANEDaemonProtocolObjectFromID constructs a ANEDaemonProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (ANEDaemonProtocolObject) BaseObject ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) BaseObject() objectivec.Object
func (ANEDaemonProtocolObject) CompileModelSandboxExtensionOptionsQosWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) CompileModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonProtocolObject) CompiledModelExistsForWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) CompiledModelExistsForWithReply(for_ objectivec.IObject, reply VoidHandler)
func (ANEDaemonProtocolObject) CompiledModelExistsMatchingHashWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) CompiledModelExistsMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
func (ANEDaemonProtocolObject) LoadModelNewInstanceOptionsModelInstParamsQosWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) LoadModelNewInstanceOptionsModelInstParamsQosWithReply(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonProtocolObject) LoadModelSandboxExtensionOptionsQosWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) LoadModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonProtocolObject) PrepareChainingWithModelOptionsChainingReqQosWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) PrepareChainingWithModelOptionsChainingReqQosWithReply(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, qos uint32, reply VoidHandler)
func (ANEDaemonProtocolObject) PurgeCompiledModelMatchingHashWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) PurgeCompiledModelMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
func (ANEDaemonProtocolObject) PurgeCompiledModelWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) PurgeCompiledModelWithReply(model objectivec.IObject, reply VoidHandler)
func (ANEDaemonProtocolObject) ReportTelemetryToPPSPlayload ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) ReportTelemetryToPPSPlayload(pps objectivec.IObject, playload objectivec.IObject)
func (ANEDaemonProtocolObject) UnloadModelOptionsQosWithReply ¶ added in v0.5.0
func (o ANEDaemonProtocolObject) UnloadModelOptionsQosWithReply(model objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
type ANEDataReporter ¶
type ANEDataReporter struct {
objectivec.Object
}
func ANEDataReporterFromID ¶
func ANEDataReporterFromID(id objc.ID) ANEDataReporter
ANEDataReporterFromID constructs a ANEDataReporter from an objc.ID.
func NewANEDataReporter ¶
func NewANEDataReporter() ANEDataReporter
NewANEDataReporter creates a new ANEDataReporter instance.
func (ANEDataReporter) Autorelease ¶
func (a ANEDataReporter) Autorelease() ANEDataReporter
Autorelease adds the receiver to the current autorelease pool.
func (ANEDataReporter) Init ¶
func (a ANEDataReporter) Init() ANEDataReporter
Init initializes the instance.
type ANEDataReporterClass ¶
type ANEDataReporterClass struct {
// contains filtered or unexported fields
}
func GetANEDataReporterClass ¶
func GetANEDataReporterClass() ANEDataReporterClass
GetANEDataReporterClass returns the class object for _ANEDataReporter.
func (ANEDataReporterClass) AddValueForScalarKey ¶
func (_ANEDataReporterClass ANEDataReporterClass) AddValueForScalarKey(value int64, key objectivec.IObject)
func (ANEDataReporterClass) Alloc ¶
func (ac ANEDataReporterClass) Alloc() ANEDataReporter
Alloc allocates memory for a new instance of the class.
func (ANEDataReporterClass) AnalyticsKey ¶
func (_ANEDataReporterClass ANEDataReporterClass) AnalyticsKey(key objectivec.IObject) objectivec.IObject
func (ANEDataReporterClass) Class ¶ added in v0.5.0
func (ac ANEDataReporterClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEDataReporterClass) ReportClientModelName ¶
func (_ANEDataReporterClass ANEDataReporterClass) ReportClientModelName(client objectivec.IObject, name objectivec.IObject) objectivec.IObject
func (ANEDataReporterClass) ReportErrorMsgStatus ¶
func (_ANEDataReporterClass ANEDataReporterClass) ReportErrorMsgStatus(msg uint32, status uint32)
func (ANEDataReporterClass) ReportTelemetryToCoreAnalyticsPayload ¶ added in v0.5.0
func (_ANEDataReporterClass ANEDataReporterClass) ReportTelemetryToCoreAnalyticsPayload(analytics objectivec.IObject, payload objectivec.IObject)
func (ANEDataReporterClass) ReportTelemetryToPPSPlayload ¶
func (_ANEDataReporterClass ANEDataReporterClass) ReportTelemetryToPPSPlayload(pps objectivec.IObject, playload objectivec.IObject)
type ANEDeviceController ¶
type ANEDeviceController struct {
objectivec.Object
}
Methods ¶
- ANEDeviceController.Device
- ANEDeviceController.SetDevice
- ANEDeviceController.IsPrivileged
- ANEDeviceController.ProgramHandle
- ANEDeviceController.Start
- ANEDeviceController.Stop
- ANEDeviceController.Usecount
- ANEDeviceController.SetUsecount
- ANEDeviceController.InitWithANEPrivilegedVM
- ANEDeviceController.InitWithProgramHandlePriviledged
func ANEDeviceControllerFromID ¶
func ANEDeviceControllerFromID(id objc.ID) ANEDeviceController
ANEDeviceControllerFromID constructs a ANEDeviceController from an objc.ID.
func NewANEDeviceController ¶
func NewANEDeviceController() ANEDeviceController
NewANEDeviceController creates a new ANEDeviceController instance.
func NewANEDeviceControllerWithANEPrivilegedVM ¶
func NewANEDeviceControllerWithANEPrivilegedVM(vm bool) ANEDeviceController
func NewANEDeviceControllerWithProgramHandlePriviledged ¶
func NewANEDeviceControllerWithProgramHandlePriviledged(handle uint64, priviledged bool) ANEDeviceController
func (ANEDeviceController) Autorelease ¶
func (a ANEDeviceController) Autorelease() ANEDeviceController
Autorelease adds the receiver to the current autorelease pool.
func (ANEDeviceController) Device ¶
func (a ANEDeviceController) Device() unsafe.Pointer
func (ANEDeviceController) Init ¶
func (a ANEDeviceController) Init() ANEDeviceController
Init initializes the instance.
func (ANEDeviceController) InitWithANEPrivilegedVM ¶
func (a ANEDeviceController) InitWithANEPrivilegedVM(vm bool) ANEDeviceController
func (ANEDeviceController) InitWithProgramHandlePriviledged ¶
func (a ANEDeviceController) InitWithProgramHandlePriviledged(handle uint64, priviledged bool) ANEDeviceController
func (ANEDeviceController) IsPrivileged ¶
func (a ANEDeviceController) IsPrivileged() bool
func (ANEDeviceController) ProgramHandle ¶
func (a ANEDeviceController) ProgramHandle() uint64
func (ANEDeviceController) SetDevice ¶
func (a ANEDeviceController) SetDevice(value *ANEDeviceStruct)
func (ANEDeviceController) SetUsecount ¶
func (a ANEDeviceController) SetUsecount(value int64)
func (ANEDeviceController) Start ¶
func (a ANEDeviceController) Start()
func (ANEDeviceController) Stop ¶
func (a ANEDeviceController) Stop()
func (ANEDeviceController) Usecount ¶
func (a ANEDeviceController) Usecount() int64
type ANEDeviceControllerClass ¶
type ANEDeviceControllerClass struct {
// contains filtered or unexported fields
}
func GetANEDeviceControllerClass ¶
func GetANEDeviceControllerClass() ANEDeviceControllerClass
GetANEDeviceControllerClass returns the class object for _ANEDeviceController.
func (ANEDeviceControllerClass) Alloc ¶
func (ac ANEDeviceControllerClass) Alloc() ANEDeviceController
Alloc allocates memory for a new instance of the class.
func (ANEDeviceControllerClass) Class ¶ added in v0.5.0
func (ac ANEDeviceControllerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEDeviceControllerClass) ControllerWithPrivilegedVM ¶
func (_ANEDeviceControllerClass ANEDeviceControllerClass) ControllerWithPrivilegedVM(vm bool) objectivec.IObject
func (ANEDeviceControllerClass) ControllerWithProgramHandle ¶
func (_ANEDeviceControllerClass ANEDeviceControllerClass) ControllerWithProgramHandle(handle uint64) objectivec.IObject
func (ANEDeviceControllerClass) SharedPrivilegedConnection ¶
func (_ANEDeviceControllerClass ANEDeviceControllerClass) SharedPrivilegedConnection() ANEDeviceController
type ANEDeviceInfo ¶
type ANEDeviceInfo struct {
objectivec.Object
}
func ANEDeviceInfoFromID ¶
func ANEDeviceInfoFromID(id objc.ID) ANEDeviceInfo
ANEDeviceInfoFromID constructs a ANEDeviceInfo from an objc.ID.
func NewANEDeviceInfo ¶
func NewANEDeviceInfo() ANEDeviceInfo
NewANEDeviceInfo creates a new ANEDeviceInfo instance.
func (ANEDeviceInfo) Autorelease ¶
func (a ANEDeviceInfo) Autorelease() ANEDeviceInfo
Autorelease adds the receiver to the current autorelease pool.
func (ANEDeviceInfo) Init ¶
func (a ANEDeviceInfo) Init() ANEDeviceInfo
Init initializes the instance.
type ANEDeviceInfoClass ¶
type ANEDeviceInfoClass struct {
// contains filtered or unexported fields
}
func GetANEDeviceInfoClass ¶
func GetANEDeviceInfoClass() ANEDeviceInfoClass
GetANEDeviceInfoClass returns the class object for _ANEDeviceInfo.
func (ANEDeviceInfoClass) Alloc ¶
func (ac ANEDeviceInfoClass) Alloc() ANEDeviceInfo
Alloc allocates memory for a new instance of the class.
func (ANEDeviceInfoClass) AneArchitectureType ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneArchitectureType() objectivec.IObject
func (ANEDeviceInfoClass) AneBoardType ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneBoardType() int64
func (ANEDeviceInfoClass) AneSubType ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneSubType() objectivec.IObject
func (ANEDeviceInfoClass) AneSubTypeAndVariant ¶ added in v0.5.0
func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneSubTypeAndVariant() objectivec.IObject
func (ANEDeviceInfoClass) AneSubTypeProductVariant ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneSubTypeProductVariant() objectivec.IObject
func (ANEDeviceInfoClass) AneSubTypeVariant ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) AneSubTypeVariant() objectivec.IObject
func (ANEDeviceInfoClass) BootArgs ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) BootArgs() objectivec.IObject
func (ANEDeviceInfoClass) BuildVersion ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) BuildVersion() objectivec.IObject
func (ANEDeviceInfoClass) Class ¶ added in v0.5.0
func (ac ANEDeviceInfoClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEDeviceInfoClass) HasANE ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) HasANE() bool
func (ANEDeviceInfoClass) IsBoolBootArgSetTrue ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsBoolBootArgSetTrue(true_ objectivec.IObject) bool
func (ANEDeviceInfoClass) IsBootArgPresent ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsBootArgPresent(present objectivec.IObject) bool
func (ANEDeviceInfoClass) IsExcessivePowerDrainWhenIdle ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsExcessivePowerDrainWhenIdle() bool
func (ANEDeviceInfoClass) IsInternalBuild ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsInternalBuild() bool
func (ANEDeviceInfoClass) IsVirtualMachine ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) IsVirtualMachine() bool
func (ANEDeviceInfoClass) NumANECores ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) NumANECores() uint32
func (ANEDeviceInfoClass) NumANEs ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) NumANEs() uint32
func (ANEDeviceInfoClass) PrecompiledModelChecksDisabled ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) PrecompiledModelChecksDisabled() bool
func (ANEDeviceInfoClass) ProductName ¶
func (_ANEDeviceInfoClass ANEDeviceInfoClass) ProductName() objectivec.IObject
type ANEErrors ¶
type ANEErrors struct {
objectivec.Object
}
func ANEErrorsFromID ¶
ANEErrorsFromID constructs a ANEErrors from an objc.ID.
func (ANEErrors) Autorelease ¶
Autorelease adds the receiver to the current autorelease pool.
type ANEErrorsClass ¶
type ANEErrorsClass struct {
// contains filtered or unexported fields
}
func GetANEErrorsClass ¶
func GetANEErrorsClass() ANEErrorsClass
GetANEErrorsClass returns the class object for _ANEErrors.
func (ANEErrorsClass) Alloc ¶
func (ac ANEErrorsClass) Alloc() ANEErrors
Alloc allocates memory for a new instance of the class.
func (ANEErrorsClass) BadArgumentForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) BadArgumentForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) BaseModelIdentifierNotFoundForNewInstanceMethod ¶
func (_ANEErrorsClass ANEErrorsClass) BaseModelIdentifierNotFoundForNewInstanceMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) Class ¶ added in v0.5.0
func (ac ANEErrorsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEErrorsClass) CreateErrorWithCodeDescription ¶
func (_ANEErrorsClass ANEErrorsClass) CreateErrorWithCodeDescription(code int64, description objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) DataNotFoundForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) DataNotFoundForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) EntitlementErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) EntitlementErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) FileAccessErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) FileAccessErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) FileNotFoundErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) FileNotFoundErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) GuestToHostInterfaceTooOld ¶
func (_ANEErrorsClass ANEErrorsClass) GuestToHostInterfaceTooOld(old objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) HostTooOld ¶
func (_ANEErrorsClass ANEErrorsClass) HostTooOld(old objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) InvalidModelErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) InvalidModelErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) InvalidModelInstanceErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) InvalidModelInstanceErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) InvalidModelKeyErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) InvalidModelKeyErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) MissingCodeSigningErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) MissingCodeSigningErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ModelIdentifierNotFoundForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ModelIdentifierNotFoundForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ModelNewInstanceCacheIdentifierNotNilMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ModelNewInstanceCacheIdentifierNotNilMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) NotSupportedErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) NotSupportedErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) PriorityErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) PriorityErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ProgramChainingPrepareErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramChainingPrepareErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ProgramCreationErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramCreationErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ProgramIOSurfacesMapErrorForMethodCode ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramIOSurfacesMapErrorForMethodCode(method objectivec.IObject, code int64) objectivec.IObject
func (ANEErrorsClass) ProgramIOSurfacesUnmapErrorForMethodCode ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramIOSurfacesUnmapErrorForMethodCode(method objectivec.IObject, code int64) objectivec.IObject
func (ANEErrorsClass) ProgramInferenceOtherErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramInferenceOtherErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ProgramInferenceOverflowErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramInferenceOverflowErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ProgramInferenceProgramNotFoundForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramInferenceProgramNotFoundForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ProgramLoadErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramLoadErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ProgramLoadErrorForMethodCode ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramLoadErrorForMethodCode(method objectivec.IObject, code int64) objectivec.IObject
func (ANEErrorsClass) ProgramLoadNewInstanceErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramLoadNewInstanceErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) ProgramLoadNewInstanceErrorForMethodCode ¶
func (_ANEErrorsClass ANEErrorsClass) ProgramLoadNewInstanceErrorForMethodCode(method objectivec.IObject, code int64) objectivec.IObject
func (ANEErrorsClass) SystemModelPurgeNotAllowedForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) SystemModelPurgeNotAllowedForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) TimeoutErrorForMethod ¶
func (_ANEErrorsClass ANEErrorsClass) TimeoutErrorForMethod(method objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) VirtualizationDataError ¶
func (_ANEErrorsClass ANEErrorsClass) VirtualizationDataError(error_ objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) VirtualizationHostError ¶
func (_ANEErrorsClass ANEErrorsClass) VirtualizationHostError(error_ objectivec.IObject) objectivec.IObject
func (ANEErrorsClass) VirtualizationHostErrorError ¶
func (_ANEErrorsClass ANEErrorsClass) VirtualizationHostErrorError(hostError foundation.NSError, underlyingError foundation.NSError) objectivec.IObject
func (ANEErrorsClass) VirtualizationKernelErrorKernelErrorCode ¶
func (_ANEErrorsClass ANEErrorsClass) VirtualizationKernelErrorKernelErrorCode(error_ objectivec.IObject, code int) objectivec.IObject
type ANEHashEncoding ¶
type ANEHashEncoding struct {
objectivec.Object
}
func ANEHashEncodingFromID ¶
func ANEHashEncodingFromID(id objc.ID) ANEHashEncoding
ANEHashEncodingFromID constructs a ANEHashEncoding from an objc.ID.
func NewANEHashEncoding ¶
func NewANEHashEncoding() ANEHashEncoding
NewANEHashEncoding creates a new ANEHashEncoding instance.
func (ANEHashEncoding) Autorelease ¶
func (a ANEHashEncoding) Autorelease() ANEHashEncoding
Autorelease adds the receiver to the current autorelease pool.
func (ANEHashEncoding) Init ¶
func (a ANEHashEncoding) Init() ANEHashEncoding
Init initializes the instance.
type ANEHashEncodingClass ¶
type ANEHashEncodingClass struct {
// contains filtered or unexported fields
}
func GetANEHashEncodingClass ¶
func GetANEHashEncodingClass() ANEHashEncodingClass
GetANEHashEncodingClass returns the class object for _ANEHashEncoding.
func (ANEHashEncodingClass) Alloc ¶
func (ac ANEHashEncodingClass) Alloc() ANEHashEncoding
Alloc allocates memory for a new instance of the class.
func (ANEHashEncodingClass) Class ¶ added in v0.5.0
func (ac ANEHashEncodingClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEHashEncodingClass) ConvertToHexStringLength ¶
func (_ANEHashEncodingClass ANEHashEncodingClass) ConvertToHexStringLength(string_ string, length uint64) objectivec.IObject
func (ANEHashEncodingClass) CopySHA256ForToBuffer ¶
func (_ANEHashEncodingClass ANEHashEncodingClass) CopySHA256ForToBuffer(sHA256For objectivec.IObject, buffer string)
func (ANEHashEncodingClass) HashForStringSeed ¶
func (_ANEHashEncodingClass ANEHashEncodingClass) HashForStringSeed(string_ objectivec.IObject, seed uint32) uint32
func (ANEHashEncodingClass) HexStringForBytesLength ¶
func (_ANEHashEncodingClass ANEHashEncodingClass) HexStringForBytesLength(bytes string, length uint64) objectivec.IObject
func (ANEHashEncodingClass) HexStringForData ¶
func (_ANEHashEncodingClass ANEHashEncodingClass) HexStringForData(data objectivec.IObject) objectivec.IObject
func (ANEHashEncodingClass) HexStringForDataArray ¶
func (_ANEHashEncodingClass ANEHashEncodingClass) HexStringForDataArray(array objectivec.IObject) objectivec.IObject
func (ANEHashEncodingClass) HexStringForString ¶
func (_ANEHashEncodingClass ANEHashEncodingClass) HexStringForString(string_ objectivec.IObject) objectivec.IObject
type ANEIOSurfaceObject ¶
type ANEIOSurfaceObject struct {
objectivec.Object
}
Methods ¶
- ANEIOSurfaceObject.EncodeWithCoder
- ANEIOSurfaceObject.IoSurface
- ANEIOSurfaceObject.MetalBufferWithDeviceMultiBufferFrame
- ANEIOSurfaceObject.StartOffset
- ANEIOSurfaceObject.InitWithCoder
- ANEIOSurfaceObject.InitWithIOSurfaceStartOffsetShouldRetain
func ANEIOSurfaceObjectFromID ¶
func ANEIOSurfaceObjectFromID(id objc.ID) ANEIOSurfaceObject
ANEIOSurfaceObjectFromID constructs a ANEIOSurfaceObject from an objc.ID.
func NewANEIOSurfaceObject ¶
func NewANEIOSurfaceObject() ANEIOSurfaceObject
NewANEIOSurfaceObject creates a new ANEIOSurfaceObject instance.
func NewANEIOSurfaceObjectWithCoder ¶
func NewANEIOSurfaceObjectWithCoder(coder objectivec.IObject) ANEIOSurfaceObject
func NewANEIOSurfaceObjectWithIOSurfaceStartOffsetShouldRetain ¶
func NewANEIOSurfaceObjectWithIOSurfaceStartOffsetShouldRetain(iOSurface coregraphics.IOSurfaceRef, offset objectivec.IObject, retain bool) ANEIOSurfaceObject
func (ANEIOSurfaceObject) Autorelease ¶
func (a ANEIOSurfaceObject) Autorelease() ANEIOSurfaceObject
Autorelease adds the receiver to the current autorelease pool.
func (ANEIOSurfaceObject) EncodeWithCoder ¶
func (a ANEIOSurfaceObject) EncodeWithCoder(coder foundation.INSCoder)
func (ANEIOSurfaceObject) Init ¶
func (a ANEIOSurfaceObject) Init() ANEIOSurfaceObject
Init initializes the instance.
func (ANEIOSurfaceObject) InitWithCoder ¶
func (a ANEIOSurfaceObject) InitWithCoder(coder foundation.INSCoder) ANEIOSurfaceObject
func (ANEIOSurfaceObject) InitWithIOSurfaceStartOffsetShouldRetain ¶
func (a ANEIOSurfaceObject) InitWithIOSurfaceStartOffsetShouldRetain(iOSurface coregraphics.IOSurfaceRef, offset objectivec.IObject, retain bool) ANEIOSurfaceObject
func (ANEIOSurfaceObject) IoSurface ¶
func (a ANEIOSurfaceObject) IoSurface() coregraphics.IOSurfaceRef
func (ANEIOSurfaceObject) MetalBufferWithDeviceMultiBufferFrame ¶
func (a ANEIOSurfaceObject) MetalBufferWithDeviceMultiBufferFrame(device objectivec.IObject, frame uint64) metal.MTLBuffer
func (ANEIOSurfaceObject) StartOffset ¶
func (a ANEIOSurfaceObject) StartOffset() foundation.NSNumber
type ANEIOSurfaceObjectClass ¶
type ANEIOSurfaceObjectClass struct {
// contains filtered or unexported fields
}
func GetANEIOSurfaceObjectClass ¶
func GetANEIOSurfaceObjectClass() ANEIOSurfaceObjectClass
GetANEIOSurfaceObjectClass returns the class object for _ANEIOSurfaceObject.
func (ANEIOSurfaceObjectClass) Alloc ¶
func (ac ANEIOSurfaceObjectClass) Alloc() ANEIOSurfaceObject
Alloc allocates memory for a new instance of the class.
func (ANEIOSurfaceObjectClass) Class ¶ added in v0.5.0
func (ac ANEIOSurfaceObjectClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEIOSurfaceObjectClass) CreateIOSurfaceWithWidthPixel_sizeHeight ¶
func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) CreateIOSurfaceWithWidthPixel_sizeHeight(width int, pixel_size int, height int) coregraphics.IOSurfaceRef
func (ANEIOSurfaceObjectClass) CreateIOSurfaceWithWidthPixel_sizeHeightBytesPerElement ¶
func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) CreateIOSurfaceWithWidthPixel_sizeHeightBytesPerElement(width int, pixel_size int, height int, element int) coregraphics.IOSurfaceRef
func (ANEIOSurfaceObjectClass) ObjectWithIOSurface ¶
func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) ObjectWithIOSurface(iOSurface coregraphics.IOSurfaceRef) objectivec.IObject
func (ANEIOSurfaceObjectClass) ObjectWithIOSurfaceNoRetainStartOffset ¶
func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) ObjectWithIOSurfaceNoRetainStartOffset(retain coregraphics.IOSurfaceRef, offset objectivec.IObject) objectivec.IObject
func (ANEIOSurfaceObjectClass) ObjectWithIOSurfaceStartOffset ¶
func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) ObjectWithIOSurfaceStartOffset(iOSurface coregraphics.IOSurfaceRef, offset objectivec.IObject) objectivec.IObject
func (ANEIOSurfaceObjectClass) SupportsSecureCoding ¶
func (_ANEIOSurfaceObjectClass ANEIOSurfaceObjectClass) SupportsSecureCoding() bool
type ANEIOSurfaceOutputSets ¶
type ANEIOSurfaceOutputSets struct {
objectivec.Object
}
Methods ¶
- ANEIOSurfaceOutputSets.EncodeWithCoder
- ANEIOSurfaceOutputSets.OutputBuffer
- ANEIOSurfaceOutputSets.StatsSurRef
- ANEIOSurfaceOutputSets.InitWithCoder
- ANEIOSurfaceOutputSets.InitWithstatsSurRefOutputBuffer
func ANEIOSurfaceOutputSetsFromID ¶
func ANEIOSurfaceOutputSetsFromID(id objc.ID) ANEIOSurfaceOutputSets
ANEIOSurfaceOutputSetsFromID constructs a ANEIOSurfaceOutputSets from an objc.ID.
func NewANEIOSurfaceOutputSets ¶
func NewANEIOSurfaceOutputSets() ANEIOSurfaceOutputSets
NewANEIOSurfaceOutputSets creates a new ANEIOSurfaceOutputSets instance.
func NewANEIOSurfaceOutputSetsWithCoder ¶
func NewANEIOSurfaceOutputSetsWithCoder(coder objectivec.IObject) ANEIOSurfaceOutputSets
func NewANEIOSurfaceOutputSetsWithstatsSurRefOutputBuffer ¶
func NewANEIOSurfaceOutputSetsWithstatsSurRefOutputBuffer(ref coregraphics.IOSurfaceRef, buffer objectivec.IObject) ANEIOSurfaceOutputSets
func (ANEIOSurfaceOutputSets) Autorelease ¶
func (a ANEIOSurfaceOutputSets) Autorelease() ANEIOSurfaceOutputSets
Autorelease adds the receiver to the current autorelease pool.
func (ANEIOSurfaceOutputSets) EncodeWithCoder ¶
func (a ANEIOSurfaceOutputSets) EncodeWithCoder(coder foundation.INSCoder)
func (ANEIOSurfaceOutputSets) Init ¶
func (a ANEIOSurfaceOutputSets) Init() ANEIOSurfaceOutputSets
Init initializes the instance.
func (ANEIOSurfaceOutputSets) InitWithCoder ¶
func (a ANEIOSurfaceOutputSets) InitWithCoder(coder foundation.INSCoder) ANEIOSurfaceOutputSets
func (ANEIOSurfaceOutputSets) InitWithstatsSurRefOutputBuffer ¶
func (a ANEIOSurfaceOutputSets) InitWithstatsSurRefOutputBuffer(ref coregraphics.IOSurfaceRef, buffer objectivec.IObject) ANEIOSurfaceOutputSets
func (ANEIOSurfaceOutputSets) OutputBuffer ¶
func (a ANEIOSurfaceOutputSets) OutputBuffer() foundation.INSArray
func (ANEIOSurfaceOutputSets) StatsSurRef ¶
func (a ANEIOSurfaceOutputSets) StatsSurRef() coregraphics.IOSurfaceRef
type ANEIOSurfaceOutputSetsClass ¶
type ANEIOSurfaceOutputSetsClass struct {
// contains filtered or unexported fields
}
func GetANEIOSurfaceOutputSetsClass ¶
func GetANEIOSurfaceOutputSetsClass() ANEIOSurfaceOutputSetsClass
GetANEIOSurfaceOutputSetsClass returns the class object for _ANEIOSurfaceOutputSets.
func (ANEIOSurfaceOutputSetsClass) Alloc ¶
func (ac ANEIOSurfaceOutputSetsClass) Alloc() ANEIOSurfaceOutputSets
Alloc allocates memory for a new instance of the class.
func (ANEIOSurfaceOutputSetsClass) Class ¶ added in v0.5.0
func (ac ANEIOSurfaceOutputSetsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEIOSurfaceOutputSetsClass) ObjectWithstatsSurRefOutputBuffer ¶
func (_ANEIOSurfaceOutputSetsClass ANEIOSurfaceOutputSetsClass) ObjectWithstatsSurRefOutputBuffer(ref coregraphics.IOSurfaceRef, buffer objectivec.IObject) objectivec.IObject
func (ANEIOSurfaceOutputSetsClass) SupportsSecureCoding ¶
func (_ANEIOSurfaceOutputSetsClass ANEIOSurfaceOutputSetsClass) SupportsSecureCoding() bool
type ANEInMemoryModel ¶
type ANEInMemoryModel struct {
objectivec.Object
}
Methods ¶
- ANEInMemoryModel.CompileWithQoSOptionsError
- ANEInMemoryModel.CompiledModelExists
- ANEInMemoryModel.CompilerOptionsFileName
- ANEInMemoryModel.SetCompilerOptionsFileName
- ANEInMemoryModel.CompilerOptionsWithOptionsIsCompiledModelCached
- ANEInMemoryModel.Descriptor
- ANEInMemoryModel.SetDescriptor
- ANEInMemoryModel.EvaluateWithQoSOptionsRequestError
- ANEInMemoryModel.HexStringIdentifier
- ANEInMemoryModel.IntermediateBufferHandle
- ANEInMemoryModel.SetIntermediateBufferHandle
- ANEInMemoryModel.IsMILModel
- ANEInMemoryModel.LoadWithQoSOptionsError
- ANEInMemoryModel.LocalModelPath
- ANEInMemoryModel.MapIOSurfacesWithRequestCacheInferenceError
- ANEInMemoryModel.Model
- ANEInMemoryModel.SetModel
- ANEInMemoryModel.ModelAttributes
- ANEInMemoryModel.SetModelAttributes
- ANEInMemoryModel.ModelURL
- ANEInMemoryModel.SetModelURL
- ANEInMemoryModel.PerfStatsMask
- ANEInMemoryModel.SetPerfStatsMask
- ANEInMemoryModel.Program
- ANEInMemoryModel.SetProgram
- ANEInMemoryModel.ProgramHandle
- ANEInMemoryModel.SetProgramHandle
- ANEInMemoryModel.PurgeCompiledModel
- ANEInMemoryModel.QueueDepth
- ANEInMemoryModel.SetQueueDepth
- ANEInMemoryModel.SaveModelFiles
- ANEInMemoryModel.SharedConnection
- ANEInMemoryModel.State
- ANEInMemoryModel.SetState
- ANEInMemoryModel.String_id
- ANEInMemoryModel.UnloadWithQoSError
- ANEInMemoryModel.UnmapIOSurfacesWithRequest
- ANEInMemoryModel.InitWithDesctiptor
func ANEInMemoryModelFromID ¶
func ANEInMemoryModelFromID(id objc.ID) ANEInMemoryModel
ANEInMemoryModelFromID constructs a ANEInMemoryModel from an objc.ID.
func NewANEInMemoryModel ¶
func NewANEInMemoryModel() ANEInMemoryModel
NewANEInMemoryModel creates a new ANEInMemoryModel instance.
func NewANEInMemoryModelWithDesctiptor ¶
func NewANEInMemoryModelWithDesctiptor(desctiptor objectivec.IObject) ANEInMemoryModel
func (ANEInMemoryModel) Autorelease ¶
func (a ANEInMemoryModel) Autorelease() ANEInMemoryModel
Autorelease adds the receiver to the current autorelease pool.
func (ANEInMemoryModel) CompileWithQoSOptionsError ¶
func (a ANEInMemoryModel) CompileWithQoSOptionsError(s uint32, options objectivec.IObject) (bool, error)
func (ANEInMemoryModel) CompiledModelExists ¶
func (a ANEInMemoryModel) CompiledModelExists() bool
func (ANEInMemoryModel) CompilerOptionsFileName ¶
func (a ANEInMemoryModel) CompilerOptionsFileName() string
func (ANEInMemoryModel) CompilerOptionsWithOptionsIsCompiledModelCached ¶
func (a ANEInMemoryModel) CompilerOptionsWithOptionsIsCompiledModelCached(options objectivec.IObject, cached bool) objectivec.IObject
func (ANEInMemoryModel) Descriptor ¶
func (a ANEInMemoryModel) Descriptor() IANEInMemoryModelDescriptor
func (ANEInMemoryModel) EvaluateWithQoSOptionsRequestError ¶
func (a ANEInMemoryModel) EvaluateWithQoSOptionsRequestError(s uint32, options objectivec.IObject, request objectivec.IObject) (bool, error)
func (ANEInMemoryModel) HexStringIdentifier ¶
func (a ANEInMemoryModel) HexStringIdentifier() string
func (ANEInMemoryModel) Init ¶
func (a ANEInMemoryModel) Init() ANEInMemoryModel
Init initializes the instance.
func (ANEInMemoryModel) InitWithDesctiptor ¶
func (a ANEInMemoryModel) InitWithDesctiptor(desctiptor objectivec.IObject) ANEInMemoryModel
func (ANEInMemoryModel) IntermediateBufferHandle ¶
func (a ANEInMemoryModel) IntermediateBufferHandle() uint64
func (ANEInMemoryModel) IsMILModel ¶
func (a ANEInMemoryModel) IsMILModel() bool
func (ANEInMemoryModel) LoadWithQoSOptionsError ¶
func (a ANEInMemoryModel) LoadWithQoSOptionsError(s uint32, options objectivec.IObject) (bool, error)
func (ANEInMemoryModel) LocalModelPath ¶
func (a ANEInMemoryModel) LocalModelPath() objectivec.IObject
func (ANEInMemoryModel) MapIOSurfacesWithRequestCacheInferenceError ¶
func (a ANEInMemoryModel) MapIOSurfacesWithRequestCacheInferenceError(request objectivec.IObject, inference bool) (bool, error)
func (ANEInMemoryModel) Model ¶
func (a ANEInMemoryModel) Model() IANEModel
func (ANEInMemoryModel) ModelAttributes ¶
func (a ANEInMemoryModel) ModelAttributes() foundation.INSDictionary
func (ANEInMemoryModel) ModelURL ¶
func (a ANEInMemoryModel) ModelURL() foundation.NSURL
func (ANEInMemoryModel) PerfStatsMask ¶
func (a ANEInMemoryModel) PerfStatsMask() uint32
func (ANEInMemoryModel) Program ¶
func (a ANEInMemoryModel) Program() IANEProgramForEvaluation
func (ANEInMemoryModel) ProgramHandle ¶
func (a ANEInMemoryModel) ProgramHandle() uint64
func (ANEInMemoryModel) PurgeCompiledModel ¶
func (a ANEInMemoryModel) PurgeCompiledModel()
func (ANEInMemoryModel) QueueDepth ¶
func (a ANEInMemoryModel) QueueDepth() int8
func (ANEInMemoryModel) SaveModelFiles ¶
func (a ANEInMemoryModel) SaveModelFiles() objectivec.IObject
func (ANEInMemoryModel) SetCompilerOptionsFileName ¶
func (a ANEInMemoryModel) SetCompilerOptionsFileName(value string)
func (ANEInMemoryModel) SetDescriptor ¶
func (a ANEInMemoryModel) SetDescriptor(value IANEInMemoryModelDescriptor)
func (ANEInMemoryModel) SetIntermediateBufferHandle ¶
func (a ANEInMemoryModel) SetIntermediateBufferHandle(value uint64)
func (ANEInMemoryModel) SetModel ¶
func (a ANEInMemoryModel) SetModel(value IANEModel)
func (ANEInMemoryModel) SetModelAttributes ¶
func (a ANEInMemoryModel) SetModelAttributes(value foundation.INSDictionary)
func (ANEInMemoryModel) SetModelURL ¶
func (a ANEInMemoryModel) SetModelURL(value foundation.NSURL)
func (ANEInMemoryModel) SetPerfStatsMask ¶
func (a ANEInMemoryModel) SetPerfStatsMask(value uint32)
func (ANEInMemoryModel) SetProgram ¶
func (a ANEInMemoryModel) SetProgram(value IANEProgramForEvaluation)
func (ANEInMemoryModel) SetProgramHandle ¶
func (a ANEInMemoryModel) SetProgramHandle(value uint64)
func (ANEInMemoryModel) SetQueueDepth ¶
func (a ANEInMemoryModel) SetQueueDepth(value int8)
func (ANEInMemoryModel) SetState ¶
func (a ANEInMemoryModel) SetState(value uint64)
func (ANEInMemoryModel) SharedConnection ¶
func (a ANEInMemoryModel) SharedConnection() IANEClient
func (ANEInMemoryModel) State ¶
func (a ANEInMemoryModel) State() uint64
func (ANEInMemoryModel) String_id ¶
func (a ANEInMemoryModel) String_id() uint64
func (ANEInMemoryModel) UnloadWithQoSError ¶
func (a ANEInMemoryModel) UnloadWithQoSError(s uint32) (bool, error)
func (ANEInMemoryModel) UnmapIOSurfacesWithRequest ¶
func (a ANEInMemoryModel) UnmapIOSurfacesWithRequest(request objectivec.IObject)
type ANEInMemoryModelClass ¶
type ANEInMemoryModelClass struct {
// contains filtered or unexported fields
}
func GetANEInMemoryModelClass ¶
func GetANEInMemoryModelClass() ANEInMemoryModelClass
GetANEInMemoryModelClass returns the class object for _ANEInMemoryModel.
func (ANEInMemoryModelClass) Alloc ¶
func (ac ANEInMemoryModelClass) Alloc() ANEInMemoryModel
Alloc allocates memory for a new instance of the class.
func (ANEInMemoryModelClass) Class ¶ added in v0.5.0
func (ac ANEInMemoryModelClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEInMemoryModelClass) InMemoryModelWithDescriptor ¶
func (_ANEInMemoryModelClass ANEInMemoryModelClass) InMemoryModelWithDescriptor(descriptor objectivec.IObject) objectivec.IObject
type ANEInMemoryModelDescriptor ¶
type ANEInMemoryModelDescriptor struct {
objectivec.Object
}
Methods ¶
- ANEInMemoryModelDescriptor.HexStringIdentifier
- ANEInMemoryModelDescriptor.IsEqualToInMemoryModelDescriptor
- ANEInMemoryModelDescriptor.IsMILModel
- ANEInMemoryModelDescriptor.NetworkText
- ANEInMemoryModelDescriptor.NetworkTextHash
- ANEInMemoryModelDescriptor.OptionsPlist
- ANEInMemoryModelDescriptor.OptionsPlistHash
- ANEInMemoryModelDescriptor.Weights
- ANEInMemoryModelDescriptor.WeightsHash
- ANEInMemoryModelDescriptor.InitWithNetworkTextWeightsOptionsPlistIsMILModel
func ANEInMemoryModelDescriptorFromID ¶
func ANEInMemoryModelDescriptorFromID(id objc.ID) ANEInMemoryModelDescriptor
ANEInMemoryModelDescriptorFromID constructs a ANEInMemoryModelDescriptor from an objc.ID.
func NewANEInMemoryModelDescriptor ¶
func NewANEInMemoryModelDescriptor() ANEInMemoryModelDescriptor
NewANEInMemoryModelDescriptor creates a new ANEInMemoryModelDescriptor instance.
func NewANEInMemoryModelDescriptorWithNetworkTextWeightsOptionsPlistIsMILModel ¶
func NewANEInMemoryModelDescriptorWithNetworkTextWeightsOptionsPlistIsMILModel(text objectivec.IObject, weights objectivec.IObject, plist objectivec.IObject, mILModel bool) ANEInMemoryModelDescriptor
func (ANEInMemoryModelDescriptor) Autorelease ¶
func (a ANEInMemoryModelDescriptor) Autorelease() ANEInMemoryModelDescriptor
Autorelease adds the receiver to the current autorelease pool.
func (ANEInMemoryModelDescriptor) HexStringIdentifier ¶
func (a ANEInMemoryModelDescriptor) HexStringIdentifier() objectivec.IObject
func (ANEInMemoryModelDescriptor) Init ¶
func (a ANEInMemoryModelDescriptor) Init() ANEInMemoryModelDescriptor
Init initializes the instance.
func (ANEInMemoryModelDescriptor) InitWithNetworkTextWeightsOptionsPlistIsMILModel ¶
func (a ANEInMemoryModelDescriptor) InitWithNetworkTextWeightsOptionsPlistIsMILModel(text objectivec.IObject, weights objectivec.IObject, plist objectivec.IObject, mILModel bool) ANEInMemoryModelDescriptor
func (ANEInMemoryModelDescriptor) IsEqualToInMemoryModelDescriptor ¶
func (a ANEInMemoryModelDescriptor) IsEqualToInMemoryModelDescriptor(descriptor objectivec.IObject) bool
func (ANEInMemoryModelDescriptor) IsMILModel ¶
func (a ANEInMemoryModelDescriptor) IsMILModel() bool
func (ANEInMemoryModelDescriptor) NetworkText ¶
func (a ANEInMemoryModelDescriptor) NetworkText() foundation.NSData
func (ANEInMemoryModelDescriptor) NetworkTextHash ¶
func (a ANEInMemoryModelDescriptor) NetworkTextHash() string
func (ANEInMemoryModelDescriptor) OptionsPlist ¶
func (a ANEInMemoryModelDescriptor) OptionsPlist() foundation.NSData
func (ANEInMemoryModelDescriptor) OptionsPlistHash ¶
func (a ANEInMemoryModelDescriptor) OptionsPlistHash() string
func (ANEInMemoryModelDescriptor) Weights ¶
func (a ANEInMemoryModelDescriptor) Weights() foundation.INSDictionary
func (ANEInMemoryModelDescriptor) WeightsHash ¶
func (a ANEInMemoryModelDescriptor) WeightsHash() string
type ANEInMemoryModelDescriptorClass ¶
type ANEInMemoryModelDescriptorClass struct {
// contains filtered or unexported fields
}
func GetANEInMemoryModelDescriptorClass ¶
func GetANEInMemoryModelDescriptorClass() ANEInMemoryModelDescriptorClass
GetANEInMemoryModelDescriptorClass returns the class object for _ANEInMemoryModelDescriptor.
func (ANEInMemoryModelDescriptorClass) Alloc ¶
func (ac ANEInMemoryModelDescriptorClass) Alloc() ANEInMemoryModelDescriptor
Alloc allocates memory for a new instance of the class.
func (ANEInMemoryModelDescriptorClass) Class ¶ added in v0.5.0
func (ac ANEInMemoryModelDescriptorClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEInMemoryModelDescriptorClass) ModelWithMILTextWeightsOptionsPlist ¶
func (_ANEInMemoryModelDescriptorClass ANEInMemoryModelDescriptorClass) ModelWithMILTextWeightsOptionsPlist(mILText objectivec.IObject, weights objectivec.IObject, plist objectivec.IObject) objectivec.IObject
func (ANEInMemoryModelDescriptorClass) ModelWithMILTextWeightsOptionsPlistIsMILModel ¶ added in v0.2.0
func (_ANEInMemoryModelDescriptorClass ANEInMemoryModelDescriptorClass) ModelWithMILTextWeightsOptionsPlistIsMILModel(mILText objectivec.IObject, weights objectivec.IObject, plist objectivec.IObject, isMILModel bool) objectivec.IObject
ModelWithMILTextWeightsOptionsPlistIsMILModel calls modelWithMILText:weights:optionsPlist:isMILModel: when available.
func (ANEInMemoryModelDescriptorClass) ModelWithNetworkDescriptionWeightsOptionsPlist ¶
func (_ANEInMemoryModelDescriptorClass ANEInMemoryModelDescriptorClass) ModelWithNetworkDescriptionWeightsOptionsPlist(description objectivec.IObject, weights objectivec.IObject, plist objectivec.IObject) objectivec.IObject
type ANEInputBuffersReady ¶
type ANEInputBuffersReady struct {
objectivec.Object
}
Methods ¶
- ANEInputBuffersReady.ExecutionDelay
- ANEInputBuffersReady.InputBufferInfoIndex
- ANEInputBuffersReady.InputFreeValue
- ANEInputBuffersReady.ProcedureIndex
- ANEInputBuffersReady.Validate
- ANEInputBuffersReady.InitInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay
func ANEInputBuffersReadyFromID ¶
func ANEInputBuffersReadyFromID(id objc.ID) ANEInputBuffersReady
ANEInputBuffersReadyFromID constructs a ANEInputBuffersReady from an objc.ID.
func NewANEInputBuffersReady ¶
func NewANEInputBuffersReady() ANEInputBuffersReady
NewANEInputBuffersReady creates a new ANEInputBuffersReady instance.
func NewANEInputBuffersReadyInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay ¶
func NewANEInputBuffersReadyInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay(index uint32, index2 objectivec.IObject, value objectivec.IObject, delay uint64) ANEInputBuffersReady
func (ANEInputBuffersReady) Autorelease ¶
func (a ANEInputBuffersReady) Autorelease() ANEInputBuffersReady
Autorelease adds the receiver to the current autorelease pool.
func (ANEInputBuffersReady) ExecutionDelay ¶
func (a ANEInputBuffersReady) ExecutionDelay() uint64
func (ANEInputBuffersReady) Init ¶
func (a ANEInputBuffersReady) Init() ANEInputBuffersReady
Init initializes the instance.
func (ANEInputBuffersReady) InitInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay ¶
func (a ANEInputBuffersReady) InitInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay(index uint32, index2 objectivec.IObject, value objectivec.IObject, delay uint64) ANEInputBuffersReady
func (ANEInputBuffersReady) InputBufferInfoIndex ¶
func (a ANEInputBuffersReady) InputBufferInfoIndex() foundation.INSArray
func (ANEInputBuffersReady) InputFreeValue ¶
func (a ANEInputBuffersReady) InputFreeValue() foundation.INSArray
func (ANEInputBuffersReady) ProcedureIndex ¶
func (a ANEInputBuffersReady) ProcedureIndex() uint32
func (ANEInputBuffersReady) Validate ¶
func (a ANEInputBuffersReady) Validate() bool
type ANEInputBuffersReadyClass ¶
type ANEInputBuffersReadyClass struct {
// contains filtered or unexported fields
}
func GetANEInputBuffersReadyClass ¶
func GetANEInputBuffersReadyClass() ANEInputBuffersReadyClass
GetANEInputBuffersReadyClass returns the class object for _ANEInputBuffersReady.
func (ANEInputBuffersReadyClass) Alloc ¶
func (ac ANEInputBuffersReadyClass) Alloc() ANEInputBuffersReady
Alloc allocates memory for a new instance of the class.
func (ANEInputBuffersReadyClass) Class ¶ added in v0.5.0
func (ac ANEInputBuffersReadyClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEInputBuffersReadyClass) InputBuffersWithProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay ¶
func (_ANEInputBuffersReadyClass ANEInputBuffersReadyClass) InputBuffersWithProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay(index uint32, index2 objectivec.IObject, value objectivec.IObject, delay uint64) objectivec.IObject
type ANELog ¶
type ANELog struct {
objectivec.Object
}
func ANELogFromID ¶
ANELogFromID constructs a ANELog from an objc.ID.
func (ANELog) Autorelease ¶
Autorelease adds the receiver to the current autorelease pool.
type ANELogClass ¶
type ANELogClass struct {
// contains filtered or unexported fields
}
func GetANELogClass ¶
func GetANELogClass() ANELogClass
GetANELogClass returns the class object for _ANELog.
func (ANELogClass) Alloc ¶
func (ac ANELogClass) Alloc() ANELog
Alloc allocates memory for a new instance of the class.
func (ANELogClass) Class ¶ added in v0.5.0
func (ac ANELogClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANELogClass) Common ¶
func (_ANELogClass ANELogClass) Common() objectivec.IObject
func (ANELogClass) Compiler ¶
func (_ANELogClass ANELogClass) Compiler() objectivec.IObject
func (ANELogClass) Daemon ¶
func (_ANELogClass ANELogClass) Daemon() objectivec.IObject
func (ANELogClass) Framework ¶
func (_ANELogClass ANELogClass) Framework() objectivec.IObject
func (ANELogClass) Maintenance ¶
func (_ANELogClass ANELogClass) Maintenance() objectivec.IObject
func (ANELogClass) Tests ¶
func (_ANELogClass ANELogClass) Tests() objectivec.IObject
func (ANELogClass) Tool ¶
func (_ANELogClass ANELogClass) Tool() objectivec.IObject
type ANEMaintenanceProtocol ¶ added in v0.5.0
type ANEMaintenanceProtocol interface {
objectivec.IObject
}
_ANEMaintenanceProtocol protocol.
type ANEMaintenanceProtocolObject ¶ added in v0.5.0
type ANEMaintenanceProtocolObject struct {
objectivec.Object
}
ANEMaintenanceProtocolObject wraps an existing Objective-C object that conforms to the ANEMaintenanceProtocol protocol.
func ANEMaintenanceProtocolObjectFromID ¶ added in v0.5.0
func ANEMaintenanceProtocolObjectFromID(id objc.ID) ANEMaintenanceProtocolObject
ANEMaintenanceProtocolObjectFromID constructs a ANEMaintenanceProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (ANEMaintenanceProtocolObject) BaseObject ¶ added in v0.5.0
func (o ANEMaintenanceProtocolObject) BaseObject() objectivec.Object
func (ANEMaintenanceProtocolObject) ScheduleMaintenanceWithNameDirectoryPaths ¶ added in v0.5.0
func (o ANEMaintenanceProtocolObject) ScheduleMaintenanceWithNameDirectoryPaths(name objectivec.IObject, paths objectivec.IObject)
type ANEMemoryMappingParamsStruct ¶ added in v0.5.5
type ANEMemoryMappingParamsStruct struct {
}
ANEMemoryMappingParamsStruct
type ANEModel ¶
type ANEModel struct {
objectivec.Object
}
Methods ¶
- ANEModel.UUID
- ANEModel.CacheURLIdentifier
- ANEModel.SetCacheURLIdentifier
- ANEModel.EncodeWithCoder
- ANEModel.GetCacheURLIdentifier
- ANEModel.GetUUID
- ANEModel.IdentifierSource
- ANEModel.InputSymbolIndicesForProcedureIndex
- ANEModel.IntermediateBufferHandle
- ANEModel.SetIntermediateBufferHandle
- ANEModel.IsEqualToModel
- ANEModel.Key
- ANEModel.L
- ANEModel.SetL
- ANEModel.Mapper
- ANEModel.SetMapper
- ANEModel.ModelAttributes
- ANEModel.SetModelAttributes
- ANEModel.ModelURL
- ANEModel.MpsConstants
- ANEModel.OutputSymbolIndicesForProcedureIndex
- ANEModel.PerfStatsMask
- ANEModel.SetPerfStatsMask
- ANEModel.ProcedureInfoForProcedureIndex
- ANEModel.Program
- ANEModel.SetProgram
- ANEModel.ProgramHandle
- ANEModel.SetProgramHandle
- ANEModel.QueueDepth
- ANEModel.SetQueueDepth
- ANEModel.ResetOnUnload
- ANEModel.ShallowCopy
- ANEModel.SourceURL
- ANEModel.State
- ANEModel.SetState
- ANEModel.String_id
- ANEModel.SetString_id
- ANEModel.SymbolIndicesForProcedureIndexIndexArrayKey
- ANEModel.UpdateModelAttributesState
- ANEModel.UpdateModelAttributesStateProgramHandleIntermediateBufferHandleQueueDepth
- ANEModel.InitWithCoder
- ANEModel.InitWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL
- ANEModel.InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId
- ANEModel.InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants
- ANEModel.InitWithModelIdentifier
func ANEModelFromID ¶
ANEModelFromID constructs a ANEModel from an objc.ID.
func NewANEModelWithCoder ¶
func NewANEModelWithCoder(coder objectivec.IObject) ANEModel
func NewANEModelWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL ¶
func NewANEModelWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL(url foundation.NSURL, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url2 bool) ANEModel
func NewANEModelWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId ¶
func NewANEModelWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url3 bool, string_id uint64, id bool) ANEModel
func NewANEModelWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants ¶
func NewANEModelWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url3 bool, string_id uint64, id bool, constants objectivec.IObject) ANEModel
func NewANEModelWithModelIdentifier ¶
func NewANEModelWithModelIdentifier(identifier objectivec.IObject) ANEModel
func (ANEModel) Autorelease ¶
Autorelease adds the receiver to the current autorelease pool.
func (ANEModel) CacheURLIdentifier ¶
func (ANEModel) EncodeWithCoder ¶
func (a ANEModel) EncodeWithCoder(coder foundation.INSCoder)
func (ANEModel) GetCacheURLIdentifier ¶
func (a ANEModel) GetCacheURLIdentifier() objectivec.IObject
func (ANEModel) GetUUID ¶
func (a ANEModel) GetUUID() objectivec.IObject
func (ANEModel) IdentifierSource ¶
func (ANEModel) InitWithCoder ¶
func (a ANEModel) InitWithCoder(coder foundation.INSCoder) ANEModel
func (ANEModel) InitWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL ¶
func (a ANEModel) InitWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL(url foundation.NSURL, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url2 bool) ANEModel
func (ANEModel) InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId ¶
func (a ANEModel) InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url3 bool, string_id uint64, id bool) ANEModel
func (ANEModel) InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants ¶
func (a ANEModel) InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url3 bool, string_id uint64, id bool, constants objectivec.IObject) ANEModel
func (ANEModel) InitWithModelIdentifier ¶
func (a ANEModel) InitWithModelIdentifier(identifier objectivec.IObject) ANEModel
func (ANEModel) InputSymbolIndicesForProcedureIndex ¶
func (a ANEModel) InputSymbolIndicesForProcedureIndex(index uint32) objectivec.IObject
func (ANEModel) IntermediateBufferHandle ¶
func (ANEModel) IsEqualToModel ¶
func (a ANEModel) IsEqualToModel(model objectivec.IObject) bool
func (ANEModel) Mapper ¶
func (a ANEModel) Mapper() IANEProgramIOSurfacesMapper
func (ANEModel) ModelAttributes ¶
func (a ANEModel) ModelAttributes() foundation.INSDictionary
func (ANEModel) ModelURL ¶
func (a ANEModel) ModelURL() foundation.NSURL
func (ANEModel) MpsConstants ¶
func (a ANEModel) MpsConstants() foundation.INSDictionary
func (ANEModel) OutputSymbolIndicesForProcedureIndex ¶
func (a ANEModel) OutputSymbolIndicesForProcedureIndex(index uint32) objectivec.IObject
func (ANEModel) PerfStatsMask ¶
func (ANEModel) ProcedureInfoForProcedureIndex ¶
func (a ANEModel) ProcedureInfoForProcedureIndex(index uint32) objectivec.IObject
func (ANEModel) Program ¶
func (a ANEModel) Program() IANEProgramForEvaluation
func (ANEModel) ProgramHandle ¶
func (ANEModel) QueueDepth ¶
func (ANEModel) ResetOnUnload ¶
func (a ANEModel) ResetOnUnload()
func (ANEModel) SetCacheURLIdentifier ¶
func (ANEModel) SetIntermediateBufferHandle ¶
func (ANEModel) SetMapper ¶
func (a ANEModel) SetMapper(value IANEProgramIOSurfacesMapper)
func (ANEModel) SetModelAttributes ¶
func (a ANEModel) SetModelAttributes(value foundation.INSDictionary)
func (ANEModel) SetPerfStatsMask ¶
func (ANEModel) SetProgram ¶
func (a ANEModel) SetProgram(value IANEProgramForEvaluation)
func (ANEModel) SetProgramHandle ¶
func (ANEModel) SetQueueDepth ¶
func (ANEModel) SetString_id ¶
func (ANEModel) ShallowCopy ¶
func (a ANEModel) ShallowCopy() objectivec.IObject
func (ANEModel) SourceURL ¶
func (a ANEModel) SourceURL() foundation.NSURL
func (ANEModel) SymbolIndicesForProcedureIndexIndexArrayKey ¶
func (a ANEModel) SymbolIndicesForProcedureIndexIndexArrayKey(index uint32, key objectivec.IObject) objectivec.IObject
func (ANEModel) UUID ¶
func (a ANEModel) UUID() foundation.NSUUID
func (ANEModel) UpdateModelAttributesState ¶
func (a ANEModel) UpdateModelAttributesState(attributes objectivec.IObject, state uint64)
type ANEModelClass ¶
type ANEModelClass struct {
// contains filtered or unexported fields
}
func GetANEModelClass ¶
func GetANEModelClass() ANEModelClass
GetANEModelClass returns the class object for _ANEModel.
func (ANEModelClass) Alloc ¶
func (ac ANEModelClass) Alloc() ANEModel
Alloc allocates memory for a new instance of the class.
func (ANEModelClass) Class ¶ added in v0.5.0
func (ac ANEModelClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEModelClass) CorrectFileURLFormat ¶
func (_ANEModelClass ANEModelClass) CorrectFileURLFormat(uRLFormat objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelAtURLKey ¶
func (_ANEModelClass ANEModelClass) ModelAtURLKey(url foundation.NSURL, key objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelAtURLKeyModelAttributes ¶
func (_ANEModelClass ANEModelClass) ModelAtURLKeyModelAttributes(url foundation.NSURL, key objectivec.IObject, attributes objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelAtURLKeyMpsConstants ¶
func (_ANEModelClass ANEModelClass) ModelAtURLKeyMpsConstants(url foundation.NSURL, key objectivec.IObject, constants objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelAtURLWithCacheURLIdentifierKeyCacheURLIdentifier ¶
func (_ANEModelClass ANEModelClass) ModelAtURLWithCacheURLIdentifierKeyCacheURLIdentifier(uRLIdentifier objectivec.IObject, key objectivec.IObject, uRLIdentifier2 objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyCacheURLIdentifier ¶
func (_ANEModelClass ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyCacheURLIdentifier(url foundation.NSURL, url2 foundation.NSURL, key objectivec.IObject, uRLIdentifier objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyIdentifierSourceCacheURLIdentifier ¶
func (_ANEModelClass ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyIdentifierSourceCacheURLIdentifier(url foundation.NSURL, url2 foundation.NSURL, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyIdentifierSourceCacheURLIdentifierUUID ¶
func (_ANEModelClass ANEModelClass) ModelAtURLWithSourceURLSourceURLKeyIdentifierSourceCacheURLIdentifierUUID(url foundation.NSURL, url2 foundation.NSURL, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, uid objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelWithCacheURLIdentifier ¶
func (_ANEModelClass ANEModelClass) ModelWithCacheURLIdentifier(uRLIdentifier objectivec.IObject) objectivec.IObject
func (ANEModelClass) ModelWithCacheURLIdentifierUUID ¶
func (_ANEModelClass ANEModelClass) ModelWithCacheURLIdentifierUUID(uRLIdentifier objectivec.IObject, uid objectivec.IObject) objectivec.IObject
func (ANEModelClass) SupportsSecureCoding ¶
func (_ANEModelClass ANEModelClass) SupportsSecureCoding() bool
type ANEModelInstanceParameters ¶
type ANEModelInstanceParameters struct {
objectivec.Object
}
Methods ¶
- ANEModelInstanceParameters.EncodeWithCoder
- ANEModelInstanceParameters.InstanceName
- ANEModelInstanceParameters.ProcedureArray
- ANEModelInstanceParameters.InitWithCoder
- ANEModelInstanceParameters.InitWithProcedureDataProcedureArray
func ANEModelInstanceParametersFromID ¶
func ANEModelInstanceParametersFromID(id objc.ID) ANEModelInstanceParameters
ANEModelInstanceParametersFromID constructs a ANEModelInstanceParameters from an objc.ID.
func NewANEModelInstanceParameters ¶
func NewANEModelInstanceParameters() ANEModelInstanceParameters
NewANEModelInstanceParameters creates a new ANEModelInstanceParameters instance.
func NewANEModelInstanceParametersWithCoder ¶
func NewANEModelInstanceParametersWithCoder(coder objectivec.IObject) ANEModelInstanceParameters
func NewANEModelInstanceParametersWithProcedureDataProcedureArray ¶
func NewANEModelInstanceParametersWithProcedureDataProcedureArray(data objectivec.IObject, array objectivec.IObject) ANEModelInstanceParameters
func (ANEModelInstanceParameters) Autorelease ¶
func (a ANEModelInstanceParameters) Autorelease() ANEModelInstanceParameters
Autorelease adds the receiver to the current autorelease pool.
func (ANEModelInstanceParameters) EncodeWithCoder ¶
func (a ANEModelInstanceParameters) EncodeWithCoder(coder foundation.INSCoder)
func (ANEModelInstanceParameters) Init ¶
func (a ANEModelInstanceParameters) Init() ANEModelInstanceParameters
Init initializes the instance.
func (ANEModelInstanceParameters) InitWithCoder ¶
func (a ANEModelInstanceParameters) InitWithCoder(coder foundation.INSCoder) ANEModelInstanceParameters
func (ANEModelInstanceParameters) InitWithProcedureDataProcedureArray ¶
func (a ANEModelInstanceParameters) InitWithProcedureDataProcedureArray(data objectivec.IObject, array objectivec.IObject) ANEModelInstanceParameters
func (ANEModelInstanceParameters) InstanceName ¶
func (a ANEModelInstanceParameters) InstanceName() string
func (ANEModelInstanceParameters) ProcedureArray ¶
func (a ANEModelInstanceParameters) ProcedureArray() foundation.INSArray
type ANEModelInstanceParametersClass ¶
type ANEModelInstanceParametersClass struct {
// contains filtered or unexported fields
}
func GetANEModelInstanceParametersClass ¶
func GetANEModelInstanceParametersClass() ANEModelInstanceParametersClass
GetANEModelInstanceParametersClass returns the class object for _ANEModelInstanceParameters.
func (ANEModelInstanceParametersClass) Alloc ¶
func (ac ANEModelInstanceParametersClass) Alloc() ANEModelInstanceParameters
Alloc allocates memory for a new instance of the class.
func (ANEModelInstanceParametersClass) Class ¶ added in v0.5.0
func (ac ANEModelInstanceParametersClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEModelInstanceParametersClass) SupportsSecureCoding ¶
func (_ANEModelInstanceParametersClass ANEModelInstanceParametersClass) SupportsSecureCoding() bool
func (ANEModelInstanceParametersClass) WithProcedureDataProcedureArray ¶
func (_ANEModelInstanceParametersClass ANEModelInstanceParametersClass) WithProcedureDataProcedureArray(data objectivec.IObject, array objectivec.IObject) objectivec.IObject
type ANEModelToken ¶
type ANEModelToken struct {
objectivec.Object
}
Methods ¶
- ANEModelToken.CsIdentity
- ANEModelToken.ModelIdentifier
- ANEModelToken.ProcessIdentifier
- ANEModelToken.TeamIdentity
- ANEModelToken.InitWithAuditTokenModelIdentifierProcessIdentifier
- ANEModelToken.InitWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier
func ANEModelTokenFromID ¶
func ANEModelTokenFromID(id objc.ID) ANEModelToken
ANEModelTokenFromID constructs a ANEModelToken from an objc.ID.
func NewANEModelToken ¶
func NewANEModelToken() ANEModelToken
NewANEModelToken creates a new ANEModelToken instance.
func NewANEModelTokenWithAuditTokenModelIdentifierProcessIdentifier ¶
func NewANEModelTokenWithAuditTokenModelIdentifierProcessIdentifier(token unsafe.Pointer, identifier objectivec.IObject, identifier2 int) ANEModelToken
func NewANEModelTokenWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier ¶
func NewANEModelTokenWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier(identity objectivec.IObject, identity2 objectivec.IObject, identifier objectivec.IObject, identifier2 int) ANEModelToken
func (ANEModelToken) Autorelease ¶
func (a ANEModelToken) Autorelease() ANEModelToken
Autorelease adds the receiver to the current autorelease pool.
func (ANEModelToken) CsIdentity ¶
func (a ANEModelToken) CsIdentity() string
func (ANEModelToken) Init ¶
func (a ANEModelToken) Init() ANEModelToken
Init initializes the instance.
func (ANEModelToken) InitWithAuditTokenModelIdentifierProcessIdentifier ¶
func (a ANEModelToken) InitWithAuditTokenModelIdentifierProcessIdentifier(token unsafe.Pointer, identifier objectivec.IObject, identifier2 int) ANEModelToken
func (ANEModelToken) InitWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier ¶
func (a ANEModelToken) InitWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier(identity objectivec.IObject, identity2 objectivec.IObject, identifier objectivec.IObject, identifier2 int) ANEModelToken
func (ANEModelToken) ModelIdentifier ¶
func (a ANEModelToken) ModelIdentifier() string
func (ANEModelToken) ProcessIdentifier ¶
func (a ANEModelToken) ProcessIdentifier() int
func (ANEModelToken) TeamIdentity ¶
func (a ANEModelToken) TeamIdentity() string
type ANEModelTokenClass ¶
type ANEModelTokenClass struct {
// contains filtered or unexported fields
}
func GetANEModelTokenClass ¶
func GetANEModelTokenClass() ANEModelTokenClass
GetANEModelTokenClass returns the class object for _ANEModelToken.
func (ANEModelTokenClass) Alloc ¶
func (ac ANEModelTokenClass) Alloc() ANEModelToken
Alloc allocates memory for a new instance of the class.
func (ANEModelTokenClass) Class ¶ added in v0.5.0
func (ac ANEModelTokenClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEModelTokenClass) CodeSigningIDForProcessIdentifier ¶
func (_ANEModelTokenClass ANEModelTokenClass) CodeSigningIDForProcessIdentifier(iDFor unsafe.Pointer, identifier int) objectivec.IObject
func (ANEModelTokenClass) ProcessNameForIdentifier ¶
func (_ANEModelTokenClass ANEModelTokenClass) ProcessNameForIdentifier(for_ unsafe.Pointer, identifier int) objectivec.IObject
func (ANEModelTokenClass) TeamIDForProcessIdentifier ¶
func (_ANEModelTokenClass ANEModelTokenClass) TeamIDForProcessIdentifier(iDFor unsafe.Pointer, identifier int) objectivec.IObject
func (ANEModelTokenClass) TokenWithAuditTokenModelIdentifierProcessIdentifier ¶
func (_ANEModelTokenClass ANEModelTokenClass) TokenWithAuditTokenModelIdentifierProcessIdentifier(token unsafe.Pointer, identifier objectivec.IObject, identifier2 int) objectivec.IObject
func (ANEModelTokenClass) TokenWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier ¶
func (_ANEModelTokenClass ANEModelTokenClass) TokenWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier(identity objectivec.IObject, identity2 objectivec.IObject, identifier objectivec.IObject, identifier2 int) objectivec.IObject
type ANENotificationMessageStruct ¶ added in v0.5.5
type ANENotificationMessageStruct struct {
}
ANENotificationMessageStruct
type ANEOutputSetEnqueue ¶
type ANEOutputSetEnqueue struct {
objectivec.Object
}
Methods ¶
- ANEOutputSetEnqueue.IsOpenLoop
- ANEOutputSetEnqueue.ProcedureIndex
- ANEOutputSetEnqueue.SetIndex
- ANEOutputSetEnqueue.SignalNotRequired
- ANEOutputSetEnqueue.SignalValue
- ANEOutputSetEnqueue.InitOutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop
func ANEOutputSetEnqueueFromID ¶
func ANEOutputSetEnqueueFromID(id objc.ID) ANEOutputSetEnqueue
ANEOutputSetEnqueueFromID constructs a ANEOutputSetEnqueue from an objc.ID.
func NewANEOutputSetEnqueue ¶
func NewANEOutputSetEnqueue() ANEOutputSetEnqueue
NewANEOutputSetEnqueue creates a new ANEOutputSetEnqueue instance.
func NewANEOutputSetEnqueueOutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop ¶
func (ANEOutputSetEnqueue) Autorelease ¶
func (a ANEOutputSetEnqueue) Autorelease() ANEOutputSetEnqueue
Autorelease adds the receiver to the current autorelease pool.
func (ANEOutputSetEnqueue) Init ¶
func (a ANEOutputSetEnqueue) Init() ANEOutputSetEnqueue
Init initializes the instance.
func (ANEOutputSetEnqueue) InitOutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop ¶
func (a ANEOutputSetEnqueue) InitOutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop(index uint32, index2 uint32, value uint64, required bool, loop bool) ANEOutputSetEnqueue
func (ANEOutputSetEnqueue) IsOpenLoop ¶
func (a ANEOutputSetEnqueue) IsOpenLoop() bool
func (ANEOutputSetEnqueue) ProcedureIndex ¶
func (a ANEOutputSetEnqueue) ProcedureIndex() uint32
func (ANEOutputSetEnqueue) SetIndex ¶
func (a ANEOutputSetEnqueue) SetIndex() uint32
func (ANEOutputSetEnqueue) SignalNotRequired ¶
func (a ANEOutputSetEnqueue) SignalNotRequired() bool
func (ANEOutputSetEnqueue) SignalValue ¶
func (a ANEOutputSetEnqueue) SignalValue() uint64
type ANEOutputSetEnqueueClass ¶
type ANEOutputSetEnqueueClass struct {
// contains filtered or unexported fields
}
func GetANEOutputSetEnqueueClass ¶
func GetANEOutputSetEnqueueClass() ANEOutputSetEnqueueClass
GetANEOutputSetEnqueueClass returns the class object for _ANEOutputSetEnqueue.
func (ANEOutputSetEnqueueClass) Alloc ¶
func (ac ANEOutputSetEnqueueClass) Alloc() ANEOutputSetEnqueue
Alloc allocates memory for a new instance of the class.
func (ANEOutputSetEnqueueClass) Class ¶ added in v0.5.0
func (ac ANEOutputSetEnqueueClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEOutputSetEnqueueClass) OutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop ¶
func (_ANEOutputSetEnqueueClass ANEOutputSetEnqueueClass) OutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop(index uint32, index2 uint32, value uint64, required bool, loop bool) objectivec.IObject
type ANEPerformanceStats ¶
type ANEPerformanceStats struct {
objectivec.Object
}
Methods ¶
- ANEPerformanceStats.EmitPerfcounterSignpostsWithModelStringID
- ANEPerformanceStats.HwExecutionTime
- ANEPerformanceStats.PStatsRawData
- ANEPerformanceStats.PerfCounterData
- ANEPerformanceStats.PerformanceCounters
- ANEPerformanceStats.StringForPerfCounter
- ANEPerformanceStats.InitWithHardwareExecutionPerfCounterDataANEStatsRawData
- ANEPerformanceStats.InitWithReconstructedDataHardwareExecutionNS
- ANEPerformanceStats.InitWithRequestPerformanceBufferStatsBufferSize
func ANEPerformanceStatsFromID ¶
func ANEPerformanceStatsFromID(id objc.ID) ANEPerformanceStats
ANEPerformanceStatsFromID constructs a ANEPerformanceStats from an objc.ID.
func NewANEPerformanceStats ¶
func NewANEPerformanceStats() ANEPerformanceStats
NewANEPerformanceStats creates a new ANEPerformanceStats instance.
func NewANEPerformanceStatsWithHardwareExecutionPerfCounterDataANEStatsRawData ¶
func NewANEPerformanceStatsWithHardwareExecutionPerfCounterDataANEStatsRawData(execution uint64, data objectivec.IObject, data2 objectivec.IObject) ANEPerformanceStats
func NewANEPerformanceStatsWithReconstructedDataHardwareExecutionNS ¶
func NewANEPerformanceStatsWithReconstructedDataHardwareExecutionNS(data objectivec.IObject, ns uint64) ANEPerformanceStats
func NewANEPerformanceStatsWithRequestPerformanceBufferStatsBufferSize ¶
func NewANEPerformanceStatsWithRequestPerformanceBufferStatsBufferSize(buffer unsafe.Pointer, size *uint32) ANEPerformanceStats
func (ANEPerformanceStats) Autorelease ¶
func (a ANEPerformanceStats) Autorelease() ANEPerformanceStats
Autorelease adds the receiver to the current autorelease pool.
func (ANEPerformanceStats) EmitPerfcounterSignpostsWithModelStringID ¶
func (a ANEPerformanceStats) EmitPerfcounterSignpostsWithModelStringID(id uint64)
func (ANEPerformanceStats) HwExecutionTime ¶
func (a ANEPerformanceStats) HwExecutionTime() uint64
func (ANEPerformanceStats) Init ¶
func (a ANEPerformanceStats) Init() ANEPerformanceStats
Init initializes the instance.
func (ANEPerformanceStats) InitWithHardwareExecutionPerfCounterDataANEStatsRawData ¶
func (a ANEPerformanceStats) InitWithHardwareExecutionPerfCounterDataANEStatsRawData(execution uint64, data objectivec.IObject, data2 objectivec.IObject) ANEPerformanceStats
func (ANEPerformanceStats) InitWithReconstructedDataHardwareExecutionNS ¶
func (a ANEPerformanceStats) InitWithReconstructedDataHardwareExecutionNS(data objectivec.IObject, ns uint64) ANEPerformanceStats
func (ANEPerformanceStats) InitWithRequestPerformanceBufferStatsBufferSize ¶
func (a ANEPerformanceStats) InitWithRequestPerformanceBufferStatsBufferSize(buffer unsafe.Pointer, size *uint32) ANEPerformanceStats
func (ANEPerformanceStats) PStatsRawData ¶
func (a ANEPerformanceStats) PStatsRawData() foundation.NSData
func (ANEPerformanceStats) PerfCounterData ¶
func (a ANEPerformanceStats) PerfCounterData() foundation.NSData
func (ANEPerformanceStats) PerformanceCounters ¶
func (a ANEPerformanceStats) PerformanceCounters() objectivec.IObject
func (ANEPerformanceStats) StringForPerfCounter ¶
func (a ANEPerformanceStats) StringForPerfCounter(counter int) objectivec.IObject
type ANEPerformanceStatsClass ¶
type ANEPerformanceStatsClass struct {
// contains filtered or unexported fields
}
func GetANEPerformanceStatsClass ¶
func GetANEPerformanceStatsClass() ANEPerformanceStatsClass
GetANEPerformanceStatsClass returns the class object for _ANEPerformanceStats.
func (ANEPerformanceStatsClass) Alloc ¶
func (ac ANEPerformanceStatsClass) Alloc() ANEPerformanceStats
Alloc allocates memory for a new instance of the class.
func (ANEPerformanceStatsClass) Class ¶ added in v0.5.0
func (ac ANEPerformanceStatsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEPerformanceStatsClass) DriverMaskForANEFMask ¶
func (_ANEPerformanceStatsClass ANEPerformanceStatsClass) DriverMaskForANEFMask(aNEFMask uint32) uint32
func (ANEPerformanceStatsClass) StatsWithHardwareExecutionNS ¶
func (_ANEPerformanceStatsClass ANEPerformanceStatsClass) StatsWithHardwareExecutionNS(ns uint64) objectivec.IObject
func (ANEPerformanceStatsClass) StatsWithReconstructedHardwareExecutionNSAneStatsRawData ¶
func (_ANEPerformanceStatsClass ANEPerformanceStatsClass) StatsWithReconstructedHardwareExecutionNSAneStatsRawData(reconstructed objectivec.IObject, ns uint64, data objectivec.IObject) objectivec.IObject
func (ANEPerformanceStatsClass) StatsWithRequestPerformanceBufferStatsBufferSize ¶
func (_ANEPerformanceStatsClass ANEPerformanceStatsClass) StatsWithRequestPerformanceBufferStatsBufferSize(buffer unsafe.Pointer, size *uint32) objectivec.IObject
type ANEPerformanceStatsIOSurface ¶
type ANEPerformanceStatsIOSurface struct {
objectivec.Object
}
Methods ¶
- ANEPerformanceStatsIOSurface.StatType
- ANEPerformanceStatsIOSurface.Stats
- ANEPerformanceStatsIOSurface.InitWithIOSurfaceStatType
func ANEPerformanceStatsIOSurfaceFromID ¶
func ANEPerformanceStatsIOSurfaceFromID(id objc.ID) ANEPerformanceStatsIOSurface
ANEPerformanceStatsIOSurfaceFromID constructs a ANEPerformanceStatsIOSurface from an objc.ID.
func NewANEPerformanceStatsIOSurface ¶
func NewANEPerformanceStatsIOSurface() ANEPerformanceStatsIOSurface
NewANEPerformanceStatsIOSurface creates a new ANEPerformanceStatsIOSurface instance.
func NewANEPerformanceStatsIOSurfaceWithIOSurfaceStatType ¶
func NewANEPerformanceStatsIOSurfaceWithIOSurfaceStatType(iOSurface objectivec.IObject, type_ int64) ANEPerformanceStatsIOSurface
func (ANEPerformanceStatsIOSurface) Autorelease ¶
func (a ANEPerformanceStatsIOSurface) Autorelease() ANEPerformanceStatsIOSurface
Autorelease adds the receiver to the current autorelease pool.
func (ANEPerformanceStatsIOSurface) Init ¶
func (a ANEPerformanceStatsIOSurface) Init() ANEPerformanceStatsIOSurface
Init initializes the instance.
func (ANEPerformanceStatsIOSurface) InitWithIOSurfaceStatType ¶
func (a ANEPerformanceStatsIOSurface) InitWithIOSurfaceStatType(iOSurface objectivec.IObject, type_ int64) ANEPerformanceStatsIOSurface
func (ANEPerformanceStatsIOSurface) StatType ¶
func (a ANEPerformanceStatsIOSurface) StatType() int64
func (ANEPerformanceStatsIOSurface) Stats ¶
func (a ANEPerformanceStatsIOSurface) Stats() IANEIOSurfaceObject
type ANEPerformanceStatsIOSurfaceClass ¶
type ANEPerformanceStatsIOSurfaceClass struct {
// contains filtered or unexported fields
}
func GetANEPerformanceStatsIOSurfaceClass ¶
func GetANEPerformanceStatsIOSurfaceClass() ANEPerformanceStatsIOSurfaceClass
GetANEPerformanceStatsIOSurfaceClass returns the class object for _ANEPerformanceStatsIOSurface.
func (ANEPerformanceStatsIOSurfaceClass) Alloc ¶
func (ac ANEPerformanceStatsIOSurfaceClass) Alloc() ANEPerformanceStatsIOSurface
Alloc allocates memory for a new instance of the class.
func (ANEPerformanceStatsIOSurfaceClass) Class ¶ added in v0.5.0
func (ac ANEPerformanceStatsIOSurfaceClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEPerformanceStatsIOSurfaceClass) ObjectWithIOSurfaceStatType ¶
func (_ANEPerformanceStatsIOSurfaceClass ANEPerformanceStatsIOSurfaceClass) ObjectWithIOSurfaceStatType(iOSurface objectivec.IObject, type_ int64) objectivec.IObject
type ANEProcedureData ¶
type ANEProcedureData struct {
objectivec.Object
}
Methods ¶
- ANEProcedureData.EncodeWithCoder
- ANEProcedureData.ProcedureSymbol
- ANEProcedureData.WeightArray
- ANEProcedureData.InitWithCoder
- ANEProcedureData.InitWithProcedureWeightArray
func ANEProcedureDataFromID ¶
func ANEProcedureDataFromID(id objc.ID) ANEProcedureData
ANEProcedureDataFromID constructs a ANEProcedureData from an objc.ID.
func NewANEProcedureData ¶
func NewANEProcedureData() ANEProcedureData
NewANEProcedureData creates a new ANEProcedureData instance.
func NewANEProcedureDataWithCoder ¶
func NewANEProcedureDataWithCoder(coder objectivec.IObject) ANEProcedureData
func NewANEProcedureDataWithProcedureWeightArray ¶
func NewANEProcedureDataWithProcedureWeightArray(procedure objectivec.IObject, array objectivec.IObject) ANEProcedureData
func (ANEProcedureData) Autorelease ¶
func (a ANEProcedureData) Autorelease() ANEProcedureData
Autorelease adds the receiver to the current autorelease pool.
func (ANEProcedureData) EncodeWithCoder ¶
func (a ANEProcedureData) EncodeWithCoder(coder foundation.INSCoder)
func (ANEProcedureData) Init ¶
func (a ANEProcedureData) Init() ANEProcedureData
Init initializes the instance.
func (ANEProcedureData) InitWithCoder ¶
func (a ANEProcedureData) InitWithCoder(coder foundation.INSCoder) ANEProcedureData
func (ANEProcedureData) InitWithProcedureWeightArray ¶
func (a ANEProcedureData) InitWithProcedureWeightArray(procedure objectivec.IObject, array objectivec.IObject) ANEProcedureData
func (ANEProcedureData) ProcedureSymbol ¶
func (a ANEProcedureData) ProcedureSymbol() string
func (ANEProcedureData) WeightArray ¶
func (a ANEProcedureData) WeightArray() foundation.INSArray
type ANEProcedureDataClass ¶
type ANEProcedureDataClass struct {
// contains filtered or unexported fields
}
func GetANEProcedureDataClass ¶
func GetANEProcedureDataClass() ANEProcedureDataClass
GetANEProcedureDataClass returns the class object for _ANEProcedureData.
func (ANEProcedureDataClass) Alloc ¶
func (ac ANEProcedureDataClass) Alloc() ANEProcedureData
Alloc allocates memory for a new instance of the class.
func (ANEProcedureDataClass) Class ¶ added in v0.5.0
func (ac ANEProcedureDataClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEProcedureDataClass) ProcedureDataWithSymbolWeightArray ¶
func (_ANEProcedureDataClass ANEProcedureDataClass) ProcedureDataWithSymbolWeightArray(symbol objectivec.IObject, array objectivec.IObject) objectivec.IObject
func (ANEProcedureDataClass) SupportsSecureCoding ¶
func (_ANEProcedureDataClass ANEProcedureDataClass) SupportsSecureCoding() bool
type ANEProgramForEvaluation ¶
type ANEProgramForEvaluation struct {
objectivec.Object
}
Methods ¶
- ANEProgramForEvaluation.Controller
- ANEProgramForEvaluation.CurrentAsyncRequestsInFlight
- ANEProgramForEvaluation.SetCurrentAsyncRequestsInFlight
- ANEProgramForEvaluation.IntermediateBufferHandle
- ANEProgramForEvaluation.SetIntermediateBufferHandle
- ANEProgramForEvaluation.ProcessInputBuffersModelOptionsError
- ANEProgramForEvaluation.ProcessOutputSetModelOptionsError
- ANEProgramForEvaluation.ProcessRequestModelQosQIndexModelStringIDOptionsReturnValueError
- ANEProgramForEvaluation.ProcessSessionHintOptionsReportError
- ANEProgramForEvaluation.ProgramHandle
- ANEProgramForEvaluation.SetProgramHandle
- ANEProgramForEvaluation.ProgramInferenceOtherErrorForMessageModelMethodName
- ANEProgramForEvaluation.QueueDepth
- ANEProgramForEvaluation.RequestsInFlight
- ANEProgramForEvaluation.InitWithControllerIntermediateBufferHandleQueueDepth
func ANEProgramForEvaluationFromID ¶
func ANEProgramForEvaluationFromID(id objc.ID) ANEProgramForEvaluation
ANEProgramForEvaluationFromID constructs a ANEProgramForEvaluation from an objc.ID.
func NewANEProgramForEvaluation ¶
func NewANEProgramForEvaluation() ANEProgramForEvaluation
NewANEProgramForEvaluation creates a new ANEProgramForEvaluation instance.
func NewANEProgramForEvaluationWithControllerIntermediateBufferHandleQueueDepth ¶
func NewANEProgramForEvaluationWithControllerIntermediateBufferHandleQueueDepth(controller objectivec.IObject, handle uint64, depth int8) ANEProgramForEvaluation
func (ANEProgramForEvaluation) Autorelease ¶
func (a ANEProgramForEvaluation) Autorelease() ANEProgramForEvaluation
Autorelease adds the receiver to the current autorelease pool.
func (ANEProgramForEvaluation) Controller ¶
func (a ANEProgramForEvaluation) Controller() IANEDeviceController
func (ANEProgramForEvaluation) CurrentAsyncRequestsInFlight ¶
func (a ANEProgramForEvaluation) CurrentAsyncRequestsInFlight() int64
func (ANEProgramForEvaluation) Init ¶
func (a ANEProgramForEvaluation) Init() ANEProgramForEvaluation
Init initializes the instance.
func (ANEProgramForEvaluation) InitWithControllerIntermediateBufferHandleQueueDepth ¶
func (a ANEProgramForEvaluation) InitWithControllerIntermediateBufferHandleQueueDepth(controller objectivec.IObject, handle uint64, depth int8) ANEProgramForEvaluation
func (ANEProgramForEvaluation) IntermediateBufferHandle ¶
func (a ANEProgramForEvaluation) IntermediateBufferHandle() uint64
func (ANEProgramForEvaluation) ProcessInputBuffersModelOptionsError ¶
func (a ANEProgramForEvaluation) ProcessInputBuffersModelOptionsError(buffers objectivec.IObject, model objectivec.IObject, options objectivec.IObject) (bool, error)
func (ANEProgramForEvaluation) ProcessOutputSetModelOptionsError ¶
func (a ANEProgramForEvaluation) ProcessOutputSetModelOptionsError(set objectivec.IObject, model objectivec.IObject, options objectivec.IObject) (bool, error)
func (ANEProgramForEvaluation) ProcessRequestModelQosQIndexModelStringIDOptionsReturnValueError ¶
func (a ANEProgramForEvaluation) ProcessRequestModelQosQIndexModelStringIDOptionsReturnValueError(request objectivec.IObject, model objectivec.IObject, qos uint32, index uint64, id uint64, options objectivec.IObject, value *uint32) (bool, error)
func (ANEProgramForEvaluation) ProcessSessionHintOptionsReportError ¶
func (a ANEProgramForEvaluation) ProcessSessionHintOptionsReportError(hint objectivec.IObject, options objectivec.IObject, report objectivec.IObject) (bool, error)
func (ANEProgramForEvaluation) ProgramHandle ¶
func (a ANEProgramForEvaluation) ProgramHandle() uint64
func (ANEProgramForEvaluation) ProgramInferenceOtherErrorForMessageModelMethodName ¶
func (a ANEProgramForEvaluation) ProgramInferenceOtherErrorForMessageModelMethodName(message ANENotificationMessageStruct, model objectivec.IObject, name objectivec.IObject) objectivec.IObject
func (ANEProgramForEvaluation) QueueDepth ¶
func (a ANEProgramForEvaluation) QueueDepth() int8
func (ANEProgramForEvaluation) RequestsInFlight ¶
func (a ANEProgramForEvaluation) RequestsInFlight() objectivec.Object
func (ANEProgramForEvaluation) SetCurrentAsyncRequestsInFlight ¶
func (a ANEProgramForEvaluation) SetCurrentAsyncRequestsInFlight(value int64)
func (ANEProgramForEvaluation) SetIntermediateBufferHandle ¶
func (a ANEProgramForEvaluation) SetIntermediateBufferHandle(value uint64)
func (ANEProgramForEvaluation) SetProgramHandle ¶
func (a ANEProgramForEvaluation) SetProgramHandle(value uint64)
type ANEProgramForEvaluationClass ¶
type ANEProgramForEvaluationClass struct {
// contains filtered or unexported fields
}
func GetANEProgramForEvaluationClass ¶
func GetANEProgramForEvaluationClass() ANEProgramForEvaluationClass
GetANEProgramForEvaluationClass returns the class object for _ANEProgramForEvaluation.
func (ANEProgramForEvaluationClass) Alloc ¶
func (ac ANEProgramForEvaluationClass) Alloc() ANEProgramForEvaluation
Alloc allocates memory for a new instance of the class.
func (ANEProgramForEvaluationClass) Class ¶ added in v0.5.0
func (ac ANEProgramForEvaluationClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEProgramForEvaluationClass) ProgramWithControllerIntermediateBufferHandleQueueDepth ¶
func (_ANEProgramForEvaluationClass ANEProgramForEvaluationClass) ProgramWithControllerIntermediateBufferHandleQueueDepth(controller objectivec.IObject, handle uint64, depth int8) objectivec.IObject
func (ANEProgramForEvaluationClass) ProgramWithHandleIntermediateBufferHandleQueueDepth ¶
func (_ANEProgramForEvaluationClass ANEProgramForEvaluationClass) ProgramWithHandleIntermediateBufferHandleQueueDepth(handle uint64, handle2 uint64, depth int8) objectivec.IObject
type ANEProgramIOSurfacesMapper ¶
type ANEProgramIOSurfacesMapper struct {
objectivec.Object
}
Methods ¶
- ANEProgramIOSurfacesMapper.Controller
- ANEProgramIOSurfacesMapper.DeviceController
- ANEProgramIOSurfacesMapper.MapIOSurfacesWithModelRequestCacheInferenceError
- ANEProgramIOSurfacesMapper.PrepareANEMemoryMappingParamsRequest
- ANEProgramIOSurfacesMapper.ProgramHandle
- ANEProgramIOSurfacesMapper.UnmapIOSurfacesWithModelRequestError
- ANEProgramIOSurfacesMapper.ValidateRequestModel
- ANEProgramIOSurfacesMapper.InitWithController
func ANEProgramIOSurfacesMapperFromID ¶
func ANEProgramIOSurfacesMapperFromID(id objc.ID) ANEProgramIOSurfacesMapper
ANEProgramIOSurfacesMapperFromID constructs a ANEProgramIOSurfacesMapper from an objc.ID.
func NewANEProgramIOSurfacesMapper ¶
func NewANEProgramIOSurfacesMapper() ANEProgramIOSurfacesMapper
NewANEProgramIOSurfacesMapper creates a new ANEProgramIOSurfacesMapper instance.
func NewANEProgramIOSurfacesMapperWithController ¶
func NewANEProgramIOSurfacesMapperWithController(controller objectivec.IObject) ANEProgramIOSurfacesMapper
func (ANEProgramIOSurfacesMapper) Autorelease ¶
func (a ANEProgramIOSurfacesMapper) Autorelease() ANEProgramIOSurfacesMapper
Autorelease adds the receiver to the current autorelease pool.
func (ANEProgramIOSurfacesMapper) Controller ¶
func (a ANEProgramIOSurfacesMapper) Controller() IANEDeviceController
func (ANEProgramIOSurfacesMapper) DeviceController ¶
func (a ANEProgramIOSurfacesMapper) DeviceController() IANEDeviceController
func (ANEProgramIOSurfacesMapper) Init ¶
func (a ANEProgramIOSurfacesMapper) Init() ANEProgramIOSurfacesMapper
Init initializes the instance.
func (ANEProgramIOSurfacesMapper) InitWithController ¶
func (a ANEProgramIOSurfacesMapper) InitWithController(controller objectivec.IObject) ANEProgramIOSurfacesMapper
func (ANEProgramIOSurfacesMapper) MapIOSurfacesWithModelRequestCacheInferenceError ¶
func (a ANEProgramIOSurfacesMapper) MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
func (ANEProgramIOSurfacesMapper) PrepareANEMemoryMappingParamsRequest ¶
func (a ANEProgramIOSurfacesMapper) PrepareANEMemoryMappingParamsRequest(params ANEMemoryMappingParamsStruct, request objectivec.IObject)
func (ANEProgramIOSurfacesMapper) ProgramHandle ¶
func (a ANEProgramIOSurfacesMapper) ProgramHandle() uint64
func (ANEProgramIOSurfacesMapper) UnmapIOSurfacesWithModelRequestError ¶
func (a ANEProgramIOSurfacesMapper) UnmapIOSurfacesWithModelRequestError(model objectivec.IObject, request objectivec.IObject) (bool, error)
func (ANEProgramIOSurfacesMapper) ValidateRequestModel ¶
func (a ANEProgramIOSurfacesMapper) ValidateRequestModel(request objectivec.IObject, model objectivec.IObject) bool
type ANEProgramIOSurfacesMapperClass ¶
type ANEProgramIOSurfacesMapperClass struct {
// contains filtered or unexported fields
}
func GetANEProgramIOSurfacesMapperClass ¶
func GetANEProgramIOSurfacesMapperClass() ANEProgramIOSurfacesMapperClass
GetANEProgramIOSurfacesMapperClass returns the class object for _ANEProgramIOSurfacesMapper.
func (ANEProgramIOSurfacesMapperClass) Alloc ¶
func (ac ANEProgramIOSurfacesMapperClass) Alloc() ANEProgramIOSurfacesMapper
Alloc allocates memory for a new instance of the class.
func (ANEProgramIOSurfacesMapperClass) Class ¶ added in v0.5.0
func (ac ANEProgramIOSurfacesMapperClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEProgramIOSurfacesMapperClass) MapperWithController ¶
func (_ANEProgramIOSurfacesMapperClass ANEProgramIOSurfacesMapperClass) MapperWithController(controller objectivec.IObject) objectivec.IObject
func (ANEProgramIOSurfacesMapperClass) MapperWithProgramHandle ¶
func (_ANEProgramIOSurfacesMapperClass ANEProgramIOSurfacesMapperClass) MapperWithProgramHandle(handle uint64) objectivec.IObject
type ANEQoSMapper ¶
type ANEQoSMapper struct {
objectivec.Object
}
func ANEQoSMapperFromID ¶
func ANEQoSMapperFromID(id objc.ID) ANEQoSMapper
ANEQoSMapperFromID constructs a ANEQoSMapper from an objc.ID.
func NewANEQoSMapper ¶
func NewANEQoSMapper() ANEQoSMapper
NewANEQoSMapper creates a new ANEQoSMapper instance.
func (ANEQoSMapper) Autorelease ¶
func (a ANEQoSMapper) Autorelease() ANEQoSMapper
Autorelease adds the receiver to the current autorelease pool.
type ANEQoSMapperClass ¶
type ANEQoSMapperClass struct {
// contains filtered or unexported fields
}
func GetANEQoSMapperClass ¶
func GetANEQoSMapperClass() ANEQoSMapperClass
GetANEQoSMapperClass returns the class object for _ANEQoSMapper.
func (ANEQoSMapperClass) Alloc ¶
func (ac ANEQoSMapperClass) Alloc() ANEQoSMapper
Alloc allocates memory for a new instance of the class.
func (ANEQoSMapperClass) AneBackgroundTaskQoS ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) AneBackgroundTaskQoS() uint32
func (ANEQoSMapperClass) AneDefaultTaskQoS ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) AneDefaultTaskQoS() uint32
func (ANEQoSMapperClass) AneRealTimeTaskQoS ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) AneRealTimeTaskQoS() uint32
func (ANEQoSMapperClass) AneUserInitiatedTaskQoS ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) AneUserInitiatedTaskQoS() uint32
func (ANEQoSMapperClass) AneUserInteractiveTaskQoS ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) AneUserInteractiveTaskQoS() uint32
func (ANEQoSMapperClass) AneUtilityTaskQoS ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) AneUtilityTaskQoS() uint32
func (ANEQoSMapperClass) Class ¶ added in v0.5.0
func (ac ANEQoSMapperClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEQoSMapperClass) DispatchQueueArrayByMappingPrioritiesWithTag ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) DispatchQueueArrayByMappingPrioritiesWithTag(tag objectivec.IObject) objectivec.IObject
func (ANEQoSMapperClass) ProgramPriorityForQoS ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) ProgramPriorityForQoS(s uint32) int
func (ANEQoSMapperClass) QosForProgramPriority ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) QosForProgramPriority(priority int) uint32
func (ANEQoSMapperClass) QueueIndexForQoS ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) QueueIndexForQoS(s uint32) uint64
func (ANEQoSMapperClass) RealTimeProgramPriority ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) RealTimeProgramPriority() int
func (ANEQoSMapperClass) RealTimeQueueIndex ¶
func (_ANEQoSMapperClass ANEQoSMapperClass) RealTimeQueueIndex() uint64
type ANERequest ¶
type ANERequest struct {
objectivec.Object
}
Methods ¶
- ANERequest.InputArray
- ANERequest.InputIndexArray
- ANERequest.IoSurfacesCount
- ANERequest.OutputArray
- ANERequest.OutputIndexArray
- ANERequest.PerfStats
- ANERequest.SetPerfStats
- ANERequest.PerfStatsArray
- ANERequest.ProcedureIndex
- ANERequest.SetCompletionHandler
- ANERequest.SharedEvents
- ANERequest.SetSharedEvents
- ANERequest.TransactionHandle
- ANERequest.SetTransactionHandle
- ANERequest.Validate
- ANERequest.WeightsBuffer
- ANERequest.InitWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle
- ANERequest.InitWithVirtualModel
func ANERequestFromID ¶
func ANERequestFromID(id objc.ID) ANERequest
ANERequestFromID constructs a ANERequest from an objc.ID.
func NewANERequest ¶
func NewANERequest() ANERequest
NewANERequest creates a new ANERequest instance.
func NewANERequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle ¶
func NewANERequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle(inputs objectivec.IObject, indices objectivec.IObject, outputs objectivec.IObject, indices2 objectivec.IObject, buffer objectivec.IObject, stats objectivec.IObject, index objectivec.IObject, events objectivec.IObject, handle objectivec.IObject) ANERequest
func NewANERequestWithVirtualModel ¶
func NewANERequestWithVirtualModel(model unsafe.Pointer) ANERequest
func (ANERequest) Autorelease ¶
func (a ANERequest) Autorelease() ANERequest
Autorelease adds the receiver to the current autorelease pool.
func (ANERequest) ClearCompletionHandler ¶ added in v0.2.0
func (a ANERequest) ClearCompletionHandler()
ClearCompletionHandler clears and releases any retained completion handler.
func (ANERequest) InitWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle ¶
func (a ANERequest) InitWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle(inputs objectivec.IObject, indices objectivec.IObject, outputs objectivec.IObject, indices2 objectivec.IObject, buffer objectivec.IObject, stats objectivec.IObject, index objectivec.IObject, events objectivec.IObject, handle objectivec.IObject) ANERequest
func (ANERequest) InitWithVirtualModel ¶
func (a ANERequest) InitWithVirtualModel(model unsafe.Pointer) ANERequest
func (ANERequest) InputArray ¶
func (a ANERequest) InputArray() foundation.INSArray
func (ANERequest) InputIndexArray ¶
func (a ANERequest) InputIndexArray() foundation.INSArray
func (ANERequest) IoSurfacesCount ¶
func (a ANERequest) IoSurfacesCount() uint64
func (ANERequest) OutputArray ¶
func (a ANERequest) OutputArray() foundation.INSArray
func (ANERequest) OutputIndexArray ¶
func (a ANERequest) OutputIndexArray() foundation.INSArray
func (ANERequest) PerfStats ¶
func (a ANERequest) PerfStats() IANEPerformanceStats
func (ANERequest) PerfStatsArray ¶
func (a ANERequest) PerfStatsArray() foundation.INSArray
func (ANERequest) ProcedureIndex ¶
func (a ANERequest) ProcedureIndex() foundation.NSNumber
func (ANERequest) Set ¶
func (a ANERequest) Set(ctx context.Context) error
Set is a synchronous wrapper around ANERequest.SetCompletionHandler. It blocks until the completion handler fires or the context is cancelled.
func (ANERequest) SetCompletionHandler ¶
func (a ANERequest) SetCompletionHandler(handler ErrorHandler)
func (ANERequest) SetCompletionHandlerRetained ¶ added in v0.2.0
func (a ANERequest) SetCompletionHandlerRetained(handler BoolErrorHandler) *CompletionHandlerBinding
SetCompletionHandlerRetained sets a completion handler and retains the block via associated object to avoid premature release on async paths.
func (ANERequest) SetPerfStats ¶
func (a ANERequest) SetPerfStats(value IANEPerformanceStats)
func (ANERequest) SetSharedEvents ¶
func (a ANERequest) SetSharedEvents(value IANESharedEvents)
func (ANERequest) SetTransactionHandle ¶
func (a ANERequest) SetTransactionHandle(value foundation.NSNumber)
func (ANERequest) SharedEvents ¶
func (a ANERequest) SharedEvents() IANESharedEvents
func (ANERequest) TransactionHandle ¶
func (a ANERequest) TransactionHandle() foundation.NSNumber
func (ANERequest) Validate ¶
func (a ANERequest) Validate() bool
func (ANERequest) WeightsBuffer ¶
func (a ANERequest) WeightsBuffer() IANEIOSurfaceObject
type ANERequestClass ¶
type ANERequestClass struct {
// contains filtered or unexported fields
}
func GetANERequestClass ¶
func GetANERequestClass() ANERequestClass
GetANERequestClass returns the class object for _ANERequest.
func (ANERequestClass) Alloc ¶
func (ac ANERequestClass) Alloc() ANERequest
Alloc allocates memory for a new instance of the class.
func (ANERequestClass) Class ¶ added in v0.5.0
func (ac ANERequestClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesPerfStatsProcedureIndex ¶
func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesPerfStatsProcedureIndex(inputs objectivec.IObject, indices objectivec.IObject, outputs objectivec.IObject, indices2 objectivec.IObject, stats objectivec.IObject, index objectivec.IObject) objectivec.IObject
func (ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesProcedureIndex ¶
func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesProcedureIndex(inputs objectivec.IObject, indices objectivec.IObject, outputs objectivec.IObject, indices2 objectivec.IObject, index objectivec.IObject) objectivec.IObject
func (ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndex ¶
func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndex(inputs objectivec.IObject, indices objectivec.IObject, outputs objectivec.IObject, indices2 objectivec.IObject, buffer objectivec.IObject, stats objectivec.IObject, index objectivec.IObject) objectivec.IObject
func (ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEvents ¶
func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEvents(inputs objectivec.IObject, indices objectivec.IObject, outputs objectivec.IObject, indices2 objectivec.IObject, buffer objectivec.IObject, stats objectivec.IObject, index objectivec.IObject, events objectivec.IObject) objectivec.IObject
func (ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle ¶
func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle(inputs objectivec.IObject, indices objectivec.IObject, outputs objectivec.IObject, indices2 objectivec.IObject, buffer objectivec.IObject, stats objectivec.IObject, index objectivec.IObject, events objectivec.IObject, handle objectivec.IObject) objectivec.IObject
func (ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferProcedureIndex ¶
func (_ANERequestClass ANERequestClass) RequestWithInputsInputIndicesOutputsOutputIndicesWeightsBufferProcedureIndex(inputs objectivec.IObject, indices objectivec.IObject, outputs objectivec.IObject, indices2 objectivec.IObject, buffer objectivec.IObject, index objectivec.IObject) objectivec.IObject
type ANESandboxingHelper ¶
type ANESandboxingHelper struct {
objectivec.Object
}
func ANESandboxingHelperFromID ¶
func ANESandboxingHelperFromID(id objc.ID) ANESandboxingHelper
ANESandboxingHelperFromID constructs a ANESandboxingHelper from an objc.ID.
func NewANESandboxingHelper ¶
func NewANESandboxingHelper() ANESandboxingHelper
NewANESandboxingHelper creates a new ANESandboxingHelper instance.
func (ANESandboxingHelper) Autorelease ¶
func (a ANESandboxingHelper) Autorelease() ANESandboxingHelper
Autorelease adds the receiver to the current autorelease pool.
func (ANESandboxingHelper) Init ¶
func (a ANESandboxingHelper) Init() ANESandboxingHelper
Init initializes the instance.
type ANESandboxingHelperClass ¶
type ANESandboxingHelperClass struct {
// contains filtered or unexported fields
}
func GetANESandboxingHelperClass ¶
func GetANESandboxingHelperClass() ANESandboxingHelperClass
GetANESandboxingHelperClass returns the class object for _ANESandboxingHelper.
func (ANESandboxingHelperClass) Alloc ¶
func (ac ANESandboxingHelperClass) Alloc() ANESandboxingHelper
Alloc allocates memory for a new instance of the class.
func (ANESandboxingHelperClass) CanAccessPathAtMethodNameError ¶
func (_ANESandboxingHelperClass ANESandboxingHelperClass) CanAccessPathAtMethodNameError(at objectivec.IObject, name objectivec.IObject) (bool, error)
func (ANESandboxingHelperClass) Class ¶ added in v0.5.0
func (ac ANESandboxingHelperClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANESandboxingHelperClass) ConsumeSandboxExtensionForModelError ¶
func (_ANESandboxingHelperClass ANESandboxingHelperClass) ConsumeSandboxExtensionForModelError(extension objectivec.IObject, model objectivec.IObject) (int64, error)
func (ANESandboxingHelperClass) ConsumeSandboxExtensionForPathError ¶
func (_ANESandboxingHelperClass ANESandboxingHelperClass) ConsumeSandboxExtensionForPathError(extension objectivec.IObject, path objectivec.IObject) (int64, error)
func (ANESandboxingHelperClass) IssueSandboxExtensionForModelError ¶
func (_ANESandboxingHelperClass ANESandboxingHelperClass) IssueSandboxExtensionForModelError(model objectivec.IObject) (objectivec.IObject, error)
func (ANESandboxingHelperClass) IssueSandboxExtensionForPathError ¶
func (_ANESandboxingHelperClass ANESandboxingHelperClass) IssueSandboxExtensionForPathError(path objectivec.IObject) (objectivec.IObject, error)
func (ANESandboxingHelperClass) ReleaseSandboxExtensionHandle ¶
func (_ANESandboxingHelperClass ANESandboxingHelperClass) ReleaseSandboxExtensionHandle(extension objectivec.IObject, handle int64) bool
func (ANESandboxingHelperClass) SandboxExtensionPathForModelURL ¶
func (_ANESandboxingHelperClass ANESandboxingHelperClass) SandboxExtensionPathForModelURL(url foundation.NSURL) objectivec.IObject
type ANESharedEvents ¶
type ANESharedEvents struct {
}
Methods ¶
- ANESharedEvents.SignalEvents
- ANESharedEvents.SetSignalEvents
- ANESharedEvents.WaitEvents
- ANESharedEvents.SetWaitEvents
- ANESharedEvents.InitWithSignalEventsWaitEvents
func ANESharedEventsFromID ¶
func ANESharedEventsFromID(id objc.ID) ANESharedEvents
ANESharedEventsFromID constructs a ANESharedEvents from an objc.ID.
func NewANESharedEvents ¶
func NewANESharedEvents() ANESharedEvents
NewANESharedEvents creates a new ANESharedEvents instance.
func NewANESharedEventsWithSignalEventsWaitEvents ¶
func NewANESharedEventsWithSignalEventsWaitEvents(events objectivec.IObject, events2 objectivec.IObject) ANESharedEvents
func (ANESharedEvents) Autorelease ¶
func (a ANESharedEvents) Autorelease() ANESharedEvents
Autorelease adds the receiver to the current autorelease pool.
func (ANESharedEvents) Init ¶
func (a ANESharedEvents) Init() ANESharedEvents
Init initializes the instance.
func (ANESharedEvents) InitWithSignalEventsWaitEvents ¶
func (a ANESharedEvents) InitWithSignalEventsWaitEvents(events objectivec.IObject, events2 objectivec.IObject) ANESharedEvents
func (ANESharedEvents) SetSignalEvents ¶
func (a ANESharedEvents) SetSignalEvents(value foundation.INSArray)
func (ANESharedEvents) SetWaitEvents ¶
func (a ANESharedEvents) SetWaitEvents(value foundation.INSArray)
func (ANESharedEvents) SignalEvents ¶
func (a ANESharedEvents) SignalEvents() foundation.INSArray
func (ANESharedEvents) WaitEvents ¶
func (a ANESharedEvents) WaitEvents() foundation.INSArray
type ANESharedEventsClass ¶
type ANESharedEventsClass struct {
// contains filtered or unexported fields
}
func GetANESharedEventsClass ¶
func GetANESharedEventsClass() ANESharedEventsClass
GetANESharedEventsClass returns the class object for _ANESharedEvents.
func (ANESharedEventsClass) Alloc ¶
func (ac ANESharedEventsClass) Alloc() ANESharedEvents
Alloc allocates memory for a new instance of the class.
func (ANESharedEventsClass) Class ¶ added in v0.5.0
func (ac ANESharedEventsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANESharedEventsClass) SharedEventsWithSignalEventsWaitEvents ¶
func (_ANESharedEventsClass ANESharedEventsClass) SharedEventsWithSignalEventsWaitEvents(events objectivec.IObject, events2 objectivec.IObject) objectivec.IObject
type ANESharedSignalEvent ¶
type ANESharedSignalEvent struct {
}
Methods ¶
- ANESharedSignalEvent.AgentMask
- ANESharedSignalEvent.SetAgentMask
- ANESharedSignalEvent.EncodeWithCoder
- ANESharedSignalEvent.EventType
- ANESharedSignalEvent.SharedEvent
- ANESharedSignalEvent.SymbolIndex
- ANESharedSignalEvent.Value
- ANESharedSignalEvent.SetValue
- ANESharedSignalEvent.WaitEvent
- ANESharedSignalEvent.InitWithCoder
- ANESharedSignalEvent.InitWithValueSymbolIndexEventTypeSharedEventAgentMask
func ANESharedSignalEventFromID ¶
func ANESharedSignalEventFromID(id objc.ID) ANESharedSignalEvent
ANESharedSignalEventFromID constructs a ANESharedSignalEvent from an objc.ID.
func NewANESharedSignalEvent ¶
func NewANESharedSignalEvent() ANESharedSignalEvent
NewANESharedSignalEvent creates a new ANESharedSignalEvent instance.
func NewANESharedSignalEventWithCoder ¶
func NewANESharedSignalEventWithCoder(coder objectivec.IObject) ANESharedSignalEvent
func NewANESharedSignalEventWithValueSymbolIndexEventTypeSharedEventAgentMask ¶
func NewANESharedSignalEventWithValueSymbolIndexEventTypeSharedEventAgentMask(value uint64, index uint32, type_ int64, event objectivec.IObject, mask uint64) ANESharedSignalEvent
func (ANESharedSignalEvent) AgentMask ¶
func (a ANESharedSignalEvent) AgentMask() uint64
func (ANESharedSignalEvent) Autorelease ¶
func (a ANESharedSignalEvent) Autorelease() ANESharedSignalEvent
Autorelease adds the receiver to the current autorelease pool.
func (ANESharedSignalEvent) EncodeWithCoder ¶
func (a ANESharedSignalEvent) EncodeWithCoder(coder foundation.INSCoder)
func (ANESharedSignalEvent) EventType ¶
func (a ANESharedSignalEvent) EventType() int64
func (ANESharedSignalEvent) Init ¶
func (a ANESharedSignalEvent) Init() ANESharedSignalEvent
Init initializes the instance.
func (ANESharedSignalEvent) InitWithCoder ¶
func (a ANESharedSignalEvent) InitWithCoder(coder foundation.INSCoder) ANESharedSignalEvent
func (ANESharedSignalEvent) InitWithValueSymbolIndexEventTypeSharedEventAgentMask ¶
func (a ANESharedSignalEvent) InitWithValueSymbolIndexEventTypeSharedEventAgentMask(value uint64, index uint32, type_ int64, event objectivec.IObject, mask uint64) ANESharedSignalEvent
func (ANESharedSignalEvent) SetAgentMask ¶
func (a ANESharedSignalEvent) SetAgentMask(value uint64)
func (ANESharedSignalEvent) SetValue ¶
func (a ANESharedSignalEvent) SetValue(value uint64)
func (ANESharedSignalEvent) SharedEvent ¶
func (a ANESharedSignalEvent) SharedEvent() objectivec.IObject
func (ANESharedSignalEvent) SymbolIndex ¶
func (a ANESharedSignalEvent) SymbolIndex() uint32
func (ANESharedSignalEvent) Value ¶
func (a ANESharedSignalEvent) Value() uint64
func (ANESharedSignalEvent) WaitEvent ¶
func (a ANESharedSignalEvent) WaitEvent() objectivec.IObject
type ANESharedSignalEventClass ¶
type ANESharedSignalEventClass struct {
// contains filtered or unexported fields
}
func GetANESharedSignalEventClass ¶
func GetANESharedSignalEventClass() ANESharedSignalEventClass
GetANESharedSignalEventClass returns the class object for _ANESharedSignalEvent.
func (ANESharedSignalEventClass) Alloc ¶
func (ac ANESharedSignalEventClass) Alloc() ANESharedSignalEvent
Alloc allocates memory for a new instance of the class.
func (ANESharedSignalEventClass) Class ¶ added in v0.5.0
func (ac ANESharedSignalEventClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANESharedSignalEventClass) SignalEventWithValueSymbolIndexEventTypeSharedEvent ¶
func (_ANESharedSignalEventClass ANESharedSignalEventClass) SignalEventWithValueSymbolIndexEventTypeSharedEvent(value uint64, index uint32, type_ int64, event objectivec.IObject) objectivec.IObject
func (ANESharedSignalEventClass) SupportsSecureCoding ¶
func (_ANESharedSignalEventClass ANESharedSignalEventClass) SupportsSecureCoding() bool
type ANESharedWaitEvent ¶
type ANESharedWaitEvent struct {
}
Methods ¶
- ANESharedWaitEvent.EventType
- ANESharedWaitEvent.SharedEvent
- ANESharedWaitEvent.Value
- ANESharedWaitEvent.SetValue
- ANESharedWaitEvent.InitWithValueSharedEventEventType
func ANESharedWaitEventFromID ¶
func ANESharedWaitEventFromID(id objc.ID) ANESharedWaitEvent
ANESharedWaitEventFromID constructs a ANESharedWaitEvent from an objc.ID.
func NewANESharedWaitEvent ¶
func NewANESharedWaitEvent() ANESharedWaitEvent
NewANESharedWaitEvent creates a new ANESharedWaitEvent instance.
func NewANESharedWaitEventWithValueSharedEventEventType ¶
func NewANESharedWaitEventWithValueSharedEventEventType(value uint64, event objectivec.IObject, type_ uint64) ANESharedWaitEvent
func (ANESharedWaitEvent) Autorelease ¶
func (a ANESharedWaitEvent) Autorelease() ANESharedWaitEvent
Autorelease adds the receiver to the current autorelease pool.
func (ANESharedWaitEvent) EventType ¶
func (a ANESharedWaitEvent) EventType() uint64
func (ANESharedWaitEvent) Init ¶
func (a ANESharedWaitEvent) Init() ANESharedWaitEvent
Init initializes the instance.
func (ANESharedWaitEvent) InitWithValueSharedEventEventType ¶
func (a ANESharedWaitEvent) InitWithValueSharedEventEventType(value uint64, event objectivec.IObject, type_ uint64) ANESharedWaitEvent
func (ANESharedWaitEvent) SetValue ¶
func (a ANESharedWaitEvent) SetValue(value uint64)
func (ANESharedWaitEvent) SharedEvent ¶
func (a ANESharedWaitEvent) SharedEvent() objectivec.IObject
func (ANESharedWaitEvent) Value ¶
func (a ANESharedWaitEvent) Value() uint64
type ANESharedWaitEventClass ¶
type ANESharedWaitEventClass struct {
// contains filtered or unexported fields
}
func GetANESharedWaitEventClass ¶
func GetANESharedWaitEventClass() ANESharedWaitEventClass
GetANESharedWaitEventClass returns the class object for _ANESharedWaitEvent.
func (ANESharedWaitEventClass) Alloc ¶
func (ac ANESharedWaitEventClass) Alloc() ANESharedWaitEvent
Alloc allocates memory for a new instance of the class.
func (ANESharedWaitEventClass) Class ¶ added in v0.5.0
func (ac ANESharedWaitEventClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANESharedWaitEventClass) WaitEventWithValueSharedEvent ¶
func (_ANESharedWaitEventClass ANESharedWaitEventClass) WaitEventWithValueSharedEvent(value uint64, event objectivec.IObject) objectivec.IObject
func (ANESharedWaitEventClass) WaitEventWithValueSharedEventEventType ¶
func (_ANESharedWaitEventClass ANESharedWaitEventClass) WaitEventWithValueSharedEventEventType(value uint64, event objectivec.IObject, type_ uint64) objectivec.IObject
type ANEStorageMaintainerProtocol ¶ added in v0.5.0
type ANEStorageMaintainerProtocol interface {
objectivec.IObject
}
_ANEStorageMaintainerProtocol protocol.
type ANEStorageMaintainerProtocolObject ¶ added in v0.5.0
type ANEStorageMaintainerProtocolObject struct {
objectivec.Object
}
ANEStorageMaintainerProtocolObject wraps an existing Objective-C object that conforms to the ANEStorageMaintainerProtocol protocol.
func ANEStorageMaintainerProtocolObjectFromID ¶ added in v0.5.0
func ANEStorageMaintainerProtocolObjectFromID(id objc.ID) ANEStorageMaintainerProtocolObject
ANEStorageMaintainerProtocolObjectFromID constructs a ANEStorageMaintainerProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (ANEStorageMaintainerProtocolObject) BaseObject ¶ added in v0.5.0
func (o ANEStorageMaintainerProtocolObject) BaseObject() objectivec.Object
func (ANEStorageMaintainerProtocolObject) PurgeDanglingModelsAtWithReply ¶ added in v0.5.0
func (o ANEStorageMaintainerProtocolObject) PurgeDanglingModelsAtWithReply(at objectivec.IObject, reply VoidHandler)
type ANEStrings ¶
type ANEStrings struct {
objectivec.Object
}
func ANEStringsFromID ¶
func ANEStringsFromID(id objc.ID) ANEStrings
ANEStringsFromID constructs a ANEStrings from an objc.ID.
func NewANEStrings ¶
func NewANEStrings() ANEStrings
NewANEStrings creates a new ANEStrings instance.
func (ANEStrings) Autorelease ¶
func (a ANEStrings) Autorelease() ANEStrings
Autorelease adds the receiver to the current autorelease pool.
type ANEStringsClass ¶
type ANEStringsClass struct {
// contains filtered or unexported fields
}
func GetANEStringsClass ¶
func GetANEStringsClass() ANEStringsClass
GetANEStringsClass returns the class object for _ANEStrings.
func (ANEStringsClass) AdapterWeightsAccessEntitlement ¶
func (_ANEStringsClass ANEStringsClass) AdapterWeightsAccessEntitlement() objectivec.IObject
func (ANEStringsClass) AdapterWeightsAccessEntitlementBypassBootArg ¶
func (_ANEStringsClass ANEStringsClass) AdapterWeightsAccessEntitlementBypassBootArg() objectivec.IObject
func (ANEStringsClass) AggressivePowerSavingEntitlement ¶
func (_ANEStringsClass ANEStringsClass) AggressivePowerSavingEntitlement() objectivec.IObject
func (ANEStringsClass) Alloc ¶
func (ac ANEStringsClass) Alloc() ANEStrings
Alloc allocates memory for a new instance of the class.
func (ANEStringsClass) BinExtension ¶
func (_ANEStringsClass ANEStringsClass) BinExtension() objectivec.IObject
func (ANEStringsClass) BuildSpecificModelDataVaultDirectory ¶
func (_ANEStringsClass ANEStringsClass) BuildSpecificModelDataVaultDirectory() objectivec.IObject
func (ANEStringsClass) BuildSpecificUserModelDataVaultDirectory ¶
func (_ANEStringsClass ANEStringsClass) BuildSpecificUserModelDataVaultDirectory() objectivec.IObject
func (ANEStringsClass) Class ¶ added in v0.5.0
func (ac ANEStringsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEStringsClass) CloneDirectory ¶
func (_ANEStringsClass ANEStringsClass) CloneDirectory() objectivec.IObject
func (ANEStringsClass) CompilerServiceAccessEntitlement ¶
func (_ANEStringsClass ANEStringsClass) CompilerServiceAccessEntitlement() objectivec.IObject
func (ANEStringsClass) CoreAnalyticsANEUsageDefaultReportedClient ¶
func (_ANEStringsClass ANEStringsClass) CoreAnalyticsANEUsageDefaultReportedClient() objectivec.IObject
func (ANEStringsClass) CoreAnalyticsANEUsageKeyGroup ¶
func (_ANEStringsClass ANEStringsClass) CoreAnalyticsANEUsageKeyGroup() objectivec.IObject
func (ANEStringsClass) DataVaultStorageClass ¶
func (_ANEStringsClass ANEStringsClass) DataVaultStorageClass() objectivec.IObject
func (ANEStringsClass) DefaultANECIRFileName ¶
func (_ANEStringsClass ANEStringsClass) DefaultANECIRFileName() objectivec.IObject
func (ANEStringsClass) DefaultANECIROptionsFileName ¶
func (_ANEStringsClass ANEStringsClass) DefaultANECIROptionsFileName() objectivec.IObject
func (ANEStringsClass) DefaultCompilerOptionsFilename ¶
func (_ANEStringsClass ANEStringsClass) DefaultCompilerOptionsFilename() objectivec.IObject
func (ANEStringsClass) DefaultLLIRBundleName ¶
func (_ANEStringsClass ANEStringsClass) DefaultLLIRBundleName() objectivec.IObject
func (ANEStringsClass) DefaultMILFileName ¶
func (_ANEStringsClass ANEStringsClass) DefaultMILFileName() objectivec.IObject
func (ANEStringsClass) DefaultMLIRFileName ¶
func (_ANEStringsClass ANEStringsClass) DefaultMLIRFileName() objectivec.IObject
func (ANEStringsClass) DefaultWeightFileName ¶
func (_ANEStringsClass ANEStringsClass) DefaultWeightFileName() objectivec.IObject
func (ANEStringsClass) ErrorDomainCompiler ¶
func (_ANEStringsClass ANEStringsClass) ErrorDomainCompiler() objectivec.IObject
func (ANEStringsClass) ErrorDomainEspresso ¶
func (_ANEStringsClass ANEStringsClass) ErrorDomainEspresso() objectivec.IObject
func (ANEStringsClass) ErrorDomainGeneric ¶
func (_ANEStringsClass ANEStringsClass) ErrorDomainGeneric() objectivec.IObject
func (ANEStringsClass) ErrorDomainVirtIO ¶
func (_ANEStringsClass ANEStringsClass) ErrorDomainVirtIO() objectivec.IObject
func (ANEStringsClass) HwxExtension ¶
func (_ANEStringsClass ANEStringsClass) HwxExtension() objectivec.IObject
func (ANEStringsClass) InMemoryModelCacheName ¶
func (_ANEStringsClass ANEStringsClass) InMemoryModelCacheName() objectivec.IObject
func (ANEStringsClass) InternalLibraryPath ¶
func (_ANEStringsClass ANEStringsClass) InternalLibraryPath() objectivec.IObject
func (ANEStringsClass) LaunchIOKitEvent ¶
func (_ANEStringsClass ANEStringsClass) LaunchIOKitEvent() objectivec.IObject
func (ANEStringsClass) LaunchUserIOKitEvent ¶
func (_ANEStringsClass ANEStringsClass) LaunchUserIOKitEvent() objectivec.IObject
func (ANEStringsClass) LlirBundleExtension ¶
func (_ANEStringsClass ANEStringsClass) LlirBundleExtension() objectivec.IObject
func (ANEStringsClass) MachServiceName ¶
func (_ANEStringsClass ANEStringsClass) MachServiceName() objectivec.IObject
func (ANEStringsClass) MachServiceNamePrivate ¶
func (_ANEStringsClass ANEStringsClass) MachServiceNamePrivate() objectivec.IObject
func (ANEStringsClass) MemoryUnwireAccessEntitlement ¶
func (_ANEStringsClass ANEStringsClass) MemoryUnwireAccessEntitlement() objectivec.IObject
func (ANEStringsClass) MlirExtension ¶ added in v0.5.0
func (_ANEStringsClass ANEStringsClass) MlirExtension() objectivec.IObject
func (ANEStringsClass) ModelAssetsCacheName ¶
func (_ANEStringsClass ANEStringsClass) ModelAssetsCacheName() objectivec.IObject
func (ANEStringsClass) ModelBinaryName ¶
func (_ANEStringsClass ANEStringsClass) ModelBinaryName() objectivec.IObject
func (ANEStringsClass) ModelCacheRetainName ¶
func (_ANEStringsClass ANEStringsClass) ModelCacheRetainName() objectivec.IObject
func (ANEStringsClass) ModelDataVaultDirectory ¶
func (_ANEStringsClass ANEStringsClass) ModelDataVaultDirectory() objectivec.IObject
func (ANEStringsClass) ModelPurgeInAllPartitionsEntitlement ¶
func (_ANEStringsClass ANEStringsClass) ModelPurgeInAllPartitionsEntitlement() objectivec.IObject
func (ANEStringsClass) ModelSourceStoreName ¶
func (_ANEStringsClass ANEStringsClass) ModelSourceStoreName() objectivec.IObject
func (ANEStringsClass) NoSandboxExtension ¶
func (_ANEStringsClass ANEStringsClass) NoSandboxExtension() objectivec.IObject
func (ANEStringsClass) PpsCategoryForANE ¶
func (_ANEStringsClass ANEStringsClass) PpsCategoryForANE() objectivec.IObject
func (ANEStringsClass) PpsSubsystemForANE ¶
func (_ANEStringsClass ANEStringsClass) PpsSubsystemForANE() objectivec.IObject
func (ANEStringsClass) Pps_applicationDir ¶
func (_ANEStringsClass ANEStringsClass) Pps_applicationDir() objectivec.IObject
func (ANEStringsClass) Pps_catalogDir ¶
func (_ANEStringsClass ANEStringsClass) Pps_catalogDir() objectivec.IObject
func (ANEStringsClass) Pps_defaultSystemPathDir ¶
func (_ANEStringsClass ANEStringsClass) Pps_defaultSystemPathDir() objectivec.IObject
func (ANEStringsClass) Pps_defaultUserPathPrefix ¶
func (_ANEStringsClass ANEStringsClass) Pps_defaultUserPathPrefix() objectivec.IObject
func (ANEStringsClass) Pps_frameworkDir ¶
func (_ANEStringsClass ANEStringsClass) Pps_frameworkDir() objectivec.IObject
func (ANEStringsClass) Pps_internalDir ¶
func (_ANEStringsClass ANEStringsClass) Pps_internalDir() objectivec.IObject
func (ANEStringsClass) Pps_privateFrameworkDir ¶
func (_ANEStringsClass ANEStringsClass) Pps_privateFrameworkDir() objectivec.IObject
func (ANEStringsClass) Pps_tmpDir ¶
func (_ANEStringsClass ANEStringsClass) Pps_tmpDir() objectivec.IObject
func (ANEStringsClass) Pps_varDir ¶
func (_ANEStringsClass ANEStringsClass) Pps_varDir() objectivec.IObject
func (ANEStringsClass) ProcessModelShareAccessEntitlement ¶
func (_ANEStringsClass ANEStringsClass) ProcessModelShareAccessEntitlement() objectivec.IObject
func (ANEStringsClass) RestrictedAccessEntitlement ¶
func (_ANEStringsClass ANEStringsClass) RestrictedAccessEntitlement() objectivec.IObject
func (ANEStringsClass) SecondaryANECompilerServiceAccessEntitlement ¶
func (_ANEStringsClass ANEStringsClass) SecondaryANECompilerServiceAccessEntitlement() objectivec.IObject
func (ANEStringsClass) StorageMaintainerAccessEntitlement ¶
func (_ANEStringsClass ANEStringsClass) StorageMaintainerAccessEntitlement() objectivec.IObject
func (ANEStringsClass) SystemLibraryPath ¶
func (_ANEStringsClass ANEStringsClass) SystemLibraryPath() objectivec.IObject
func (ANEStringsClass) SystemModelsCacheDirectory ¶
func (_ANEStringsClass ANEStringsClass) SystemModelsCacheDirectory() objectivec.IObject
func (ANEStringsClass) TempDirectory ¶
func (_ANEStringsClass ANEStringsClass) TempDirectory() objectivec.IObject
func (ANEStringsClass) Testing_ThreeSixtyModelName ¶
func (_ANEStringsClass ANEStringsClass) Testing_ThreeSixtyModelName() objectivec.IObject
func (ANEStringsClass) Testing_cacheDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_cacheDirectory() objectivec.IObject
func (ANEStringsClass) Testing_cacheDirectoryWithSuffix ¶
func (_ANEStringsClass ANEStringsClass) Testing_cacheDirectoryWithSuffix(suffix objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_cacheDirectoryWithSuffixBuildVersion ¶
func (_ANEStringsClass ANEStringsClass) Testing_cacheDirectoryWithSuffixBuildVersion(suffix objectivec.IObject, version objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_cloneDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_cloneDirectory(directory objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_dataVaultStorageClass ¶
func (_ANEStringsClass ANEStringsClass) Testing_dataVaultStorageClass() objectivec.IObject
func (ANEStringsClass) Testing_defaultMLIRModelName ¶
func (_ANEStringsClass ANEStringsClass) Testing_defaultMLIRModelName() objectivec.IObject
func (ANEStringsClass) Testing_encryptedModelNames ¶
func (_ANEStringsClass ANEStringsClass) Testing_encryptedModelNames() objectivec.IObject
func (ANEStringsClass) Testing_external_modelPath ¶
func (_ANEStringsClass ANEStringsClass) Testing_external_modelPath() objectivec.IObject
func (ANEStringsClass) Testing_external_precompiledModelPath ¶
func (_ANEStringsClass ANEStringsClass) Testing_external_precompiledModelPath() objectivec.IObject
func (ANEStringsClass) Testing_inputDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_inputDirectory() objectivec.IObject
func (ANEStringsClass) Testing_modelDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_modelDirectory() objectivec.IObject
func (ANEStringsClass) Testing_modelDirectoryWithDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_modelDirectoryWithDirectory(directory objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_modelNames ¶
func (_ANEStringsClass ANEStringsClass) Testing_modelNames() objectivec.IObject
func (ANEStringsClass) Testing_tempDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_tempDirectory(directory objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_userCacheDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_userCacheDirectory() objectivec.IObject
func (ANEStringsClass) Testing_userCacheDirectoryWithSuffix ¶
func (_ANEStringsClass ANEStringsClass) Testing_userCacheDirectoryWithSuffix(suffix objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_userCacheDirectoryWithSuffixBuildVersion ¶
func (_ANEStringsClass ANEStringsClass) Testing_userCacheDirectoryWithSuffixBuildVersion(suffix objectivec.IObject, version objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_userCloneDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_userCloneDirectory(directory objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_userTempDirectory ¶
func (_ANEStringsClass ANEStringsClass) Testing_userTempDirectory(directory objectivec.IObject) objectivec.IObject
func (ANEStringsClass) Testing_zeroModelName ¶
func (_ANEStringsClass ANEStringsClass) Testing_zeroModelName() objectivec.IObject
func (ANEStringsClass) TrimmedModelPathTrimmedPath ¶
func (_ANEStringsClass ANEStringsClass) TrimmedModelPathTrimmedPath(path objectivec.IObject, path2 []objectivec.IObject) bool
func (ANEStringsClass) UserCloneDirectory ¶
func (_ANEStringsClass ANEStringsClass) UserCloneDirectory() objectivec.IObject
func (ANEStringsClass) UserMachServiceName ¶
func (_ANEStringsClass ANEStringsClass) UserMachServiceName() objectivec.IObject
func (ANEStringsClass) UserModelDataVaultDirectory ¶
func (_ANEStringsClass ANEStringsClass) UserModelDataVaultDirectory() objectivec.IObject
func (ANEStringsClass) UserTempDirectory ¶
func (_ANEStringsClass ANEStringsClass) UserTempDirectory() objectivec.IObject
func (ANEStringsClass) Vm_allowPrecompiledBinaryBootArg ¶
func (_ANEStringsClass ANEStringsClass) Vm_allowPrecompiledBinaryBootArg() objectivec.IObject
func (ANEStringsClass) Vm_debugDumpBootArg ¶
func (_ANEStringsClass ANEStringsClass) Vm_debugDumpBootArg() objectivec.IObject
func (ANEStringsClass) Vm_forceValidationOnGuestBootArg ¶
func (_ANEStringsClass ANEStringsClass) Vm_forceValidationOnGuestBootArg() objectivec.IObject
func (ANEStringsClass) Vm_tmpBaseDirectory ¶
func (_ANEStringsClass ANEStringsClass) Vm_tmpBaseDirectory() objectivec.IObject
type ANEVirtualClient ¶
type ANEVirtualClient struct {
objectivec.Object
}
Methods ¶
- ANEVirtualClient.AneArchitectureTypeStr
- ANEVirtualClient.AneBoardtype
- ANEVirtualClient.BeginRealTimeTask
- ANEVirtualClient.CallIOUserClientInParamsOutParams
- ANEVirtualClient.CallIOUserClientWithDictionaryInDictionaryError
- ANEVirtualClient.CheckKernReturnValueSelectorOutParams
- ANEVirtualClient.CompileModelOptionsQosError
- ANEVirtualClient.CompiledModelExistsFor
- ANEVirtualClient.CompiledModelExistsMatchingHash
- ANEVirtualClient.Connect
- ANEVirtualClient.CopyAllModelFilesDictionaryIoSurfaceRefs
- ANEVirtualClient.CopyDictionaryToIOSurfaceCopiedDataSizeCreatedIOSID
- ANEVirtualClient.CopyErrorValue
- ANEVirtualClient.CopyErrorValueVmData
- ANEVirtualClient.CopyFilesInDirectoryToIOSurfacesIoSurfaceRefsIoSurfaceSizesFileNames
- ANEVirtualClient.CopyModelOptionsVmData
- ANEVirtualClient.CopyModelMetaDataOptionsDictionaryVmData
- ANEVirtualClient.CopyModelOptionFilesOptionsDictionaryVmData
- ANEVirtualClient.CopyModelOptionFilesOptionsVmData
- ANEVirtualClient.CopyOptionsDictionaryVmData
- ANEVirtualClient.CopyOptionsVmData
- ANEVirtualClient.CopyToIOSurfaceLengthIoSID
- ANEVirtualClient.CopyToIOSurfaceSizeIoSID
- ANEVirtualClient.DoEvaluateWithModelOptionsRequestQosCompletionEventError
- ANEVirtualClient.DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventError
- ANEVirtualClient.DoJsonParsingMatchWeightName
- ANEVirtualClient.DoMapIOSurfacesWithModelRequestCacheInferenceError
- ANEVirtualClient.Echo
- ANEVirtualClient.EndRealTimeTask
- ANEVirtualClient.EvaluateWithModelOptionsRequestQosError
- ANEVirtualClient.ExchangeBuildVersionInfo
- ANEVirtualClient.GetDeviceInfo
- ANEVirtualClient.GetModelAttribute
- ANEVirtualClient.GetValidateNetworkVersion
- ANEVirtualClient.HasANE
- ANEVirtualClient.HostBuildVersionStr
- ANEVirtualClient.IsInternalBuild
- ANEVirtualClient.LoadModelOptionsQosError
- ANEVirtualClient.LoadModelNewInstanceOptionsModelInstParamsQosError
- ANEVirtualClient.LoadModelNewInstanceLegacyOptionsModelInstParamsQosError
- ANEVirtualClient.MapIOSurfacesWithModelRequestCacheInferenceError
- ANEVirtualClient.NegotiatedCapabilityMask
- ANEVirtualClient.NegotiatedDataInterfaceVersion
- ANEVirtualClient.NumANECores
- ANEVirtualClient.NumANEs
- ANEVirtualClient.OutputDictIOSurfaceSize
- ANEVirtualClient.ParallelDecompressedData
- ANEVirtualClient.PrintDictionary
- ANEVirtualClient.PurgeCompiledModel
- ANEVirtualClient.PurgeCompiledModelMatchingHash
- ANEVirtualClient.Queue
- ANEVirtualClient.ReadWeightFilename
- ANEVirtualClient.ReleaseIOSurfaces
- ANEVirtualClient.SendGuestBuildVersion
- ANEVirtualClient.SessionHintWithModelHintOptionsReportError
- ANEVirtualClient.TransferFileToHostWithPathWithChunkSizeWithUUIDWithModelInputPathOverWriteFileNameWith
- ANEVirtualClient.UnloadModelOptionsQosError
- ANEVirtualClient.UpdateErrorError
- ANEVirtualClient.UpdatePerformanceStats
- ANEVirtualClient.ValidateEnvironmentForPrecompiledBinarySupport
- ANEVirtualClient.ValidateNetworkCreateUuidFunctionDirectoryPathScratchPadPathMilTextData
- ANEVirtualClient.ValidateNetworkCreateMLIRValidation_params
- ANEVirtualClient.AneSubTypeAndVariant
- ANEVirtualClient.InitWithSingletonAccess
func ANEVirtualClientFromID ¶
func ANEVirtualClientFromID(id objc.ID) ANEVirtualClient
ANEVirtualClientFromID constructs a ANEVirtualClient from an objc.ID.
func NewANEVirtualClient ¶
func NewANEVirtualClient() ANEVirtualClient
NewANEVirtualClient creates a new ANEVirtualClient instance.
func NewANEVirtualClientWithSingletonAccess ¶
func NewANEVirtualClientWithSingletonAccess() ANEVirtualClient
func (ANEVirtualClient) AneArchitectureTypeStr ¶
func (a ANEVirtualClient) AneArchitectureTypeStr() objectivec.IObject
func (ANEVirtualClient) AneBoardtype ¶
func (a ANEVirtualClient) AneBoardtype() int64
func (ANEVirtualClient) AneSubTypeAndVariant ¶ added in v0.5.0
func (a ANEVirtualClient) AneSubTypeAndVariant() objectivec.IObject
func (ANEVirtualClient) Autorelease ¶
func (a ANEVirtualClient) Autorelease() ANEVirtualClient
Autorelease adds the receiver to the current autorelease pool.
func (ANEVirtualClient) BeginRealTimeTask ¶
func (a ANEVirtualClient) BeginRealTimeTask() bool
func (ANEVirtualClient) CallIOUserClientInParamsOutParams ¶
func (a ANEVirtualClient) CallIOUserClientInParamsOutParams(client uint32, params VirtANEModel, params2 VirtANEModel) bool
func (ANEVirtualClient) CallIOUserClientWithDictionaryInDictionaryError ¶
func (ANEVirtualClient) CheckKernReturnValueSelectorOutParams ¶
func (a ANEVirtualClient) CheckKernReturnValueSelectorOutParams(value int, selector uint32, params VirtANEModel)
func (ANEVirtualClient) CompileModelOptionsQosError ¶
func (a ANEVirtualClient) CompileModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEVirtualClient) CompiledModelExistsFor ¶
func (a ANEVirtualClient) CompiledModelExistsFor(for_ objectivec.IObject) bool
func (ANEVirtualClient) CompiledModelExistsMatchingHash ¶
func (a ANEVirtualClient) CompiledModelExistsMatchingHash(hash objectivec.IObject) bool
func (ANEVirtualClient) Connect ¶
func (a ANEVirtualClient) Connect() uint32
func (ANEVirtualClient) CopyAllModelFilesDictionaryIoSurfaceRefs ¶
func (a ANEVirtualClient) CopyAllModelFilesDictionaryIoSurfaceRefs(files objectivec.IObject, dictionary unsafe.Pointer, refs unsafe.Pointer) bool
func (ANEVirtualClient) CopyDictionaryToIOSurfaceCopiedDataSizeCreatedIOSID ¶
func (a ANEVirtualClient) CopyDictionaryToIOSurfaceCopiedDataSizeCreatedIOSID(iOSurface objectivec.IObject, size *uint64, iosid *uint32) coregraphics.IOSurfaceRef
func (ANEVirtualClient) CopyErrorValue ¶
func (a ANEVirtualClient) CopyErrorValue(value VMData)
func (ANEVirtualClient) CopyErrorValueVmData ¶
func (a ANEVirtualClient) CopyErrorValueVmData(value unsafe.Pointer, data VMData)
func (ANEVirtualClient) CopyFilesInDirectoryToIOSurfacesIoSurfaceRefsIoSurfaceSizesFileNames ¶
func (a ANEVirtualClient) CopyFilesInDirectoryToIOSurfacesIoSurfaceRefsIoSurfaceSizesFileNames(iOSurfaces objectivec.IObject, refs unsafe.Pointer, sizes objectivec.IObject, names objectivec.IObject) bool
func (ANEVirtualClient) CopyModelMetaDataOptionsDictionaryVmData ¶
func (a ANEVirtualClient) CopyModelMetaDataOptionsDictionaryVmData(data objectivec.IObject, options objectivec.IObject, dictionary unsafe.Pointer, data2 VMData)
func (ANEVirtualClient) CopyModelOptionFilesOptionsDictionaryVmData ¶
func (a ANEVirtualClient) CopyModelOptionFilesOptionsDictionaryVmData(files objectivec.IObject, options objectivec.IObject, dictionary unsafe.Pointer, data VMData)
func (ANEVirtualClient) CopyModelOptionFilesOptionsVmData ¶
func (a ANEVirtualClient) CopyModelOptionFilesOptionsVmData(files objectivec.IObject, options objectivec.IObject, data VMData)
func (ANEVirtualClient) CopyModelOptionsVmData ¶
func (a ANEVirtualClient) CopyModelOptionsVmData(model objectivec.IObject, options objectivec.IObject, data VMData)
func (ANEVirtualClient) CopyOptionsDictionaryVmData ¶
func (a ANEVirtualClient) CopyOptionsDictionaryVmData(options objectivec.IObject, dictionary unsafe.Pointer, data VMData)
func (ANEVirtualClient) CopyOptionsVmData ¶
func (a ANEVirtualClient) CopyOptionsVmData(options objectivec.IObject, data VMData)
func (ANEVirtualClient) CopyToIOSurfaceLengthIoSID ¶
func (a ANEVirtualClient) CopyToIOSurfaceLengthIoSID(iOSurface objectivec.IObject, length uint64, sid *uint32) coregraphics.IOSurfaceRef
func (ANEVirtualClient) CopyToIOSurfaceSizeIoSID ¶
func (a ANEVirtualClient) CopyToIOSurfaceSizeIoSID(iOSurface string, size uint64, sid *uint32) coregraphics.IOSurfaceRef
func (ANEVirtualClient) DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventError ¶
func (a ANEVirtualClient) DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventError(legacy objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32, event objectivec.IObject) (bool, error)
func (ANEVirtualClient) DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventHandlerError ¶ added in v0.2.0
func (a ANEVirtualClient) DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventHandlerError(legacy objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32, handler BoolErrorHandler) (ok bool, release func(), err error)
DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventHandlerError wraps legacy completionEvent with a typed BoolError handler block.
The caller must keep the returned release func alive until completion has fired, then call it exactly once.
func (ANEVirtualClient) DoEvaluateWithModelOptionsRequestQosCompletionEventError ¶
func (a ANEVirtualClient) DoEvaluateWithModelOptionsRequestQosCompletionEventError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32, event objectivec.IObject) (bool, error)
func (ANEVirtualClient) DoEvaluateWithModelOptionsRequestQosCompletionEventHandlerError ¶ added in v0.2.0
func (a ANEVirtualClient) DoEvaluateWithModelOptionsRequestQosCompletionEventHandlerError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32, handler BoolErrorHandler) (ok bool, release func(), err error)
DoEvaluateWithModelOptionsRequestQosCompletionEventHandlerError wraps the completionEvent argument with a typed BoolError handler block.
The caller must keep the returned release func alive until completion has fired, then call it exactly once.
func (ANEVirtualClient) DoJsonParsingMatchWeightName ¶
func (a ANEVirtualClient) DoJsonParsingMatchWeightName(name objectivec.IObject) objectivec.IObject
func (ANEVirtualClient) DoMapIOSurfacesWithModelRequestCacheInferenceError ¶
func (a ANEVirtualClient) DoMapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
func (ANEVirtualClient) Echo ¶
func (a ANEVirtualClient) Echo(echo objectivec.IObject) bool
func (ANEVirtualClient) EndRealTimeTask ¶
func (a ANEVirtualClient) EndRealTimeTask() bool
func (ANEVirtualClient) EvaluateWithModelOptionsRequestQosError ¶
func (a ANEVirtualClient) EvaluateWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32) (bool, error)
func (ANEVirtualClient) ExchangeBuildVersionInfo ¶
func (a ANEVirtualClient) ExchangeBuildVersionInfo() BuildVersionInfo
func (ANEVirtualClient) GetDeviceInfo ¶
func (a ANEVirtualClient) GetDeviceInfo() DeviceExtendedInfo
func (ANEVirtualClient) GetModelAttribute ¶
func (a ANEVirtualClient) GetModelAttribute(attribute VMData) objectivec.IObject
func (ANEVirtualClient) GetValidateNetworkVersion ¶
func (a ANEVirtualClient) GetValidateNetworkVersion() uint64
func (ANEVirtualClient) HasANE ¶
func (a ANEVirtualClient) HasANE() bool
func (ANEVirtualClient) HostBuildVersionStr ¶
func (a ANEVirtualClient) HostBuildVersionStr() objectivec.IObject
func (ANEVirtualClient) Init ¶
func (a ANEVirtualClient) Init() ANEVirtualClient
Init initializes the instance.
func (ANEVirtualClient) InitWithSingletonAccess ¶
func (a ANEVirtualClient) InitWithSingletonAccess() ANEVirtualClient
func (ANEVirtualClient) IsInternalBuild ¶
func (a ANEVirtualClient) IsInternalBuild() bool
func (ANEVirtualClient) LoadModelNewInstanceLegacyOptionsModelInstParamsQosError ¶
func (a ANEVirtualClient) LoadModelNewInstanceLegacyOptionsModelInstParamsQosError(legacy objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) (bool, error)
func (ANEVirtualClient) LoadModelNewInstanceOptionsModelInstParamsQosError ¶
func (a ANEVirtualClient) LoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) (bool, error)
func (ANEVirtualClient) LoadModelOptionsQosError ¶
func (a ANEVirtualClient) LoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEVirtualClient) MapIOSurfacesWithModelRequestCacheInferenceError ¶
func (a ANEVirtualClient) MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
func (ANEVirtualClient) NegotiatedCapabilityMask ¶
func (a ANEVirtualClient) NegotiatedCapabilityMask() uint64
func (ANEVirtualClient) NegotiatedDataInterfaceVersion ¶
func (a ANEVirtualClient) NegotiatedDataInterfaceVersion() uint32
func (ANEVirtualClient) NumANECores ¶
func (a ANEVirtualClient) NumANECores() uint32
func (ANEVirtualClient) NumANEs ¶
func (a ANEVirtualClient) NumANEs() uint32
func (ANEVirtualClient) OutputDictIOSurfaceSize ¶
func (a ANEVirtualClient) OutputDictIOSurfaceSize() uint64
func (ANEVirtualClient) ParallelDecompressedData ¶
func (a ANEVirtualClient) ParallelDecompressedData(data objectivec.IObject) objectivec.IObject
func (ANEVirtualClient) PrintDictionary ¶
func (a ANEVirtualClient) PrintDictionary(dictionary unsafe.Pointer)
func (ANEVirtualClient) PurgeCompiledModel ¶
func (a ANEVirtualClient) PurgeCompiledModel(model objectivec.IObject)
func (ANEVirtualClient) PurgeCompiledModelMatchingHash ¶
func (a ANEVirtualClient) PurgeCompiledModelMatchingHash(hash objectivec.IObject)
func (ANEVirtualClient) Queue ¶
func (a ANEVirtualClient) Queue() objectivec.Object
func (ANEVirtualClient) ReadWeightFilename ¶
func (a ANEVirtualClient) ReadWeightFilename(filename objectivec.IObject) objectivec.IObject
func (ANEVirtualClient) ReleaseIOSurfaces ¶
func (a ANEVirtualClient) ReleaseIOSurfaces(iOSurfaces VMData)
func (ANEVirtualClient) SendGuestBuildVersion ¶
func (a ANEVirtualClient) SendGuestBuildVersion()
func (ANEVirtualClient) SessionHintWithModelHintOptionsReportError ¶
func (a ANEVirtualClient) SessionHintWithModelHintOptionsReportError(model objectivec.IObject, hint objectivec.IObject, options objectivec.IObject, report objectivec.IObject) (bool, error)
func (ANEVirtualClient) TransferFileToHostWithPathWithChunkSizeWithUUIDWithModelInputPathOverWriteFileNameWith ¶
func (a ANEVirtualClient) TransferFileToHostWithPathWithChunkSizeWithUUIDWithModelInputPathOverWriteFileNameWith(path objectivec.IObject, size uint32, uuid objectivec.IObject, path2 objectivec.IObject, with objectivec.IObject) bool
func (ANEVirtualClient) UnloadModelOptionsQosError ¶
func (a ANEVirtualClient) UnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
func (ANEVirtualClient) UpdateErrorError ¶
func (a ANEVirtualClient) UpdateErrorError(error_ VMData) (bool, error)
func (ANEVirtualClient) UpdatePerformanceStats ¶
func (a ANEVirtualClient) UpdatePerformanceStats(stats VMData) objectivec.IObject
func (ANEVirtualClient) ValidateEnvironmentForPrecompiledBinarySupport ¶
func (a ANEVirtualClient) ValidateEnvironmentForPrecompiledBinarySupport() bool
func (ANEVirtualClient) ValidateNetworkCreateMLIRValidation_params ¶
func (ANEVirtualClient) ValidateNetworkCreateUuidFunctionDirectoryPathScratchPadPathMilTextData ¶
func (a ANEVirtualClient) ValidateNetworkCreateUuidFunctionDirectoryPathScratchPadPathMilTextData(create uint64, uuid objectivec.IObject, function objectivec.IObject, path objectivec.IObject, path2 objectivec.IObject, data objectivec.IObject) unsafe.Pointer
type ANEVirtualClientClass ¶
type ANEVirtualClientClass struct {
// contains filtered or unexported fields
}
func GetANEVirtualClientClass ¶
func GetANEVirtualClientClass() ANEVirtualClientClass
GetANEVirtualClientClass returns the class object for _ANEVirtualClient.
func (ANEVirtualClientClass) Alloc ¶
func (ac ANEVirtualClientClass) Alloc() ANEVirtualClient
Alloc allocates memory for a new instance of the class.
func (ANEVirtualClientClass) Class ¶ added in v0.5.0
func (ac ANEVirtualClientClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEVirtualClientClass) CopyDataToExistingIOSurfaceRef ¶ added in v0.6.0
func (_ANEVirtualClientClass ANEVirtualClientClass) CopyDataToExistingIOSurfaceRef(data objectivec.IObject, ref coregraphics.IOSurfaceRef) bool
func (ANEVirtualClientClass) CopyDictionaryDataToStructDictionary ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) CopyDictionaryDataToStructDictionary(struct_ VirtANEModel, dictionary unsafe.Pointer)
func (ANEVirtualClientClass) CopyLLIRBundleToIOSurfaceWrittenDataSize ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) CopyLLIRBundleToIOSurfaceWrittenDataSize(iOSurface objectivec.IObject, size *uint64) coregraphics.IOSurfaceRef
func (ANEVirtualClientClass) CreateIOSurfaceIoSID ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) CreateIOSurfaceIoSID(iOSurface uint64, sid *uint32) coregraphics.IOSurfaceRef
func (ANEVirtualClientClass) DictionaryGetInt8ForKeyKey ¶
func (ANEVirtualClientClass) DictionaryGetInt64ForKeyKey ¶
func (ANEVirtualClientClass) DictionaryGetNSStringForKeyKey ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) DictionaryGetNSStringForKeyKey(key unsafe.Pointer, key2 unsafe.Pointer) objectivec.IObject
func (ANEVirtualClientClass) DictionaryGetUInt32ForKeyKey ¶
func (ANEVirtualClientClass) DictionaryGetUInt64ForKeyKey ¶
func (ANEVirtualClientClass) FreeModelFileIOSurfaces ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) FreeModelFileIOSurfaces(iOSurfaces unsafe.Pointer)
func (ANEVirtualClientClass) GetCFDictionaryFromIOSurfaceDataLength ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) GetCFDictionaryFromIOSurfaceDataLength(iOSurface coregraphics.IOSurfaceRef, length uint64) unsafe.Pointer
func (ANEVirtualClientClass) GetCodeSigningIdentity ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) GetCodeSigningIdentity() objectivec.IObject
func (ANEVirtualClientClass) GetDictionaryWithJSONEncodingFromIOSurfaceWithArchivedDataSize ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) GetDictionaryWithJSONEncodingFromIOSurfaceWithArchivedDataSize(iOSurface coregraphics.IOSurfaceRef, size uint64) objectivec.IObject
func (ANEVirtualClientClass) GetObjectFromIOSurfaceClassTypeLength ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) GetObjectFromIOSurfaceClassTypeLength(iOSurface coregraphics.IOSurfaceRef, type_ objectivec.Class, length uint64) objectivec.IObject
func (ANEVirtualClientClass) PrintIOSurfaceDataInBytes ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) PrintIOSurfaceDataInBytes(bytes coregraphics.IOSurfaceRef)
func (ANEVirtualClientClass) PrintStruct ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) PrintStruct(struct_ VirtANEModel)
func (ANEVirtualClientClass) SetCodeSigningIdentity ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) SetCodeSigningIdentity(identity unsafe.Pointer) bool
func (ANEVirtualClientClass) SharedConnection ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) SharedConnection() ANEVirtualClient
func (ANEVirtualClientClass) ShouldUsePrecompiledPathOptionsShouldUseChunkingChunkingThreshold ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) ShouldUsePrecompiledPathOptionsShouldUseChunkingChunkingThreshold(path objectivec.IObject, options objectivec.IObject, threshold uint64) (bool, bool)
func (ANEVirtualClientClass) UpdateErrorErrorLengthError ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) UpdateErrorErrorLengthError(error_ coregraphics.IOSurfaceRef, length uint64) (bool, error)
func (ANEVirtualClientClass) UpdateErrorErrorLengthErrorCodeError ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) UpdateErrorErrorLengthErrorCodeError(error_ coregraphics.IOSurfaceRef, length uint64, code int64) (bool, error)
func (ANEVirtualClientClass) UpdatePerformanceStatsPerformanceStatsLengthPerfStatsRawIOSurfaceRefPerformanceStatsRawLengthHwExecutionTime ¶
func (_ANEVirtualClientClass ANEVirtualClientClass) UpdatePerformanceStatsPerformanceStatsLengthPerfStatsRawIOSurfaceRefPerformanceStatsRawLengthHwExecutionTime(stats coregraphics.IOSurfaceRef, length uint64, ref coregraphics.IOSurfaceRef, length2 uint64, time uint64) objectivec.IObject
type ANEWeight ¶
type ANEWeight struct {
objectivec.Object
}
Methods ¶
- ANEWeight.SHACode
- ANEWeight.EncodeWithCoder
- ANEWeight.SandboxExtension
- ANEWeight.SetSandboxExtension
- ANEWeight.UpdateWeightURL
- ANEWeight.WeightSymbol
- ANEWeight.WeightURL
- ANEWeight.SetWeightURL
- ANEWeight.InitWithCoder
- ANEWeight.InitWithWeightSymbolAndURLWeightURL
- ANEWeight.InitWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension
func ANEWeightFromID ¶
ANEWeightFromID constructs a ANEWeight from an objc.ID.
func NewANEWeightWithCoder ¶
func NewANEWeightWithCoder(coder objectivec.IObject) ANEWeight
func NewANEWeightWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension ¶
func NewANEWeightWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension(urlsha objectivec.IObject, url foundation.NSURL, hACode objectivec.IObject, extension objectivec.IObject) ANEWeight
func NewANEWeightWithWeightSymbolAndURLWeightURL ¶
func NewANEWeightWithWeightSymbolAndURLWeightURL(url foundation.NSURL, url2 foundation.NSURL) ANEWeight
func (ANEWeight) Autorelease ¶
Autorelease adds the receiver to the current autorelease pool.
func (ANEWeight) EncodeWithCoder ¶
func (a ANEWeight) EncodeWithCoder(coder foundation.INSCoder)
func (ANEWeight) InitWithCoder ¶
func (a ANEWeight) InitWithCoder(coder foundation.INSCoder) ANEWeight
func (ANEWeight) InitWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension ¶
func (a ANEWeight) InitWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension(urlsha objectivec.IObject, url foundation.NSURL, hACode objectivec.IObject, extension objectivec.IObject) ANEWeight
func (ANEWeight) InitWithWeightSymbolAndURLWeightURL ¶
func (a ANEWeight) InitWithWeightSymbolAndURLWeightURL(url foundation.NSURL, url2 foundation.NSURL) ANEWeight
func (ANEWeight) SHACode ¶
func (a ANEWeight) SHACode() foundation.NSData
func (ANEWeight) SandboxExtension ¶
func (ANEWeight) SetSandboxExtension ¶
func (ANEWeight) SetWeightURL ¶
func (a ANEWeight) SetWeightURL(value foundation.NSURL)
func (ANEWeight) UpdateWeightURL ¶
func (a ANEWeight) UpdateWeightURL(url foundation.NSURL)
func (ANEWeight) WeightSymbol ¶
func (ANEWeight) WeightURL ¶
func (a ANEWeight) WeightURL() foundation.NSURL
type ANEWeightClass ¶
type ANEWeightClass struct {
// contains filtered or unexported fields
}
func GetANEWeightClass ¶
func GetANEWeightClass() ANEWeightClass
GetANEWeightClass returns the class object for _ANEWeight.
func (ANEWeightClass) Alloc ¶
func (ac ANEWeightClass) Alloc() ANEWeight
Alloc allocates memory for a new instance of the class.
func (ANEWeightClass) Class ¶ added in v0.5.0
func (ac ANEWeightClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (ANEWeightClass) SupportsSecureCoding ¶
func (_ANEWeightClass ANEWeightClass) SupportsSecureCoding() bool
func (ANEWeightClass) WeightWithSymbolAndURLSHAWeightURLSHACode ¶
func (_ANEWeightClass ANEWeightClass) WeightWithSymbolAndURLSHAWeightURLSHACode(urlsha objectivec.IObject, url foundation.NSURL, hACode objectivec.IObject) objectivec.IObject
func (ANEWeightClass) WeightWithSymbolAndURLWeightURL ¶
func (_ANEWeightClass ANEWeightClass) WeightWithSymbolAndURLWeightURL(url foundation.NSURL, url2 foundation.NSURL) objectivec.IObject
type AbstractBlobContainer ¶ added in v0.6.4
type AbstractBlobContainer struct {
}
AbstractBlobContainer
type AbstractBlobContainerRef ¶ added in v0.6.4
type AbstractBlobContainerRef uintptr
type AbstractContextRef ¶ added in v0.6.4
type AbstractContextRef uintptr
type AnalyticsDataRef ¶
type AnalyticsGroupInfoRef ¶
type AnalyticsLayerInfoRef ¶
type AnalyticsOffsetTableRef ¶
type AnalyticsProcedureInfo ¶ added in v0.5.5
type AnalyticsProcedureInfo struct {
}
AnalyticsProcedureInfo
type AnalyticsTaskInfoRef ¶
type AttributeStorageRef ¶ added in v0.5.5
type AttributeStorageRef uintptr
type BaseModuleRefRef ¶ added in v0.5.5
type BaseModuleRefRef uintptr
type BlobCpuRef ¶ added in v0.6.4
type BlobCpuRef uintptr
type BoolErrorHandler ¶
BoolErrorHandler handles completion with a boolean result and optional error The error can be type-asserted to *foundation.NSError for Domain, Code, and UserInfo.
type BoolHandler ¶ added in v0.6.10
type BoolHandler = func(bool)
BoolHandler handles completion with a primitive value.
Used by:
- [ANECompilerServiceProtocol.CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathMaxModelMemorySizeWithReply]
type CompletionHandlerBinding ¶ added in v0.2.0
type CompletionHandlerBinding struct {
// contains filtered or unexported fields
}
CompletionHandlerBinding keeps an Objective-C completion block alive while a request is in flight. Call Release once completion has fired (or on error).
func (*CompletionHandlerBinding) Release ¶ added in v0.2.0
func (b *CompletionHandlerBinding) Release()
Release detaches and releases the retained completion block.
type ConditionVariable ¶ added in v0.6.4
type ConditionVariable struct {
// contains filtered or unexported fields
}
ConditionVariable
type ETDataProvider ¶ added in v0.5.0
type ETDataProvider interface {
objectivec.IObject
// NumberOfDataPoints protocol.
NumberOfDataPoints() uint64
// PrepareForEpoch protocol.
PrepareForEpoch()
}
ETDataProvider protocol.
type ETDataProviderObject ¶ added in v0.5.0
type ETDataProviderObject struct {
objectivec.Object
}
ETDataProviderObject wraps an existing Objective-C object that conforms to the ETDataProvider protocol.
func ETDataProviderObjectFromID ¶ added in v0.5.0
func ETDataProviderObjectFromID(id objc.ID) ETDataProviderObject
ETDataProviderObjectFromID constructs a ETDataProviderObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (ETDataProviderObject) BaseObject ¶ added in v0.5.0
func (o ETDataProviderObject) BaseObject() objectivec.Object
func (ETDataProviderObject) DataPointAtIndexError ¶ added in v0.5.0
func (o ETDataProviderObject) DataPointAtIndexError(index uint64) (objectivec.IObject, error)
func (ETDataProviderObject) NumberOfDataPoints ¶ added in v0.5.0
func (o ETDataProviderObject) NumberOfDataPoints() uint64
func (ETDataProviderObject) PrepareForEpoch ¶ added in v0.5.0
func (o ETDataProviderObject) PrepareForEpoch()
type ETDataSource ¶ added in v0.5.0
type ETDataSource interface {
objectivec.IObject
// NumberOfDataPoints protocol.
NumberOfDataPoints() int
}
ETDataSource protocol.
type ETDataSourceObject ¶ added in v0.5.0
type ETDataSourceObject struct {
objectivec.Object
}
ETDataSourceObject wraps an existing Objective-C object that conforms to the ETDataSource protocol.
func ETDataSourceObjectFromID ¶ added in v0.5.0
func ETDataSourceObjectFromID(id objc.ID) ETDataSourceObject
ETDataSourceObjectFromID constructs a ETDataSourceObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (ETDataSourceObject) BaseObject ¶ added in v0.5.0
func (o ETDataSourceObject) BaseObject() objectivec.Object
func (ETDataSourceObject) DataPointAtIndex ¶ added in v0.5.0
func (o ETDataSourceObject) DataPointAtIndex(index int) objectivec.IObject
func (ETDataSourceObject) NumberOfDataPoints ¶ added in v0.5.0
func (o ETDataSourceObject) NumberOfDataPoints() int
type ETTaskContext ¶ added in v0.5.0
type ETTaskContext interface {
objectivec.IObject
}
ETTaskContext protocol.
type ETTaskContextObject ¶ added in v0.5.0
type ETTaskContextObject struct {
objectivec.Object
}
ETTaskContextObject wraps an existing Objective-C object that conforms to the ETTaskContext protocol.
func ETTaskContextObjectFromID ¶ added in v0.5.0
func ETTaskContextObjectFromID(id objc.ID) ETTaskContextObject
ETTaskContextObjectFromID constructs a ETTaskContextObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (ETTaskContextObject) BaseObject ¶ added in v0.5.0
func (o ETTaskContextObject) BaseObject() objectivec.Object
func (ETTaskContextObject) DoInferenceOnDataError ¶ added in v0.5.0
func (o ETTaskContextObject) DoInferenceOnDataError(data objectivec.IObject) (objectivec.IObject, error)
func (ETTaskContextObject) GetTensorNamed ¶ added in v0.5.0
func (o ETTaskContextObject) GetTensorNamed(named objectivec.IObject) objectivec.IObject
func (ETTaskContextObject) SaveNetworkInplaceError ¶ added in v0.5.0
func (o ETTaskContextObject) SaveNetworkInplaceError(network objectivec.IObject, inplace bool) (bool, error)
func (ETTaskContextObject) SetTensorNamedWithValueError ¶ added in v0.5.0
func (o ETTaskContextObject) SetTensorNamedWithValueError(named objectivec.IObject, value objectivec.IObject) (bool, error)
type ErrorHandler ¶ added in v0.5.0
type ErrorHandler = func(error)
ErrorHandler is the signature for a completion handler block.
Used by:
type ExternalDetectedObject ¶ added in v0.5.0
type ExternalDetectedObject interface {
objectivec.IObject
// Bounds protocol.
Bounds() corefoundation.CGRect
// Center protocol.
Center() corefoundation.CGPoint
// ObjectType protocol.
ObjectType() int64
// SetBounds protocol.
SetBounds(bounds corefoundation.CGRect)
// SetCenter protocol.
SetCenter(center corefoundation.CGPoint)
// SetObjectType protocol.
SetObjectType(type_ int64)
}
ExternalDetectedObject protocol.
type ExternalDetectedObjectObject ¶ added in v0.5.0
type ExternalDetectedObjectObject struct {
objectivec.Object
}
ExternalDetectedObjectObject wraps an existing Objective-C object that conforms to the ExternalDetectedObject protocol.
func ExternalDetectedObjectObjectFromID ¶ added in v0.5.0
func ExternalDetectedObjectObjectFromID(id objc.ID) ExternalDetectedObjectObject
ExternalDetectedObjectObjectFromID constructs a ExternalDetectedObjectObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (ExternalDetectedObjectObject) BaseObject ¶ added in v0.5.0
func (o ExternalDetectedObjectObject) BaseObject() objectivec.Object
func (ExternalDetectedObjectObject) Bounds ¶ added in v0.5.0
func (o ExternalDetectedObjectObject) Bounds() corefoundation.CGRect
func (ExternalDetectedObjectObject) Center ¶ added in v0.5.0
func (o ExternalDetectedObjectObject) Center() corefoundation.CGPoint
func (ExternalDetectedObjectObject) ObjectType ¶ added in v0.5.0
func (o ExternalDetectedObjectObject) ObjectType() int64
func (ExternalDetectedObjectObject) SetBounds ¶ added in v0.5.0
func (o ExternalDetectedObjectObject) SetBounds(bounds corefoundation.CGRect)
func (ExternalDetectedObjectObject) SetCenter ¶ added in v0.5.0
func (o ExternalDetectedObjectObject) SetCenter(center corefoundation.CGPoint)
func (ExternalDetectedObjectObject) SetObjectType ¶ added in v0.5.0
func (o ExternalDetectedObjectObject) SetObjectType(type_ int64)
type FaceLandmarkDetectorPoint ¶ added in v0.5.5
type FaceLandmarkDetectorPoint struct {
}
FaceLandmarkDetectorPoint
type FaceLandmarkDetectorPointRef ¶ added in v0.5.5
type FaceLandmarkDetectorPointRef uintptr
type FastPyramidResizerRef ¶ added in v0.6.4
type FastPyramidResizerRef uintptr
type GenericLoadConstantKernel ¶ added in v0.6.4
type GenericLoadConstantKernel struct {
}
GenericLoadConstantKernel
type GenericLoadConstantKernelRef ¶ added in v0.6.4
type GenericLoadConstantKernelRef uintptr
type GradientBuilderRef ¶ added in v0.6.4
type GradientBuilderRef uintptr
type IANEBuffer ¶
type IANEBuffer interface {
objectivec.IObject
EncodeWithCoder(coder foundation.INSCoder)
IoSurfaceObject() IANEIOSurfaceObject
Source() int64
SymbolIndex() foundation.NSNumber
InitWithCoder(coder foundation.INSCoder) ANEBuffer
InitWithIOSurfaceObjectSymbolIndexSource(object objectivec.IObject, index objectivec.IObject, source int64) ANEBuffer
}
An interface definition for the ANEBuffer class.
Methods ¶
- [IANEBuffer.EncodeWithCoder]
- [IANEBuffer.IoSurfaceObject]
- [IANEBuffer.Source]
- [IANEBuffer.SymbolIndex]
- [IANEBuffer.InitWithCoder]
- [IANEBuffer.InitWithIOSurfaceObjectSymbolIndexSource]
type IANEChainingRequest ¶
type IANEChainingRequest interface {
objectivec.IObject
EncodeWithCoder(coder foundation.INSCoder)
FwEnqueueDelay() foundation.NSNumber
InputBuffer() foundation.INSArray
LoopbackInputSymbolIndex() foundation.INSArray
LoopbackOutputSymbolIndex() foundation.INSArray
MemoryPoolId() foundation.NSNumber
OutputSets() foundation.INSArray
ProcedureIndex() foundation.NSNumber
SignalEvents() foundation.INSArray
TransactionHandle() foundation.NSNumber
Validate() bool
InitWithCoder(coder foundation.INSCoder) ANEChainingRequest
InitWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId(inputs objectivec.IObject, outputs objectivec.IObject, id objectivec.IObject, id2 objectivec.IObject, index objectivec.IObject, events objectivec.IObject, handle objectivec.IObject, delay objectivec.IObject, id3 objectivec.IObject) ANEChainingRequest
}
An interface definition for the ANEChainingRequest class.
Methods ¶
- [IANEChainingRequest.EncodeWithCoder]
- [IANEChainingRequest.FwEnqueueDelay]
- [IANEChainingRequest.InputBuffer]
- [IANEChainingRequest.LoopbackInputSymbolIndex]
- [IANEChainingRequest.LoopbackOutputSymbolIndex]
- [IANEChainingRequest.MemoryPoolId]
- [IANEChainingRequest.OutputSets]
- [IANEChainingRequest.ProcedureIndex]
- [IANEChainingRequest.SignalEvents]
- [IANEChainingRequest.TransactionHandle]
- [IANEChainingRequest.Validate]
- [IANEChainingRequest.InitWithCoder]
- [IANEChainingRequest.InitWithInputsOutputsLbInputSymbolIdLbOutputSymbolIdProcedureIndexSignalEventsTransactionHandleFwEnqueueDelayMemoryPoolId]
type IANEClient ¶
type IANEClient interface {
objectivec.IObject
AllowRestrictedAccess() bool
BeginRealTimeTask() bool
BuffersReadyWithModelInputBuffersOptionsQosError(model objectivec.IObject, buffers objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
CompileModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
CompiledModelExistsFor(for_ objectivec.IObject) bool
CompiledModelExistsMatchingHash(hash objectivec.IObject) bool
Conn() IANEDaemonConnection
ConnectionForLoadingModelOptions(model objectivec.IObject, options objectivec.IObject) objectivec.IObject
ConnectionUsedForLoadingModel(model objectivec.IObject) objectivec.IObject
Connections() foundation.INSDictionary
ConnectionsUsedForLoadingModels() foundation.INSDictionary
DoBuffersReadyWithModelInputBuffersOptionsQosError(model objectivec.IObject, buffers objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
DoEnqueueSetsWithModelOutputSetOptionsQosError(model objectivec.IObject, set IANEOutputSetEnqueue, options objectivec.IObject, qos uint32) (bool, error)
DoEvaluateDirectWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32) (bool, error)
DoLoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
DoLoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) (bool, error)
DoPrepareChainingWithModelOptionsChainingReqQosError(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, qos uint32) (bool, error)
DoUnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
Echo(echo objectivec.IObject) bool
EndRealTimeTask() bool
EnqueueSetsWithModelOutputSetOptionsQosError(model objectivec.IObject, set IANEOutputSetEnqueue, options objectivec.IObject, qos uint32) (bool, error)
EvaluateRealTimeWithModelOptionsRequestError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject) (bool, error)
EvaluateWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32) (bool, error)
FastConn() IANEDaemonConnection
FastConnWithoutLock() objectivec.IObject
IsAnetoolRootDaemonConnection() bool
IsRootDaemon() bool
IsVirtualClient() bool
LoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
LoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) (bool, error)
LoadRealTimeModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
PrepareChainingWithModelOptionsChainingReqQosError(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, qos uint32) (bool, error)
PriorityQ() foundation.INSArray
PurgeCompiledModel(model objectivec.IObject)
PurgeCompiledModelMatchingHash(hash objectivec.IObject)
ReportEvaluateFailureFailureReasonQIdx(failure objectivec.IObject, reason uint32, idx uint64)
SessionHintWithModelHintOptionsReportError(model objectivec.IObject, hint objectivec.IObject, options objectivec.IObject, report objectivec.IObject) (bool, error)
UnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
UnloadRealTimeModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
UnmapIOSurfacesWithModelRequest(model objectivec.IObject, request objectivec.IObject)
VirtualClient() IANEVirtualClient
InitWithRestrictedAccessAllowed(allowed bool) ANEClient
}
An interface definition for the ANEClient class.
Methods ¶
- [IANEClient.AllowRestrictedAccess]
- [IANEClient.BeginRealTimeTask]
- [IANEClient.BuffersReadyWithModelInputBuffersOptionsQosError]
- [IANEClient.CompileModelOptionsQosError]
- [IANEClient.CompiledModelExistsFor]
- [IANEClient.CompiledModelExistsMatchingHash]
- [IANEClient.Conn]
- [IANEClient.ConnectionForLoadingModelOptions]
- [IANEClient.ConnectionUsedForLoadingModel]
- [IANEClient.Connections]
- [IANEClient.ConnectionsUsedForLoadingModels]
- [IANEClient.DoBuffersReadyWithModelInputBuffersOptionsQosError]
- [IANEClient.DoEnqueueSetsWithModelOutputSetOptionsQosError]
- [IANEClient.DoEvaluateDirectWithModelOptionsRequestQosError]
- [IANEClient.DoLoadModelOptionsQosError]
- [IANEClient.DoLoadModelNewInstanceOptionsModelInstParamsQosError]
- [IANEClient.DoPrepareChainingWithModelOptionsChainingReqQosError]
- [IANEClient.DoUnloadModelOptionsQosError]
- [IANEClient.Echo]
- [IANEClient.EndRealTimeTask]
- [IANEClient.EnqueueSetsWithModelOutputSetOptionsQosError]
- [IANEClient.EvaluateRealTimeWithModelOptionsRequestError]
- [IANEClient.EvaluateWithModelOptionsRequestQosError]
- [IANEClient.FastConn]
- [IANEClient.FastConnWithoutLock]
- [IANEClient.IsAnetoolRootDaemonConnection]
- [IANEClient.IsRootDaemon]
- [IANEClient.IsVirtualClient]
- [IANEClient.LoadModelOptionsQosError]
- [IANEClient.LoadModelNewInstanceOptionsModelInstParamsQosError]
- [IANEClient.LoadRealTimeModelOptionsQosError]
- [IANEClient.MapIOSurfacesWithModelRequestCacheInferenceError]
- [IANEClient.PrepareChainingWithModelOptionsChainingReqQosError]
- [IANEClient.PriorityQ]
- [IANEClient.PurgeCompiledModel]
- [IANEClient.PurgeCompiledModelMatchingHash]
- [IANEClient.ReportEvaluateFailureFailureReasonQIdx]
- [IANEClient.SessionHintWithModelHintOptionsReportError]
- [IANEClient.UnloadModelOptionsQosError]
- [IANEClient.UnloadRealTimeModelOptionsQosError]
- [IANEClient.UnmapIOSurfacesWithModelRequest]
- [IANEClient.VirtualClient]
- [IANEClient.InitWithRestrictedAccessAllowed]
type IANECloneHelper ¶
type IANECloneHelper interface {
objectivec.IObject
}
An interface definition for the ANECloneHelper class.
type IANEDaemonConnection ¶
type IANEDaemonConnection interface {
objectivec.IObject
BeginRealTimeTaskWithReply(reply VoidHandler)
CompileModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
CompiledModelExistsForWithReply(for_ objectivec.IObject, reply VoidHandler)
CompiledModelExistsMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
DaemonConnection() foundation.NSXPCConnection
EchoWithReply(echo objectivec.IObject, reply VoidHandler)
EndRealTimeTaskWithReply(reply VoidHandler)
LoadModelSandboxExtensionOptionsQosWithReply(model objectivec.IObject, extension objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
LoadModelNewInstanceOptionsModelInstParamsQosWithReply(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32, reply VoidHandler)
PrepareChainingWithModelOptionsChainingReqQosWithReply(model objectivec.IObject, options objectivec.IObject, req objectivec.IObject, qos uint32, reply VoidHandler)
PurgeCompiledModelWithReply(model objectivec.IObject, reply VoidHandler)
PurgeCompiledModelMatchingHashWithReply(hash objectivec.IObject, reply VoidHandler)
ReportTelemetryToPPSPlayload(pps objectivec.IObject, playload objectivec.IObject)
Restricted() bool
UnloadModelOptionsQosWithReply(model objectivec.IObject, options objectivec.IObject, qos uint32, reply VoidHandler)
InitWithMachServiceNameRestricted(name objectivec.IObject, restricted bool) ANEDaemonConnection
}
An interface definition for the ANEDaemonConnection class.
Methods ¶
- [IANEDaemonConnection.BeginRealTimeTaskWithReply]
- [IANEDaemonConnection.CompileModelSandboxExtensionOptionsQosWithReply]
- [IANEDaemonConnection.CompiledModelExistsForWithReply]
- [IANEDaemonConnection.CompiledModelExistsMatchingHashWithReply]
- [IANEDaemonConnection.DaemonConnection]
- [IANEDaemonConnection.EchoWithReply]
- [IANEDaemonConnection.EndRealTimeTaskWithReply]
- [IANEDaemonConnection.LoadModelSandboxExtensionOptionsQosWithReply]
- [IANEDaemonConnection.LoadModelNewInstanceOptionsModelInstParamsQosWithReply]
- [IANEDaemonConnection.PrepareChainingWithModelOptionsChainingReqQosWithReply]
- [IANEDaemonConnection.PurgeCompiledModelWithReply]
- [IANEDaemonConnection.PurgeCompiledModelMatchingHashWithReply]
- [IANEDaemonConnection.ReportTelemetryToPPSPlayload]
- [IANEDaemonConnection.Restricted]
- [IANEDaemonConnection.UnloadModelOptionsQosWithReply]
- [IANEDaemonConnection.InitWithMachServiceNameRestricted]
type IANEDataReporter ¶
type IANEDataReporter interface {
objectivec.IObject
}
An interface definition for the ANEDataReporter class.
type IANEDeviceController ¶
type IANEDeviceController interface {
objectivec.IObject
Device() unsafe.Pointer
SetDevice(value *ANEDeviceStruct)
IsPrivileged() bool
ProgramHandle() uint64
Start()
Stop()
Usecount() int64
SetUsecount(value int64)
InitWithANEPrivilegedVM(vm bool) ANEDeviceController
InitWithProgramHandlePriviledged(handle uint64, priviledged bool) ANEDeviceController
}
An interface definition for the ANEDeviceController class.
Methods ¶
- [IANEDeviceController.Device]
- [IANEDeviceController.SetDevice]
- [IANEDeviceController.IsPrivileged]
- [IANEDeviceController.ProgramHandle]
- [IANEDeviceController.Start]
- [IANEDeviceController.Stop]
- [IANEDeviceController.Usecount]
- [IANEDeviceController.SetUsecount]
- [IANEDeviceController.InitWithANEPrivilegedVM]
- [IANEDeviceController.InitWithProgramHandlePriviledged]
type IANEDeviceInfo ¶
type IANEDeviceInfo interface {
objectivec.IObject
}
An interface definition for the ANEDeviceInfo class.
type IANEErrors ¶
type IANEErrors interface {
objectivec.IObject
}
An interface definition for the ANEErrors class.
type IANEHashEncoding ¶
type IANEHashEncoding interface {
objectivec.IObject
}
An interface definition for the ANEHashEncoding class.
type IANEIOSurfaceObject ¶
type IANEIOSurfaceObject interface {
objectivec.IObject
EncodeWithCoder(coder foundation.INSCoder)
IoSurface() coregraphics.IOSurfaceRef
MetalBufferWithDeviceMultiBufferFrame(device objectivec.IObject, frame uint64) metal.MTLBuffer
StartOffset() foundation.NSNumber
InitWithCoder(coder foundation.INSCoder) ANEIOSurfaceObject
InitWithIOSurfaceStartOffsetShouldRetain(iOSurface coregraphics.IOSurfaceRef, offset objectivec.IObject, retain bool) ANEIOSurfaceObject
}
An interface definition for the ANEIOSurfaceObject class.
Methods ¶
- [IANEIOSurfaceObject.EncodeWithCoder]
- [IANEIOSurfaceObject.IoSurface]
- [IANEIOSurfaceObject.MetalBufferWithDeviceMultiBufferFrame]
- [IANEIOSurfaceObject.StartOffset]
- [IANEIOSurfaceObject.InitWithCoder]
- [IANEIOSurfaceObject.InitWithIOSurfaceStartOffsetShouldRetain]
type IANEIOSurfaceOutputSets ¶
type IANEIOSurfaceOutputSets interface {
objectivec.IObject
EncodeWithCoder(coder foundation.INSCoder)
OutputBuffer() foundation.INSArray
StatsSurRef() coregraphics.IOSurfaceRef
InitWithCoder(coder foundation.INSCoder) ANEIOSurfaceOutputSets
InitWithstatsSurRefOutputBuffer(ref coregraphics.IOSurfaceRef, buffer objectivec.IObject) ANEIOSurfaceOutputSets
}
An interface definition for the ANEIOSurfaceOutputSets class.
Methods ¶
- [IANEIOSurfaceOutputSets.EncodeWithCoder]
- [IANEIOSurfaceOutputSets.OutputBuffer]
- [IANEIOSurfaceOutputSets.StatsSurRef]
- [IANEIOSurfaceOutputSets.InitWithCoder]
- [IANEIOSurfaceOutputSets.InitWithstatsSurRefOutputBuffer]
type IANEInMemoryModel ¶
type IANEInMemoryModel interface {
objectivec.IObject
CompileWithQoSOptionsError(s uint32, options objectivec.IObject) (bool, error)
CompiledModelExists() bool
CompilerOptionsFileName() string
SetCompilerOptionsFileName(value string)
CompilerOptionsWithOptionsIsCompiledModelCached(options objectivec.IObject, cached bool) objectivec.IObject
Descriptor() IANEInMemoryModelDescriptor
SetDescriptor(value IANEInMemoryModelDescriptor)
EvaluateWithQoSOptionsRequestError(s uint32, options objectivec.IObject, request objectivec.IObject) (bool, error)
HexStringIdentifier() string
IntermediateBufferHandle() uint64
SetIntermediateBufferHandle(value uint64)
IsMILModel() bool
LoadWithQoSOptionsError(s uint32, options objectivec.IObject) (bool, error)
LocalModelPath() objectivec.IObject
MapIOSurfacesWithRequestCacheInferenceError(request objectivec.IObject, inference bool) (bool, error)
Model() IANEModel
SetModel(value IANEModel)
ModelAttributes() foundation.INSDictionary
SetModelAttributes(value foundation.INSDictionary)
ModelURL() foundation.NSURL
SetModelURL(value foundation.NSURL)
PerfStatsMask() uint32
SetPerfStatsMask(value uint32)
Program() IANEProgramForEvaluation
SetProgram(value IANEProgramForEvaluation)
ProgramHandle() uint64
SetProgramHandle(value uint64)
PurgeCompiledModel()
QueueDepth() int8
SetQueueDepth(value int8)
SaveModelFiles() objectivec.IObject
State() uint64
SetState(value uint64)
String_id() uint64
UnloadWithQoSError(s uint32) (bool, error)
UnmapIOSurfacesWithRequest(request objectivec.IObject)
InitWithDesctiptor(desctiptor objectivec.IObject) ANEInMemoryModel
}
An interface definition for the ANEInMemoryModel class.
Methods ¶
- [IANEInMemoryModel.CompileWithQoSOptionsError]
- [IANEInMemoryModel.CompiledModelExists]
- [IANEInMemoryModel.CompilerOptionsFileName]
- [IANEInMemoryModel.SetCompilerOptionsFileName]
- [IANEInMemoryModel.CompilerOptionsWithOptionsIsCompiledModelCached]
- [IANEInMemoryModel.Descriptor]
- [IANEInMemoryModel.SetDescriptor]
- [IANEInMemoryModel.EvaluateWithQoSOptionsRequestError]
- [IANEInMemoryModel.HexStringIdentifier]
- [IANEInMemoryModel.IntermediateBufferHandle]
- [IANEInMemoryModel.SetIntermediateBufferHandle]
- [IANEInMemoryModel.IsMILModel]
- [IANEInMemoryModel.LoadWithQoSOptionsError]
- [IANEInMemoryModel.LocalModelPath]
- [IANEInMemoryModel.MapIOSurfacesWithRequestCacheInferenceError]
- [IANEInMemoryModel.Model]
- [IANEInMemoryModel.SetModel]
- [IANEInMemoryModel.ModelAttributes]
- [IANEInMemoryModel.SetModelAttributes]
- [IANEInMemoryModel.ModelURL]
- [IANEInMemoryModel.SetModelURL]
- [IANEInMemoryModel.PerfStatsMask]
- [IANEInMemoryModel.SetPerfStatsMask]
- [IANEInMemoryModel.Program]
- [IANEInMemoryModel.SetProgram]
- [IANEInMemoryModel.ProgramHandle]
- [IANEInMemoryModel.SetProgramHandle]
- [IANEInMemoryModel.PurgeCompiledModel]
- [IANEInMemoryModel.QueueDepth]
- [IANEInMemoryModel.SetQueueDepth]
- [IANEInMemoryModel.SaveModelFiles]
- [IANEInMemoryModel.SharedConnection]
- [IANEInMemoryModel.State]
- [IANEInMemoryModel.SetState]
- [IANEInMemoryModel.String_id]
- [IANEInMemoryModel.UnloadWithQoSError]
- [IANEInMemoryModel.UnmapIOSurfacesWithRequest]
- [IANEInMemoryModel.InitWithDesctiptor]
type IANEInMemoryModelDescriptor ¶
type IANEInMemoryModelDescriptor interface {
objectivec.IObject
HexStringIdentifier() objectivec.IObject
IsEqualToInMemoryModelDescriptor(descriptor objectivec.IObject) bool
IsMILModel() bool
NetworkText() foundation.NSData
NetworkTextHash() string
OptionsPlist() foundation.NSData
OptionsPlistHash() string
Weights() foundation.INSDictionary
WeightsHash() string
InitWithNetworkTextWeightsOptionsPlistIsMILModel(text objectivec.IObject, weights objectivec.IObject, plist objectivec.IObject, mILModel bool) ANEInMemoryModelDescriptor
}
An interface definition for the ANEInMemoryModelDescriptor class.
Methods ¶
- [IANEInMemoryModelDescriptor.HexStringIdentifier]
- [IANEInMemoryModelDescriptor.IsEqualToInMemoryModelDescriptor]
- [IANEInMemoryModelDescriptor.IsMILModel]
- [IANEInMemoryModelDescriptor.NetworkText]
- [IANEInMemoryModelDescriptor.NetworkTextHash]
- [IANEInMemoryModelDescriptor.OptionsPlist]
- [IANEInMemoryModelDescriptor.OptionsPlistHash]
- [IANEInMemoryModelDescriptor.Weights]
- [IANEInMemoryModelDescriptor.WeightsHash]
- [IANEInMemoryModelDescriptor.InitWithNetworkTextWeightsOptionsPlistIsMILModel]
type IANEInputBuffersReady ¶
type IANEInputBuffersReady interface {
objectivec.IObject
ExecutionDelay() uint64
InputBufferInfoIndex() foundation.INSArray
InputFreeValue() foundation.INSArray
ProcedureIndex() uint32
Validate() bool
InitInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay(index uint32, index2 objectivec.IObject, value objectivec.IObject, delay uint64) ANEInputBuffersReady
}
An interface definition for the ANEInputBuffersReady class.
Methods ¶
- [IANEInputBuffersReady.ExecutionDelay]
- [IANEInputBuffersReady.InputBufferInfoIndex]
- [IANEInputBuffersReady.InputFreeValue]
- [IANEInputBuffersReady.ProcedureIndex]
- [IANEInputBuffersReady.Validate]
- [IANEInputBuffersReady.InitInputsProcedureIndexInputBufferInfoIndexInputFreeValueExecutionDelay]
type IANELog ¶
type IANELog interface {
objectivec.IObject
}
An interface definition for the ANELog class.
type IANEModel ¶
type IANEModel interface {
objectivec.IObject
UUID() foundation.NSUUID
CacheURLIdentifier() string
SetCacheURLIdentifier(value string)
EncodeWithCoder(coder foundation.INSCoder)
GetCacheURLIdentifier() objectivec.IObject
GetUUID() objectivec.IObject
IdentifierSource() int64
InputSymbolIndicesForProcedureIndex(index uint32) objectivec.IObject
IntermediateBufferHandle() uint64
SetIntermediateBufferHandle(value uint64)
IsEqualToModel(model objectivec.IObject) bool
Key() string
L() [4]byte
SetL(value [4]byte)
Mapper() IANEProgramIOSurfacesMapper
SetMapper(value IANEProgramIOSurfacesMapper)
ModelAttributes() foundation.INSDictionary
SetModelAttributes(value foundation.INSDictionary)
ModelURL() foundation.NSURL
MpsConstants() foundation.INSDictionary
OutputSymbolIndicesForProcedureIndex(index uint32) objectivec.IObject
PerfStatsMask() uint32
SetPerfStatsMask(value uint32)
ProcedureInfoForProcedureIndex(index uint32) objectivec.IObject
Program() IANEProgramForEvaluation
SetProgram(value IANEProgramForEvaluation)
ProgramHandle() uint64
SetProgramHandle(value uint64)
QueueDepth() int8
SetQueueDepth(value int8)
ResetOnUnload()
ShallowCopy() objectivec.IObject
SourceURL() foundation.NSURL
State() uint64
SetState(value uint64)
String_id() uint64
SetString_id(value uint64)
SymbolIndicesForProcedureIndexIndexArrayKey(index uint32, key objectivec.IObject) objectivec.IObject
UpdateModelAttributesState(attributes objectivec.IObject, state uint64)
UpdateModelAttributesStateProgramHandleIntermediateBufferHandleQueueDepth(attributes objectivec.IObject, state uint64, handle uint64, handle2 uint64, depth int8)
InitWithCoder(coder foundation.INSCoder) ANEModel
InitWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL(url foundation.NSURL, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url2 bool) ANEModel
InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url3 bool, string_id uint64, id bool) ANEModel
InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants(url foundation.NSURL, url2 foundation.NSURL, uid objectivec.IObject, key objectivec.IObject, source int64, uRLIdentifier objectivec.IObject, attributes objectivec.IObject, url3 bool, string_id uint64, id bool, constants objectivec.IObject) ANEModel
InitWithModelIdentifier(identifier objectivec.IObject) ANEModel
}
An interface definition for the ANEModel class.
Methods ¶
- [IANEModel.UUID]
- [IANEModel.CacheURLIdentifier]
- [IANEModel.SetCacheURLIdentifier]
- [IANEModel.EncodeWithCoder]
- [IANEModel.GetCacheURLIdentifier]
- [IANEModel.GetUUID]
- [IANEModel.IdentifierSource]
- [IANEModel.InputSymbolIndicesForProcedureIndex]
- [IANEModel.IntermediateBufferHandle]
- [IANEModel.SetIntermediateBufferHandle]
- [IANEModel.IsEqualToModel]
- [IANEModel.Key]
- [IANEModel.L]
- [IANEModel.SetL]
- [IANEModel.Mapper]
- [IANEModel.SetMapper]
- [IANEModel.ModelAttributes]
- [IANEModel.SetModelAttributes]
- [IANEModel.ModelURL]
- [IANEModel.MpsConstants]
- [IANEModel.OutputSymbolIndicesForProcedureIndex]
- [IANEModel.PerfStatsMask]
- [IANEModel.SetPerfStatsMask]
- [IANEModel.ProcedureInfoForProcedureIndex]
- [IANEModel.Program]
- [IANEModel.SetProgram]
- [IANEModel.ProgramHandle]
- [IANEModel.SetProgramHandle]
- [IANEModel.QueueDepth]
- [IANEModel.SetQueueDepth]
- [IANEModel.ResetOnUnload]
- [IANEModel.ShallowCopy]
- [IANEModel.SourceURL]
- [IANEModel.State]
- [IANEModel.SetState]
- [IANEModel.String_id]
- [IANEModel.SetString_id]
- [IANEModel.SymbolIndicesForProcedureIndexIndexArrayKey]
- [IANEModel.UpdateModelAttributesState]
- [IANEModel.UpdateModelAttributesStateProgramHandleIntermediateBufferHandleQueueDepth]
- [IANEModel.InitWithCoder]
- [IANEModel.InitWithModelAtURLKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURL]
- [IANEModel.InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringId]
- [IANEModel.InitWithModelAtURLSourceURLUUIDKeyIdentifierSourceCacheURLIdentifierModelAttributesStandardizeURLString_idGenerateNewStringIdMpsConstants]
- [IANEModel.InitWithModelIdentifier]
type IANEModelInstanceParameters ¶
type IANEModelInstanceParameters interface {
objectivec.IObject
EncodeWithCoder(coder foundation.INSCoder)
InstanceName() string
ProcedureArray() foundation.INSArray
InitWithCoder(coder foundation.INSCoder) ANEModelInstanceParameters
InitWithProcedureDataProcedureArray(data objectivec.IObject, array objectivec.IObject) ANEModelInstanceParameters
}
An interface definition for the ANEModelInstanceParameters class.
Methods ¶
- [IANEModelInstanceParameters.EncodeWithCoder]
- [IANEModelInstanceParameters.InstanceName]
- [IANEModelInstanceParameters.ProcedureArray]
- [IANEModelInstanceParameters.InitWithCoder]
- [IANEModelInstanceParameters.InitWithProcedureDataProcedureArray]
type IANEModelToken ¶
type IANEModelToken interface {
objectivec.IObject
CsIdentity() string
ModelIdentifier() string
ProcessIdentifier() int
TeamIdentity() string
InitWithAuditTokenModelIdentifierProcessIdentifier(token unsafe.Pointer, identifier objectivec.IObject, identifier2 int) ANEModelToken
InitWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier(identity objectivec.IObject, identity2 objectivec.IObject, identifier objectivec.IObject, identifier2 int) ANEModelToken
}
An interface definition for the ANEModelToken class.
Methods ¶
- [IANEModelToken.CsIdentity]
- [IANEModelToken.ModelIdentifier]
- [IANEModelToken.ProcessIdentifier]
- [IANEModelToken.TeamIdentity]
- [IANEModelToken.InitWithAuditTokenModelIdentifierProcessIdentifier]
- [IANEModelToken.InitWithCsIdentityTeamIdentityModelIdentifierProcessIdentifier]
type IANEOutputSetEnqueue ¶
type IANEOutputSetEnqueue interface {
objectivec.IObject
IsOpenLoop() bool
ProcedureIndex() uint32
SetIndex() uint32
SignalNotRequired() bool
SignalValue() uint64
InitOutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop(index uint32, index2 uint32, value uint64, required bool, loop bool) ANEOutputSetEnqueue
}
An interface definition for the ANEOutputSetEnqueue class.
Methods ¶
- [IANEOutputSetEnqueue.IsOpenLoop]
- [IANEOutputSetEnqueue.ProcedureIndex]
- [IANEOutputSetEnqueue.SetIndex]
- [IANEOutputSetEnqueue.SignalNotRequired]
- [IANEOutputSetEnqueue.SignalValue]
- [IANEOutputSetEnqueue.InitOutputSetWithProcedureIndexSetIndexSignalValueSignalNotRequiredIsOpenLoop]
type IANEPerformanceStats ¶
type IANEPerformanceStats interface {
objectivec.IObject
EmitPerfcounterSignpostsWithModelStringID(id uint64)
HwExecutionTime() uint64
PStatsRawData() foundation.NSData
PerfCounterData() foundation.NSData
PerformanceCounters() objectivec.IObject
StringForPerfCounter(counter int) objectivec.IObject
InitWithHardwareExecutionPerfCounterDataANEStatsRawData(execution uint64, data objectivec.IObject, data2 objectivec.IObject) ANEPerformanceStats
InitWithReconstructedDataHardwareExecutionNS(data objectivec.IObject, ns uint64) ANEPerformanceStats
InitWithRequestPerformanceBufferStatsBufferSize(buffer unsafe.Pointer, size *uint32) ANEPerformanceStats
}
An interface definition for the ANEPerformanceStats class.
Methods ¶
- [IANEPerformanceStats.EmitPerfcounterSignpostsWithModelStringID]
- [IANEPerformanceStats.HwExecutionTime]
- [IANEPerformanceStats.PStatsRawData]
- [IANEPerformanceStats.PerfCounterData]
- [IANEPerformanceStats.PerformanceCounters]
- [IANEPerformanceStats.StringForPerfCounter]
- [IANEPerformanceStats.InitWithHardwareExecutionPerfCounterDataANEStatsRawData]
- [IANEPerformanceStats.InitWithReconstructedDataHardwareExecutionNS]
- [IANEPerformanceStats.InitWithRequestPerformanceBufferStatsBufferSize]
type IANEPerformanceStatsIOSurface ¶
type IANEPerformanceStatsIOSurface interface {
objectivec.IObject
StatType() int64
Stats() IANEIOSurfaceObject
InitWithIOSurfaceStatType(iOSurface objectivec.IObject, type_ int64) ANEPerformanceStatsIOSurface
}
An interface definition for the ANEPerformanceStatsIOSurface class.
Methods ¶
- [IANEPerformanceStatsIOSurface.StatType]
- [IANEPerformanceStatsIOSurface.Stats]
- [IANEPerformanceStatsIOSurface.InitWithIOSurfaceStatType]
type IANEProcedureData ¶
type IANEProcedureData interface {
objectivec.IObject
EncodeWithCoder(coder foundation.INSCoder)
ProcedureSymbol() string
WeightArray() foundation.INSArray
InitWithCoder(coder foundation.INSCoder) ANEProcedureData
InitWithProcedureWeightArray(procedure objectivec.IObject, array objectivec.IObject) ANEProcedureData
}
An interface definition for the ANEProcedureData class.
Methods ¶
- [IANEProcedureData.EncodeWithCoder]
- [IANEProcedureData.ProcedureSymbol]
- [IANEProcedureData.WeightArray]
- [IANEProcedureData.InitWithCoder]
- [IANEProcedureData.InitWithProcedureWeightArray]
type IANEProgramForEvaluation ¶
type IANEProgramForEvaluation interface {
objectivec.IObject
Controller() IANEDeviceController
CurrentAsyncRequestsInFlight() int64
SetCurrentAsyncRequestsInFlight(value int64)
IntermediateBufferHandle() uint64
SetIntermediateBufferHandle(value uint64)
ProcessInputBuffersModelOptionsError(buffers objectivec.IObject, model objectivec.IObject, options objectivec.IObject) (bool, error)
ProcessOutputSetModelOptionsError(set objectivec.IObject, model objectivec.IObject, options objectivec.IObject) (bool, error)
ProcessRequestModelQosQIndexModelStringIDOptionsReturnValueError(request objectivec.IObject, model objectivec.IObject, qos uint32, index uint64, id uint64, options objectivec.IObject, value *uint32) (bool, error)
ProcessSessionHintOptionsReportError(hint objectivec.IObject, options objectivec.IObject, report objectivec.IObject) (bool, error)
ProgramHandle() uint64
SetProgramHandle(value uint64)
ProgramInferenceOtherErrorForMessageModelMethodName(message ANENotificationMessageStruct, model objectivec.IObject, name objectivec.IObject) objectivec.IObject
QueueDepth() int8
RequestsInFlight() objectivec.Object
InitWithControllerIntermediateBufferHandleQueueDepth(controller objectivec.IObject, handle uint64, depth int8) ANEProgramForEvaluation
}
An interface definition for the ANEProgramForEvaluation class.
Methods ¶
- [IANEProgramForEvaluation.Controller]
- [IANEProgramForEvaluation.CurrentAsyncRequestsInFlight]
- [IANEProgramForEvaluation.SetCurrentAsyncRequestsInFlight]
- [IANEProgramForEvaluation.IntermediateBufferHandle]
- [IANEProgramForEvaluation.SetIntermediateBufferHandle]
- [IANEProgramForEvaluation.ProcessInputBuffersModelOptionsError]
- [IANEProgramForEvaluation.ProcessOutputSetModelOptionsError]
- [IANEProgramForEvaluation.ProcessRequestModelQosQIndexModelStringIDOptionsReturnValueError]
- [IANEProgramForEvaluation.ProcessSessionHintOptionsReportError]
- [IANEProgramForEvaluation.ProgramHandle]
- [IANEProgramForEvaluation.SetProgramHandle]
- [IANEProgramForEvaluation.ProgramInferenceOtherErrorForMessageModelMethodName]
- [IANEProgramForEvaluation.QueueDepth]
- [IANEProgramForEvaluation.RequestsInFlight]
- [IANEProgramForEvaluation.InitWithControllerIntermediateBufferHandleQueueDepth]
type IANEProgramIOSurfacesMapper ¶
type IANEProgramIOSurfacesMapper interface {
objectivec.IObject
Controller() IANEDeviceController
DeviceController() IANEDeviceController
MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
PrepareANEMemoryMappingParamsRequest(params ANEMemoryMappingParamsStruct, request objectivec.IObject)
ProgramHandle() uint64
UnmapIOSurfacesWithModelRequestError(model objectivec.IObject, request objectivec.IObject) (bool, error)
ValidateRequestModel(request objectivec.IObject, model objectivec.IObject) bool
InitWithController(controller objectivec.IObject) ANEProgramIOSurfacesMapper
}
An interface definition for the ANEProgramIOSurfacesMapper class.
Methods ¶
- [IANEProgramIOSurfacesMapper.Controller]
- [IANEProgramIOSurfacesMapper.DeviceController]
- [IANEProgramIOSurfacesMapper.MapIOSurfacesWithModelRequestCacheInferenceError]
- [IANEProgramIOSurfacesMapper.PrepareANEMemoryMappingParamsRequest]
- [IANEProgramIOSurfacesMapper.ProgramHandle]
- [IANEProgramIOSurfacesMapper.UnmapIOSurfacesWithModelRequestError]
- [IANEProgramIOSurfacesMapper.ValidateRequestModel]
- [IANEProgramIOSurfacesMapper.InitWithController]
type IANEQoSMapper ¶
type IANEQoSMapper interface {
objectivec.IObject
}
An interface definition for the ANEQoSMapper class.
type IANERequest ¶
type IANERequest interface {
objectivec.IObject
InputArray() foundation.INSArray
InputIndexArray() foundation.INSArray
IoSurfacesCount() uint64
OutputArray() foundation.INSArray
OutputIndexArray() foundation.INSArray
PerfStats() IANEPerformanceStats
SetPerfStats(value IANEPerformanceStats)
PerfStatsArray() foundation.INSArray
ProcedureIndex() foundation.NSNumber
SetCompletionHandler(handler ErrorHandler)
TransactionHandle() foundation.NSNumber
SetTransactionHandle(value foundation.NSNumber)
Validate() bool
WeightsBuffer() IANEIOSurfaceObject
InitWithVirtualModel(model unsafe.Pointer) ANERequest
}
An interface definition for the ANERequest class.
Methods ¶
- [IANERequest.InputArray]
- [IANERequest.InputIndexArray]
- [IANERequest.IoSurfacesCount]
- [IANERequest.OutputArray]
- [IANERequest.OutputIndexArray]
- [IANERequest.PerfStats]
- [IANERequest.SetPerfStats]
- [IANERequest.PerfStatsArray]
- [IANERequest.ProcedureIndex]
- [IANERequest.SetCompletionHandler]
- [IANERequest.SharedEvents]
- [IANERequest.SetSharedEvents]
- [IANERequest.TransactionHandle]
- [IANERequest.SetTransactionHandle]
- [IANERequest.Validate]
- [IANERequest.WeightsBuffer]
- [IANERequest.InitWithInputsInputIndicesOutputsOutputIndicesWeightsBufferPerfStatsProcedureIndexSharedEventsTransactionHandle]
- [IANERequest.InitWithVirtualModel]
type IANESandboxingHelper ¶
type IANESandboxingHelper interface {
objectivec.IObject
}
An interface definition for the ANESandboxingHelper class.
type IANESharedEvents ¶
type IANESharedEvents interface {
objectivec.IObject
}
An interface definition for the ANESharedEvents class.
Methods ¶
- [IANESharedEvents.SignalEvents]
- [IANESharedEvents.SetSignalEvents]
- [IANESharedEvents.WaitEvents]
- [IANESharedEvents.SetWaitEvents]
- [IANESharedEvents.InitWithSignalEventsWaitEvents]
type IANESharedSignalEvent ¶
type IANESharedSignalEvent interface {
objectivec.IObject
}
An interface definition for the ANESharedSignalEvent class.
Methods ¶
- [IANESharedSignalEvent.AgentMask]
- [IANESharedSignalEvent.SetAgentMask]
- [IANESharedSignalEvent.EncodeWithCoder]
- [IANESharedSignalEvent.EventType]
- [IANESharedSignalEvent.SharedEvent]
- [IANESharedSignalEvent.SymbolIndex]
- [IANESharedSignalEvent.Value]
- [IANESharedSignalEvent.SetValue]
- [IANESharedSignalEvent.WaitEvent]
- [IANESharedSignalEvent.InitWithCoder]
- [IANESharedSignalEvent.InitWithValueSymbolIndexEventTypeSharedEventAgentMask]
type IANESharedWaitEvent ¶
type IANESharedWaitEvent interface {
objectivec.IObject
}
An interface definition for the ANESharedWaitEvent class.
Methods ¶
- [IANESharedWaitEvent.EventType]
- [IANESharedWaitEvent.SharedEvent]
- [IANESharedWaitEvent.Value]
- [IANESharedWaitEvent.SetValue]
- [IANESharedWaitEvent.InitWithValueSharedEventEventType]
type IANEStrings ¶
type IANEStrings interface {
objectivec.IObject
}
An interface definition for the ANEStrings class.
type IANEVirtualClient ¶
type IANEVirtualClient interface {
objectivec.IObject
AneArchitectureTypeStr() objectivec.IObject
AneBoardtype() int64
BeginRealTimeTask() bool
CallIOUserClientInParamsOutParams(client uint32, params VirtANEModel, params2 VirtANEModel) bool
CallIOUserClientWithDictionaryInDictionaryError(dictionary uint32, dictionary2 kernel.Pointer) (unsafe.Pointer, error)
CheckKernReturnValueSelectorOutParams(value int, selector uint32, params VirtANEModel)
CompileModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
CompiledModelExistsFor(for_ objectivec.IObject) bool
CompiledModelExistsMatchingHash(hash objectivec.IObject) bool
Connect() uint32
CopyAllModelFilesDictionaryIoSurfaceRefs(files objectivec.IObject, dictionary unsafe.Pointer, refs unsafe.Pointer) bool
CopyDictionaryToIOSurfaceCopiedDataSizeCreatedIOSID(iOSurface objectivec.IObject, size *uint64, iosid *uint32) coregraphics.IOSurfaceRef
CopyErrorValue(value VMData)
CopyErrorValueVmData(value unsafe.Pointer, data VMData)
CopyFilesInDirectoryToIOSurfacesIoSurfaceRefsIoSurfaceSizesFileNames(iOSurfaces objectivec.IObject, refs unsafe.Pointer, sizes objectivec.IObject, names objectivec.IObject) bool
CopyModelOptionsVmData(model objectivec.IObject, options objectivec.IObject, data VMData)
CopyModelMetaDataOptionsDictionaryVmData(data objectivec.IObject, options objectivec.IObject, dictionary unsafe.Pointer, data2 VMData)
CopyModelOptionFilesOptionsDictionaryVmData(files objectivec.IObject, options objectivec.IObject, dictionary unsafe.Pointer, data VMData)
CopyModelOptionFilesOptionsVmData(files objectivec.IObject, options objectivec.IObject, data VMData)
CopyOptionsDictionaryVmData(options objectivec.IObject, dictionary unsafe.Pointer, data VMData)
CopyOptionsVmData(options objectivec.IObject, data VMData)
CopyToIOSurfaceLengthIoSID(iOSurface objectivec.IObject, length uint64, sid *uint32) coregraphics.IOSurfaceRef
CopyToIOSurfaceSizeIoSID(iOSurface string, size uint64, sid *uint32) coregraphics.IOSurfaceRef
DoEvaluateWithModelOptionsRequestQosCompletionEventError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32, event objectivec.IObject) (bool, error)
DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventError(legacy objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32, event objectivec.IObject) (bool, error)
DoJsonParsingMatchWeightName(name objectivec.IObject) objectivec.IObject
DoMapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
Echo(echo objectivec.IObject) bool
EndRealTimeTask() bool
EvaluateWithModelOptionsRequestQosError(model objectivec.IObject, options objectivec.IObject, request objectivec.IObject, qos uint32) (bool, error)
ExchangeBuildVersionInfo() BuildVersionInfo
GetDeviceInfo() DeviceExtendedInfo
GetModelAttribute(attribute VMData) objectivec.IObject
GetValidateNetworkVersion() uint64
HasANE() bool
HostBuildVersionStr() objectivec.IObject
IsInternalBuild() bool
LoadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
LoadModelNewInstanceOptionsModelInstParamsQosError(instance objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) (bool, error)
LoadModelNewInstanceLegacyOptionsModelInstParamsQosError(legacy objectivec.IObject, options objectivec.IObject, params objectivec.IObject, qos uint32) (bool, error)
MapIOSurfacesWithModelRequestCacheInferenceError(model objectivec.IObject, request objectivec.IObject, inference bool) (bool, error)
NegotiatedCapabilityMask() uint64
NegotiatedDataInterfaceVersion() uint32
NumANECores() uint32
NumANEs() uint32
OutputDictIOSurfaceSize() uint64
ParallelDecompressedData(data objectivec.IObject) objectivec.IObject
PrintDictionary(dictionary unsafe.Pointer)
PurgeCompiledModel(model objectivec.IObject)
PurgeCompiledModelMatchingHash(hash objectivec.IObject)
Queue() objectivec.Object
ReadWeightFilename(filename objectivec.IObject) objectivec.IObject
ReleaseIOSurfaces(iOSurfaces VMData)
SendGuestBuildVersion()
SessionHintWithModelHintOptionsReportError(model objectivec.IObject, hint objectivec.IObject, options objectivec.IObject, report objectivec.IObject) (bool, error)
TransferFileToHostWithPathWithChunkSizeWithUUIDWithModelInputPathOverWriteFileNameWith(path objectivec.IObject, size uint32, uuid objectivec.IObject, path2 objectivec.IObject, with objectivec.IObject) bool
UnloadModelOptionsQosError(model objectivec.IObject, options objectivec.IObject, qos uint32) (bool, error)
UpdateErrorError(error_ VMData) (bool, error)
UpdatePerformanceStats(stats VMData) objectivec.IObject
ValidateEnvironmentForPrecompiledBinarySupport() bool
ValidateNetworkCreateUuidFunctionDirectoryPathScratchPadPathMilTextData(create uint64, uuid objectivec.IObject, function objectivec.IObject, path objectivec.IObject, path2 objectivec.IObject, data objectivec.IObject) unsafe.Pointer
ValidateNetworkCreateMLIRValidation_params(mlir uint64, validation_params unsafe.Pointer) unsafe.Pointer
AneSubTypeAndVariant() objectivec.IObject
InitWithSingletonAccess() ANEVirtualClient
}
An interface definition for the ANEVirtualClient class.
Methods ¶
- [IANEVirtualClient.AneArchitectureTypeStr]
- [IANEVirtualClient.AneBoardtype]
- [IANEVirtualClient.BeginRealTimeTask]
- [IANEVirtualClient.CallIOUserClientInParamsOutParams]
- [IANEVirtualClient.CallIOUserClientWithDictionaryInDictionaryError]
- [IANEVirtualClient.CheckKernReturnValueSelectorOutParams]
- [IANEVirtualClient.CompileModelOptionsQosError]
- [IANEVirtualClient.CompiledModelExistsFor]
- [IANEVirtualClient.CompiledModelExistsMatchingHash]
- [IANEVirtualClient.Connect]
- [IANEVirtualClient.CopyAllModelFilesDictionaryIoSurfaceRefs]
- [IANEVirtualClient.CopyDictionaryToIOSurfaceCopiedDataSizeCreatedIOSID]
- [IANEVirtualClient.CopyErrorValue]
- [IANEVirtualClient.CopyErrorValueVmData]
- [IANEVirtualClient.CopyFilesInDirectoryToIOSurfacesIoSurfaceRefsIoSurfaceSizesFileNames]
- [IANEVirtualClient.CopyModelOptionsVmData]
- [IANEVirtualClient.CopyModelMetaDataOptionsDictionaryVmData]
- [IANEVirtualClient.CopyModelOptionFilesOptionsDictionaryVmData]
- [IANEVirtualClient.CopyModelOptionFilesOptionsVmData]
- [IANEVirtualClient.CopyOptionsDictionaryVmData]
- [IANEVirtualClient.CopyOptionsVmData]
- [IANEVirtualClient.CopyToIOSurfaceLengthIoSID]
- [IANEVirtualClient.CopyToIOSurfaceSizeIoSID]
- [IANEVirtualClient.DoEvaluateWithModelOptionsRequestQosCompletionEventError]
- [IANEVirtualClient.DoEvaluateWithModelLegacyOptionsRequestQosCompletionEventError]
- [IANEVirtualClient.DoJsonParsingMatchWeightName]
- [IANEVirtualClient.DoMapIOSurfacesWithModelRequestCacheInferenceError]
- [IANEVirtualClient.Echo]
- [IANEVirtualClient.EndRealTimeTask]
- [IANEVirtualClient.EvaluateWithModelOptionsRequestQosError]
- [IANEVirtualClient.ExchangeBuildVersionInfo]
- [IANEVirtualClient.GetDeviceInfo]
- [IANEVirtualClient.GetModelAttribute]
- [IANEVirtualClient.GetValidateNetworkVersion]
- [IANEVirtualClient.HasANE]
- [IANEVirtualClient.HostBuildVersionStr]
- [IANEVirtualClient.IsInternalBuild]
- [IANEVirtualClient.LoadModelOptionsQosError]
- [IANEVirtualClient.LoadModelNewInstanceOptionsModelInstParamsQosError]
- [IANEVirtualClient.LoadModelNewInstanceLegacyOptionsModelInstParamsQosError]
- [IANEVirtualClient.MapIOSurfacesWithModelRequestCacheInferenceError]
- [IANEVirtualClient.NegotiatedCapabilityMask]
- [IANEVirtualClient.NegotiatedDataInterfaceVersion]
- [IANEVirtualClient.NumANECores]
- [IANEVirtualClient.NumANEs]
- [IANEVirtualClient.OutputDictIOSurfaceSize]
- [IANEVirtualClient.ParallelDecompressedData]
- [IANEVirtualClient.PrintDictionary]
- [IANEVirtualClient.PurgeCompiledModel]
- [IANEVirtualClient.PurgeCompiledModelMatchingHash]
- [IANEVirtualClient.Queue]
- [IANEVirtualClient.ReadWeightFilename]
- [IANEVirtualClient.ReleaseIOSurfaces]
- [IANEVirtualClient.SendGuestBuildVersion]
- [IANEVirtualClient.SessionHintWithModelHintOptionsReportError]
- [IANEVirtualClient.TransferFileToHostWithPathWithChunkSizeWithUUIDWithModelInputPathOverWriteFileNameWith]
- [IANEVirtualClient.UnloadModelOptionsQosError]
- [IANEVirtualClient.UpdateErrorError]
- [IANEVirtualClient.UpdatePerformanceStats]
- [IANEVirtualClient.ValidateEnvironmentForPrecompiledBinarySupport]
- [IANEVirtualClient.ValidateNetworkCreateUuidFunctionDirectoryPathScratchPadPathMilTextData]
- [IANEVirtualClient.ValidateNetworkCreateMLIRValidation_params]
- [IANEVirtualClient.AneSubTypeAndVariant]
- [IANEVirtualClient.InitWithSingletonAccess]
type IANEWeight ¶
type IANEWeight interface {
objectivec.IObject
SHACode() foundation.NSData
EncodeWithCoder(coder foundation.INSCoder)
SandboxExtension() string
SetSandboxExtension(value string)
UpdateWeightURL(url foundation.NSURL)
WeightSymbol() string
WeightURL() foundation.NSURL
SetWeightURL(value foundation.NSURL)
InitWithCoder(coder foundation.INSCoder) ANEWeight
InitWithWeightSymbolAndURLWeightURL(url foundation.NSURL, url2 foundation.NSURL) ANEWeight
InitWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension(urlsha objectivec.IObject, url foundation.NSURL, hACode objectivec.IObject, extension objectivec.IObject) ANEWeight
}
An interface definition for the ANEWeight class.
Methods ¶
- [IANEWeight.SHACode]
- [IANEWeight.EncodeWithCoder]
- [IANEWeight.SandboxExtension]
- [IANEWeight.SetSandboxExtension]
- [IANEWeight.UpdateWeightURL]
- [IANEWeight.WeightSymbol]
- [IANEWeight.WeightURL]
- [IANEWeight.SetWeightURL]
- [IANEWeight.InitWithCoder]
- [IANEWeight.InitWithWeightSymbolAndURLWeightURL]
- [IANEWeight.InitWithWeightSymbolAndURLSHAWeightURLSHACodeSandboxExtension]
type InnerProductUniforms ¶ added in v0.6.4
type InnerProductUniforms struct {
}
InnerProductUniforms
type MLIRContextRef ¶ added in v0.5.5
type MLIRContextRef uintptr
type MPSCNNConvolutionDataSource ¶ added in v0.5.0
type MPSCNNConvolutionDataSource interface {
objectivec.IObject
// BiasTerms protocol.
BiasTerms() unsafe.Pointer
// DataType protocol.
DataType() uint32
// KernelWeightsDataType protocol.
KernelWeightsDataType() uint32
// Load protocol.
Load() bool
// LookupTableForUInt8Kernel protocol.
LookupTableForUInt8Kernel() unsafe.Pointer
// Purge protocol.
Purge()
// RangesForUInt8Kernel protocol.
RangesForUInt8Kernel() []objectivec.IObject
// Weights protocol.
Weights() unsafe.Pointer
// WeightsLayout protocol.
WeightsLayout() uint32
// WeightsQuantizationType protocol.
WeightsQuantizationType() uint32
}
MPSCNNConvolutionDataSource protocol.
type MPSCNNConvolutionDataSourceObject ¶ added in v0.5.0
type MPSCNNConvolutionDataSourceObject struct {
objectivec.Object
}
MPSCNNConvolutionDataSourceObject wraps an existing Objective-C object that conforms to the MPSCNNConvolutionDataSource protocol.
func MPSCNNConvolutionDataSourceObjectFromID ¶ added in v0.5.0
func MPSCNNConvolutionDataSourceObjectFromID(id objc.ID) MPSCNNConvolutionDataSourceObject
MPSCNNConvolutionDataSourceObjectFromID constructs a MPSCNNConvolutionDataSourceObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (MPSCNNConvolutionDataSourceObject) BaseObject ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) BaseObject() objectivec.Object
func (MPSCNNConvolutionDataSourceObject) BiasTerms ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) BiasTerms() unsafe.Pointer
func (MPSCNNConvolutionDataSourceObject) CopyWithZoneDevice ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) CopyWithZoneDevice(zone foundation.NSZone, device objectivec.IObject) objectivec.IObject
func (MPSCNNConvolutionDataSourceObject) DataType ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) DataType() uint32
func (MPSCNNConvolutionDataSourceObject) Descriptor ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) Descriptor() objectivec.IObject
func (MPSCNNConvolutionDataSourceObject) KernelWeightsDataType ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) KernelWeightsDataType() uint32
func (MPSCNNConvolutionDataSourceObject) Label ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) Label() objectivec.IObject
func (MPSCNNConvolutionDataSourceObject) Load ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) Load() bool
func (MPSCNNConvolutionDataSourceObject) LookupTableForUInt8Kernel ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) LookupTableForUInt8Kernel() unsafe.Pointer
func (MPSCNNConvolutionDataSourceObject) Purge ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) Purge()
func (MPSCNNConvolutionDataSourceObject) RangesForUInt8Kernel ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) RangesForUInt8Kernel() []objectivec.IObject
func (MPSCNNConvolutionDataSourceObject) UpdateWithCommandBufferGradientStateSourceState ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) UpdateWithCommandBufferGradientStateSourceState(buffer objectivec.IObject, state objectivec.IObject, state2 objectivec.IObject) objectivec.IObject
func (MPSCNNConvolutionDataSourceObject) UpdateWithGradientStateSourceState ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) UpdateWithGradientStateSourceState(state objectivec.IObject, state2 objectivec.IObject) bool
func (MPSCNNConvolutionDataSourceObject) Weights ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) Weights() unsafe.Pointer
func (MPSCNNConvolutionDataSourceObject) WeightsLayout ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) WeightsLayout() uint32
func (MPSCNNConvolutionDataSourceObject) WeightsQuantizationType ¶ added in v0.5.0
func (o MPSCNNConvolutionDataSourceObject) WeightsQuantizationType() uint32
type MPSCommandBufferDescriptor ¶ added in v0.5.5
type MPSCommandBufferDescriptor struct {
}
MPSCommandBufferDescriptor
type MPSGraphExecutableCacheValue ¶ added in v0.5.5
type MPSGraphExecutableCacheValue struct {
}
MPSGraphExecutableCacheValue
type MPSGraphExecutableSpecializedModule ¶ added in v0.5.5
type MPSGraphExecutableSpecializedModule struct {
}
MPSGraphExecutableSpecializedModule
type MPSGraphExecutableSpecializedModuleRef ¶ added in v0.5.5
type MPSGraphExecutableSpecializedModuleRef uintptr
type MPSGraphOperatingSystemVersion ¶ added in v0.5.5
type MPSGraphOperatingSystemVersion struct {
}
MPSGraphOperatingSystemVersion
type MPSGraphSpecializationCache ¶ added in v0.5.5
type MPSGraphSpecializationCache struct {
// contains filtered or unexported fields
}
MPSGraphSpecializationCache
type MPSGraphViewerNodePropertySPI ¶ added in v0.5.0
type MPSGraphViewerNodePropertySPI interface {
objectivec.IObject
}
MPSGraphViewerNodePropertySPI protocol.
type MPSGraphViewerNodePropertySPIObject ¶ added in v0.5.0
type MPSGraphViewerNodePropertySPIObject struct {
objectivec.Object
}
MPSGraphViewerNodePropertySPIObject wraps an existing Objective-C object that conforms to the MPSGraphViewerNodePropertySPI protocol.
func MPSGraphViewerNodePropertySPIObjectFromID ¶ added in v0.5.0
func MPSGraphViewerNodePropertySPIObjectFromID(id objc.ID) MPSGraphViewerNodePropertySPIObject
MPSGraphViewerNodePropertySPIObjectFromID constructs a MPSGraphViewerNodePropertySPIObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (MPSGraphViewerNodePropertySPIObject) BaseObject ¶ added in v0.5.0
func (o MPSGraphViewerNodePropertySPIObject) BaseObject() objectivec.Object
func (MPSGraphViewerNodePropertySPIObject) JsonDictionary ¶ added in v0.5.0
func (o MPSGraphViewerNodePropertySPIObject) JsonDictionary() objectivec.IObject
func (MPSGraphViewerNodePropertySPIObject) Name ¶ added in v0.5.0
func (o MPSGraphViewerNodePropertySPIObject) Name() objectivec.IObject
func (MPSGraphViewerNodePropertySPIObject) Type ¶ added in v0.5.0
func (o MPSGraphViewerNodePropertySPIObject) Type() objectivec.IObject
type MPSResourceBlobEntry ¶ added in v0.5.5
type MPSResourceBlobEntry struct {
}
MPSResourceBlobEntry
type MPSResourceBlobEntryRef ¶ added in v0.5.5
type MPSResourceBlobEntryRef uintptr
type MTLComputeCommandEncoder ¶ added in v0.5.0
type MTLComputeCommandEncoder interface {
objectivec.IObject
// DispatchThreadgroupsThreadsPerThreadgroup protocol.
DispatchThreadgroupsThreadsPerThreadgroup(threadgroups unsafe.Pointer, threadgroup unsafe.Pointer)
// DispatchThreadsThreadsPerThreadgroup protocol.
DispatchThreadsThreadsPerThreadgroup(threads unsafe.Pointer, threadgroup unsafe.Pointer)
// DispatchType protocol.
DispatchType() uint64
// MemoryBarrierWithResourcesCount protocol.
MemoryBarrierWithResourcesCount(resources []objectivec.IObject, count uint64)
// MemoryBarrierWithScope protocol.
MemoryBarrierWithScope(scope uint64)
// SetBufferOffsetAtIndex protocol.
SetBufferOffsetAtIndex(offset uint64, index uint64)
// SetBufferOffsetAttributeStrideAtIndex protocol.
SetBufferOffsetAttributeStrideAtIndex(offset uint64, stride uint64, index uint64)
// SetBuffersOffsetsAttributeStridesWithRange protocol.
SetBuffersOffsetsAttributeStridesWithRange(buffers []objectivec.IObject, offsets *uint64, strides *uint64, range_ foundation.NSRange)
// SetBuffersOffsetsWithRange protocol.
SetBuffersOffsetsWithRange(buffers []objectivec.IObject, offsets *uint64, range_ foundation.NSRange)
// SetBytesLengthAtIndex protocol.
SetBytesLengthAtIndex(bytes []byte, length uint64, index uint64)
// SetBytesLengthAttributeStrideAtIndex protocol.
SetBytesLengthAttributeStrideAtIndex(bytes []byte, length uint64, stride uint64, index uint64)
// SetImageblockWidthHeight protocol.
SetImageblockWidthHeight(width uint64, height uint64)
// SetIntersectionFunctionTablesWithBufferRange protocol.
SetIntersectionFunctionTablesWithBufferRange(tables []objectivec.IObject, range_ foundation.NSRange)
// SetSamplerStatesLodMinClampsLodMaxClampsWithRange protocol.
SetSamplerStatesLodMinClampsLodMaxClampsWithRange(states []objectivec.IObject, clamps *float32, clamps2 *float32, range_ foundation.NSRange)
// SetSamplerStatesWithRange protocol.
SetSamplerStatesWithRange(states []objectivec.IObject, range_ foundation.NSRange)
// SetStageInRegion protocol.
SetStageInRegion(region unsafe.Pointer)
// SetTexturesWithRange protocol.
SetTexturesWithRange(textures []objectivec.IObject, range_ foundation.NSRange)
// SetThreadgroupMemoryLengthAtIndex protocol.
SetThreadgroupMemoryLengthAtIndex(length uint64, index uint64)
// SetVisibleFunctionTablesWithBufferRange protocol.
SetVisibleFunctionTablesWithBufferRange(tables []objectivec.IObject, range_ foundation.NSRange)
// UseHeapsCount protocol.
UseHeapsCount(heaps []objectivec.IObject, count uint64)
// UseResourcesCountUsage protocol.
UseResourcesCountUsage(resources []objectivec.IObject, count uint64, usage uint64)
}
MTLComputeCommandEncoder protocol.
type MTLComputeCommandEncoderObject ¶ added in v0.5.0
type MTLComputeCommandEncoderObject struct {
objectivec.Object
}
MTLComputeCommandEncoderObject wraps an existing Objective-C object that conforms to the MTLComputeCommandEncoder protocol.
func MTLComputeCommandEncoderObjectFromID ¶ added in v0.5.0
func MTLComputeCommandEncoderObjectFromID(id objc.ID) MTLComputeCommandEncoderObject
MTLComputeCommandEncoderObjectFromID constructs a MTLComputeCommandEncoderObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (MTLComputeCommandEncoderObject) BaseObject ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) BaseObject() objectivec.Object
func (MTLComputeCommandEncoderObject) DispatchThreadgroupsThreadsPerThreadgroup ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) DispatchThreadgroupsThreadsPerThreadgroup(threadgroups unsafe.Pointer, threadgroup unsafe.Pointer)
func (MTLComputeCommandEncoderObject) DispatchThreadgroupsWithIndirectBufferIndirectBufferOffsetThreadsPerThreadgroup ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) DispatchThreadgroupsWithIndirectBufferIndirectBufferOffsetThreadsPerThreadgroup(buffer objectivec.IObject, offset uint64, threadgroup unsafe.Pointer)
func (MTLComputeCommandEncoderObject) DispatchThreadsThreadsPerThreadgroup ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) DispatchThreadsThreadsPerThreadgroup(threads unsafe.Pointer, threadgroup unsafe.Pointer)
func (MTLComputeCommandEncoderObject) DispatchType ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) DispatchType() uint64
func (MTLComputeCommandEncoderObject) ExecuteCommandsInBufferIndirectBufferIndirectBufferOffset ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) ExecuteCommandsInBufferIndirectBufferIndirectBufferOffset(buffer objectivec.IObject, buffer2 objectivec.IObject, offset uint64)
func (MTLComputeCommandEncoderObject) ExecuteCommandsInBufferWithRange ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) ExecuteCommandsInBufferWithRange(buffer objectivec.IObject, range_ foundation.NSRange)
func (MTLComputeCommandEncoderObject) MemoryBarrierWithResourcesCount ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) MemoryBarrierWithResourcesCount(resources []objectivec.IObject, count uint64)
func (MTLComputeCommandEncoderObject) MemoryBarrierWithScope ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) MemoryBarrierWithScope(scope uint64)
func (MTLComputeCommandEncoderObject) SampleCountersInBufferAtSampleIndexWithBarrier ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SampleCountersInBufferAtSampleIndexWithBarrier(buffer objectivec.IObject, index uint64, barrier bool)
func (MTLComputeCommandEncoderObject) SetAccelerationStructureAtBufferIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetAccelerationStructureAtBufferIndex(structure objectivec.IObject, index uint64)
func (MTLComputeCommandEncoderObject) SetBufferOffsetAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetBufferOffsetAtIndex(offset uint64, index uint64)
func (MTLComputeCommandEncoderObject) SetBufferOffsetAttributeStrideAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetBufferOffsetAttributeStrideAtIndex(offset uint64, stride uint64, index uint64)
func (MTLComputeCommandEncoderObject) SetBufferWithOffsetAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetBufferWithOffsetAtIndex(buffer objectivec.IObject, offset uint64, index uint64)
func (MTLComputeCommandEncoderObject) SetBufferWithOffsetAttributeStrideAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetBufferWithOffsetAttributeStrideAtIndex(buffer objectivec.IObject, offset uint64, stride uint64, index uint64)
func (MTLComputeCommandEncoderObject) SetBuffersOffsetsAttributeStridesWithRange ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetBuffersOffsetsAttributeStridesWithRange(buffers []objectivec.IObject, offsets *uint64, strides *uint64, range_ foundation.NSRange)
func (MTLComputeCommandEncoderObject) SetBuffersOffsetsWithRange ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetBuffersOffsetsWithRange(buffers []objectivec.IObject, offsets *uint64, range_ foundation.NSRange)
func (MTLComputeCommandEncoderObject) SetBytesLengthAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetBytesLengthAtIndex(bytes []byte, length uint64, index uint64)
func (MTLComputeCommandEncoderObject) SetBytesLengthAttributeStrideAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetBytesLengthAttributeStrideAtIndex(bytes []byte, length uint64, stride uint64, index uint64)
func (MTLComputeCommandEncoderObject) SetComputePipelineState ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetComputePipelineState(state objectivec.IObject)
func (MTLComputeCommandEncoderObject) SetImageblockWidthHeight ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetImageblockWidthHeight(width uint64, height uint64)
func (MTLComputeCommandEncoderObject) SetIntersectionFunctionTableAtBufferIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetIntersectionFunctionTableAtBufferIndex(table objectivec.IObject, index uint64)
func (MTLComputeCommandEncoderObject) SetIntersectionFunctionTablesWithBufferRange ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetIntersectionFunctionTablesWithBufferRange(tables []objectivec.IObject, range_ foundation.NSRange)
func (MTLComputeCommandEncoderObject) SetSamplerStateAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetSamplerStateAtIndex(state objectivec.IObject, index uint64)
func (MTLComputeCommandEncoderObject) SetSamplerStateLodMinClampLodMaxClampAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetSamplerStateLodMinClampLodMaxClampAtIndex(state objectivec.IObject, clamp float32, clamp2 float32, index uint64)
func (MTLComputeCommandEncoderObject) SetSamplerStatesLodMinClampsLodMaxClampsWithRange ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetSamplerStatesLodMinClampsLodMaxClampsWithRange(states []objectivec.IObject, clamps *float32, clamps2 *float32, range_ foundation.NSRange)
func (MTLComputeCommandEncoderObject) SetSamplerStatesWithRange ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetSamplerStatesWithRange(states []objectivec.IObject, range_ foundation.NSRange)
func (MTLComputeCommandEncoderObject) SetStageInRegion ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetStageInRegion(region unsafe.Pointer)
func (MTLComputeCommandEncoderObject) SetStageInRegionWithIndirectBufferIndirectBufferOffset ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetStageInRegionWithIndirectBufferIndirectBufferOffset(buffer objectivec.IObject, offset uint64)
func (MTLComputeCommandEncoderObject) SetTextureAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetTextureAtIndex(texture objectivec.IObject, index uint64)
func (MTLComputeCommandEncoderObject) SetTexturesWithRange ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetTexturesWithRange(textures []objectivec.IObject, range_ foundation.NSRange)
func (MTLComputeCommandEncoderObject) SetThreadgroupMemoryLengthAtIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetThreadgroupMemoryLengthAtIndex(length uint64, index uint64)
func (MTLComputeCommandEncoderObject) SetVisibleFunctionTableAtBufferIndex ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetVisibleFunctionTableAtBufferIndex(table objectivec.IObject, index uint64)
func (MTLComputeCommandEncoderObject) SetVisibleFunctionTablesWithBufferRange ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) SetVisibleFunctionTablesWithBufferRange(tables []objectivec.IObject, range_ foundation.NSRange)
func (MTLComputeCommandEncoderObject) UpdateFence ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) UpdateFence(fence objectivec.IObject)
func (MTLComputeCommandEncoderObject) UseHeap ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) UseHeap(heap objectivec.IObject)
func (MTLComputeCommandEncoderObject) UseHeapsCount ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) UseHeapsCount(heaps []objectivec.IObject, count uint64)
func (MTLComputeCommandEncoderObject) UseResourceUsage ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) UseResourceUsage(resource objectivec.IObject, usage uint64)
func (MTLComputeCommandEncoderObject) UseResourcesCountUsage ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) UseResourcesCountUsage(resources []objectivec.IObject, count uint64, usage uint64)
func (MTLComputeCommandEncoderObject) WaitForFence ¶ added in v0.5.0
func (o MTLComputeCommandEncoderObject) WaitForFence(fence objectivec.IObject)
type ModuleResourcesLoader ¶ added in v0.5.5
type ModuleResourcesLoader struct {
}
ModuleResourcesLoader
type ModuleResourcesLoaderRef ¶ added in v0.5.5
type ModuleResourcesLoaderRef uintptr
type MxnetToolsImageHeaderT ¶ added in v0.6.4
type MxnetToolsImageHeaderT struct {
}
MxnetToolsImageHeaderT
type MxnetToolsRecordHeaderT ¶ added in v0.6.4
type MxnetToolsRecordHeaderT struct {
}
MxnetToolsRecordHeaderT
type NSCopying ¶ added in v0.5.0
type NSCopying interface {
objectivec.IObject
}
NSCopying protocol.
type NSCopyingObject ¶ added in v0.5.0
type NSCopyingObject struct {
objectivec.Object
}
NSCopyingObject wraps an existing Objective-C object that conforms to the NSCopying protocol.
func NSCopyingObjectFromID ¶ added in v0.5.0
func NSCopyingObjectFromID(id objc.ID) NSCopyingObject
NSCopyingObjectFromID constructs a NSCopyingObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSCopyingObject) BaseObject ¶ added in v0.5.0
func (o NSCopyingObject) BaseObject() objectivec.Object
type NSSecureCoding ¶ added in v0.5.0
type NSSecureCoding interface {
objectivec.IObject
// SupportsSecureCoding protocol.
SupportsSecureCoding() bool
}
NSSecureCoding protocol.
type NSSecureCodingObject ¶ added in v0.5.0
type NSSecureCodingObject struct {
objectivec.Object
}
NSSecureCodingObject wraps an existing Objective-C object that conforms to the NSSecureCoding protocol.
func NSSecureCodingObjectFromID ¶ added in v0.5.0
func NSSecureCodingObjectFromID(id objc.ID) NSSecureCodingObject
NSSecureCodingObjectFromID constructs a NSSecureCodingObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSSecureCodingObject) BaseObject ¶ added in v0.5.0
func (o NSSecureCodingObject) BaseObject() objectivec.Object
func (NSSecureCodingObject) SupportsSecureCoding ¶ added in v0.5.0
func (o NSSecureCodingObject) SupportsSecureCoding() bool
type NSXPCListenerDelegate ¶ added in v0.5.0
type NSXPCListenerDelegate interface {
objectivec.IObject
}
NSXPCListenerDelegate protocol.
type NSXPCListenerDelegateObject ¶ added in v0.5.0
type NSXPCListenerDelegateObject struct {
objectivec.Object
}
NSXPCListenerDelegateObject wraps an existing Objective-C object that conforms to the NSXPCListenerDelegate protocol.
func NSXPCListenerDelegateObjectFromID ¶ added in v0.5.0
func NSXPCListenerDelegateObjectFromID(id objc.ID) NSXPCListenerDelegateObject
NSXPCListenerDelegateObjectFromID constructs a NSXPCListenerDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSXPCListenerDelegateObject) BaseObject ¶ added in v0.5.0
func (o NSXPCListenerDelegateObject) BaseObject() objectivec.Object
func (NSXPCListenerDelegateObject) ListenerShouldAcceptNewConnection ¶ added in v0.5.0
func (o NSXPCListenerDelegateObject) ListenerShouldAcceptNewConnection(listener objectivec.IObject, connection objectivec.IObject) bool
type NamedAttributeRef ¶ added in v0.5.5
type NamedAttributeRef uintptr
type NetStridesConfiguration ¶ added in v0.6.4
type NetStridesConfiguration struct {
}
NetStridesConfiguration
type OpaquePthreadCond ¶ added in v0.6.4
type OpaquePthreadCond struct {
// contains filtered or unexported fields
}
OpaquePthreadCond
type OpaquePthreadMutex ¶ added in v0.6.4
type OpaquePthreadMutex struct {
// contains filtered or unexported fields
}
OpaquePthreadMutex
type OperationRef ¶ added in v0.5.5
type OperationRef uintptr
type OriginalModuleRef ¶ added in v0.5.5
type OriginalModuleRef struct {
// contains filtered or unexported fields
}
OriginalModuleRef
type PostprocessingSettings ¶ added in v0.6.4
type PostprocessingSettings struct {
Name unsafe.Pointer
Network unsafe.Pointer
Do_blend int
Blend_alpha float32
Grayscale_i0 int
Grayscale_i1 int
Temporal_alpha float32
Gamma float32
Saturation float32
Contrast float32
Brightness float32
Color_transfer_mode int
Width int
Height int
Width_fast int
Height_fast int
Width_capture int
Height_capture int
Width_miniature int
Height_miniature int
Width_fullscreen int
Height_fullscreen int
Width_hd int
Height_hd int
Old_frame_scale float32
Noise_strength float32
Dyn_noise int
Noise_speed float32
Preprocessing_bias_b float32
Preprocessing_bias_g float32
Preprocessing_bias_r float32
Preprocessing_scale float32
Preprocessing_old_frame_bias_scale float32
High_quality_scaling bool
}
PostprocessingSettings
type ReadDataFromFileCache ¶ added in v0.5.5
type ReadDataFromFileCache struct {
}
ReadDataFromFileCache
type ShapeFunctionRegistry ¶ added in v0.5.5
type ShapeFunctionRegistry struct {
}
ShapeFunctionRegistry
type SharedWeakCountRef ¶ added in v0.6.4
type SharedWeakCountRef uintptr
type StringMapEntryBaseRef ¶ added in v0.5.5
type StringMapEntryBaseRef uintptr
type SurfaceAndBufferRef ¶ added in v0.6.4
type SurfaceAndBufferRef uintptr
type V9NoiseKernelRef ¶ added in v0.6.4
type V9NoiseKernelRef uintptr
type ValueImplRef ¶ added in v0.5.5
type ValueImplRef uintptr
type Vimage2espressoParam ¶ added in v0.6.4
type Vimage2espressoParam struct {
Scale float32
Center_mean int
Is_image_bgr int
Is_network_bgr int
Bias_r float32
Bias_g float32
Bias_b float32
Bias_a float32
Metal_output_plane int
Width uint
Height uint
Rowbytes uint
Rotate_deg int
Use_direct_cvpixelbuffer int
No_alpha_premultiply int
}
Vimage2espressoParam
type VoidHandler ¶
type VoidHandler = func()
VoidHandler is the signature for a completion handler block.
Used by:
- [ANECompilerServiceProtocol.CompileModelAtCsIdentitySandboxExtensionOptionsTempDirectoryCloneDirectoryOutputURLAotModelBinaryPathWithReply]
- ANEDaemonConnection.BeginRealTimeTaskWithReply
- ANEDaemonConnection.CompileModelSandboxExtensionOptionsQosWithReply
- ANEDaemonConnection.CompiledModelExistsForWithReply
- ANEDaemonConnection.CompiledModelExistsMatchingHashWithReply
- ANEDaemonConnection.EchoWithReply
- ANEDaemonConnection.EndRealTimeTaskWithReply
- ANEDaemonConnection.LoadModelNewInstanceOptionsModelInstParamsQosWithReply
- ANEDaemonConnection.LoadModelSandboxExtensionOptionsQosWithReply
- ANEDaemonConnection.PrepareChainingWithModelOptionsChainingReqQosWithReply
- ANEDaemonConnection.PurgeCompiledModelMatchingHashWithReply
- ANEDaemonConnection.PurgeCompiledModelWithReply
- ANEDaemonConnection.UnloadModelOptionsQosWithReply
- [ANEDaemonProtocol.CompileModelSandboxExtensionOptionsQosWithReply]
- [ANEDaemonProtocol.CompiledModelExistsForWithReply]
- [ANEDaemonProtocol.CompiledModelExistsMatchingHashWithReply]
- [ANEDaemonProtocol.LoadModelNewInstanceOptionsModelInstParamsQosWithReply]
- [ANEDaemonProtocol.LoadModelSandboxExtensionOptionsQosWithReply]
- [ANEDaemonProtocol.PrepareChainingWithModelOptionsChainingReqQosWithReply]
- [ANEDaemonProtocol.PurgeCompiledModelMatchingHashWithReply]
- [ANEDaemonProtocol.PurgeCompiledModelWithReply]
- [ANEDaemonProtocol.UnloadModelOptionsQosWithReply]
- [ANEStorageMaintainerProtocol.PurgeDanglingModelsAtWithReply]
Source Files
¶
- ane_buffer.gen.go
- ane_chaining_request.gen.go
- ane_client.gen.go
- ane_clone_helper.gen.go
- ane_compiler_service_protocol_protocol.gen.go
- ane_daemon_connection.gen.go
- ane_daemon_protocol_protocol.gen.go
- ane_data_reporter.gen.go
- ane_device_controller.gen.go
- ane_device_info.gen.go
- ane_errors.gen.go
- ane_hash_encoding.gen.go
- ane_in_memory_model.gen.go
- ane_in_memory_model_descriptor.gen.go
- ane_input_buffers_ready.gen.go
- ane_log.gen.go
- ane_maintenance_protocol_protocol.gen.go
- ane_model.gen.go
- ane_model_instance_parameters.gen.go
- ane_model_token.gen.go
- ane_output_set_enqueue.gen.go
- ane_performance_stats.gen.go
- ane_performance_stats_io_surface.gen.go
- ane_procedure_data.gen.go
- ane_program_for_evaluation.gen.go
- ane_program_io_surfaces_mapper.gen.go
- ane_qo_s_mapper.gen.go
- ane_request.gen.go
- ane_sandboxing_helper.gen.go
- ane_shared_events.gen.go
- ane_shared_signal_event.gen.go
- ane_shared_wait_event.gen.go
- ane_storage_maintainer_protocol_protocol.gen.go
- ane_strings.gen.go
- ane_virtual_client.gen.go
- ane_weight.gen.go
- aneio_surface_object.gen.go
- aneio_surface_output_sets.gen.go
- blocks.gen.go
- cnn_convolution_data_source_protocol.gen.go
- compute_command_encoder_protocol.gen.go
- copying_protocol.gen.go
- doc.gen.go
- et_data_provider_protocol.gen.go
- et_data_source_protocol.gen.go
- et_task_context_protocol.gen.go
- extensions.gen.go
- external_detected_object_protocol.gen.go
- functions.gen.go
- generate.go
- global_vars.gen.go
- graph_viewer_node_property_spi_protocol.gen.go
- secure_coding_protocol.gen.go
- typedefs.gen.go
- types.gen.go
- undefined_types.gen.go
- xpc_listener_delegate_protocol.gen.go