splat import { splat } from "destack"; Build a tensor by repeating value. Broadcast scalar to all lanes. Creates a vector with all lanes set to the same scalar value. export declare function splat(value: T, shape: Shape, options?: TensorOutputOptions | undefined): Tensor language/library/src/tensor/ops.ds:22:26 export declare function splat(value: T): Vector language/library/src/math/vector.ds:23