Show / Hide Table of Contents

    Interface ITensorDevice

    Tensor device.

    Implements
    System.IComparable
    System.IComparable<ITensorDevice>
    System.IEquatable<ITensorDevice>
    Inherited Members
    abstract member System.IComparable.CompareTo: obj -> int
    abstract member System.IComparable.CompareTo: 'T -> int
    abstract member System.IEquatable.Equals: 'T -> bool
    Namespace: Tensor.Backend
    Assembly: Tensor.dll
    Syntax
    interface ITensorDevice

    Properties

    Name Description
    abstract property Id: string
    abstract property Zeroed: bool

    Methods

    Name Description
    abstract member Create: int64 -> ITensorStorage<'T>
    Back to top Generated by DocFX