Tensor Creation Routines# Basic creation routines# maxframe.tensor.ones Return a new tensor of given shape and type, filled with ones. Creation from other data# maxframe.tensor.tensor maxframe.tensor.array Create a tensor. maxframe.tensor.asarray Convert the input to an array. Misc#