Deep.Net


ModelContextTypes

Namespace: SymTensor

Nested types and modules

TypeDescription
IDevice

Model evaluation device specification.

Initializer<'T>

function that returns an initialization value for a parameter

ModelBuilder<'T>

A model builder. The type 'T specifies the data type of the model parameters.

ModelInstance<'T>

A model with numeric sizes for all size symbols and allocated parameter storage.

ParameterInfo<'T>

model parameter

ParameterSetT<'T>

A set of symbolic variables forming a set of parameters for a model.

ParameterStorageT<'T>

Actual values for variables in a ParameterSet.

Functions and values

Function or valueDescription
DevHost
Signature: IDevice

Evaluates the model on the host.

Fork me on GitHub