MTLTensorDescriptor Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Foundation.Register("MTLTensorDescriptor", true)]
public class MTLTensorDescriptor : Foundation.NSObject, Foundation.INSCopying, IDisposable
[Foundation.Register("MTLTensorDescriptor", true)]
[ObjCRuntime.UnsupportedSimulator("ios")]
public class MTLTensorDescriptor : Foundation.NSObject, Foundation.INSCopying, IDisposable
[Foundation.Register("MTLTensorDescriptor", true)]
[ObjCRuntime.UnsupportedSimulator("tvos")]
public class MTLTensorDescriptor : Foundation.NSObject, Foundation.INSCopying, IDisposable
[<Foundation.Register("MTLTensorDescriptor", true)>]
type MTLTensorDescriptor = class
inherit NSObject
interface INSCopying
interface INativeObject
interface IDisposable
[<Foundation.Register("MTLTensorDescriptor", true)>]
[<ObjCRuntime.UnsupportedSimulator("ios")>]
type MTLTensorDescriptor = class
inherit NSObject
interface INSCopying
interface INativeObject
interface IDisposable
[<Foundation.Register("MTLTensorDescriptor", true)>]
[<ObjCRuntime.UnsupportedSimulator("tvos")>]
type MTLTensorDescriptor = class
inherit NSObject
interface INSCopying
interface INativeObject
interface IDisposable
- Ereditarietà
- Attributi
- Implementazioni
Costruttori
| Nome | Descrizione |
|---|---|
| MTLTensorDescriptor() |
Crea un nuovo MTLTensorDescriptor oggetto con valori predefiniti. |
| MTLTensorDescriptor(NativeHandle) |
Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti. Chiamato dal runtime. |
| MTLTensorDescriptor(NSObjectFlag) |
Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e semplicemente allocare l'oggetto. |
Proprietà
| Nome | Descrizione |
|---|---|
| AccessibilityAttributedUserInputLabels | (Ereditato da NSObject) |
| AccessibilityRespondsToUserInteraction | (Ereditato da NSObject) |
| AccessibilityTextualContext | (Ereditato da NSObject) |
| AccessibilityUserInputLabels | (Ereditato da NSObject) |
| Class | (Ereditato da NSObject) |
| ClassHandle |
Handle della classe Objective-C per questa classe. |
| CpuCacheMode | |
| DataType | |
| DebugDescription | (Ereditato da NSObject) |
| Description | (Ereditato da NSObject) |
| Dimensions | |
| ExposedBindings | (Ereditato da NSObject) |
| Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da NSObject) |
| HazardTrackingMode | |
| IsDirectBinding |
Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C. (Ereditato da NSObject) |
| IsProxy | (Ereditato da NSObject) |
| ResourceOptions | |
| RetainCount | (Ereditato da NSObject) |
| Self | (Ereditato da NSObject) |
| StorageMode | |
| Strides | |
| Superclass | (Ereditato da NSObject) |
| SuperHandle |
Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObjectoggetto . (Ereditato da NSObject) |
| Usage | |
| Zone | (Ereditato da NSObject) |