Initializes a tensor filled with one number.
The number to fill the elements with
The size
const result = Chalkboard.tens.fill(1, 2, 2, 2); // Returns a 2-by-2-by-2 tensor of ones Copy
const result = Chalkboard.tens.fill(1, 2, 2, 2); // Returns a 2-by-2-by-2 tensor of ones
Initializes a tensor filled with one number.