Backend Type

Represents a backend for DiffSharp tensors

Union cases

Union case Description

Other(name, code)

Full Usage: Other(name, code)

Parameters:
    name : string
    code : int

Reserved for future use

name : string
code : int

Reference

Full Usage: Reference

The reference backend

Torch

Full Usage: Torch

The LibTorch backend

Instance members

Instance member Description

this.Name

Full Usage: this.Name

Returns: string

Get the name of the backend

Returns: string

© Copyright 2021, DiffSharp Contributors.