load import { load } from "destack"; Load one tensor element from view. Load N contiguous values from source. export declare function load(view: TensorView, coordinate: Coordinate, options?: TensorExecutionOptions | undefined): T language/library/src/tensor/ops.ds:468:472 export function load(source: &'a readonly [T]): Vector language/library/src/math/vector.ds:62:70