Deep.Net


IDevice

Namespace: SymTensor
Parent Module: ModelContextTypes

Model evaluation device specification.

Instance members

Instance memberDescription
Allocator(arg1)
Signature: NShapeSpecT -> Tensor<'T>
Modifiers: abstract
Type parameters: 'T
Compiler
Signature: IUExprCompiler
Modifiers: abstract

CompiledName: get_Compiler

DefaultFactory
Signature: IUExprCompiler * CompileEnvT
Modifiers: abstract

CompiledName: get_DefaultFactory

DefaultLoc
Signature: ITensorDevice
Modifiers: abstract

CompiledName: get_DefaultLoc

ToDev(arg1)
Signature: Tensor<'T> -> Tensor<'T>
Modifiers: abstract
Type parameters: 'T
ToHost(arg1)
Signature: Tensor<'T> -> Tensor<'T>
Modifiers: abstract
Type parameters: 'T
Fork me on GitHub