Skip to contents

A AbstractTensor that also holds a reference to the actual tensor data. Used to represent constants captured during tracing. Because it comes from a concrete tensor, it's type is never ambiguous.

Usage

ConcreteTensor(data)

Arguments

data

(AnvilTensor)
The actual tensor data.