About 73,800 results
Open links in new tab
  1. Tensor - Wikipedia

    In mathematics, a tensor is an algebraic object that describes a multilinear relationship between sets of algebraic objects associated with a vector space. Tensors may map between different objects such …

  2. FREE online image generator and model hosting site! | Tensor.Art

    Generate lifelike photography and hyper-realistic scenes. Start generating from any frame and to keep your video flowing seamlessly. Easily modify, enhance, or transform any image. Guide poses, …

  3. Introduction to Tensors | TensorFlow Core

    Aug 15, 2024 · The base tf.Tensor class requires tensors to be "rectangular"---that is, along each axis, every element is the same size. However, there are specialized types of tensors that can handle …

  4. Tensor Definition (Illustrated Mathematics Dictionary)

    Illustrated definition of Tensor: The general idea of a tensor is an array of values: A 0-dimensional tensor is a single value, called...

  5. Tensor - HandWiki

    May 23, 2026 · In mathematics, a tensor is an algebraic object that describes a multilinear relationship between sets of algebraic objects associated with a vector space. Tensors may map between …

  6. Tensor -- from Wolfram MathWorld

    2 days ago · Tensors are generalizations of scalars (that have no indices), vectors (that have exactly one index), and matrices (that have exactly two indices) to an arbitrary number of indices.

  7. Tensors Explained: Scalars, Vectors, Matrices & Math

    Jun 18, 2017 · In coordinates, a tensor is a multi-dimensional, rectangular scheme of numbers: a single number as a scalar, an array as a vector, a matrix as a linear function, a cube as a bilinear algorithm, …

  8. Tensor - MIT

    Oct 21, 2025 · A tensor is a geometric object with indexed components. A tensor can have any number of indices in the up and down positions, and the number of indices determines its rank.

  9. What is Tensor and Tensor Shapes? - GeeksforGeeks

    Jul 23, 2025 · A tensor can be thought of as a multi-dimensional array, similar to a matrix but with an arbitrary number of dimensions. Tensors can hold various data types, including integers, floating …

  10. torch.Tensor — PyTorch main documentation

    Dec 23, 2016 · There are a few main ways to create a tensor, depending on your use case. To create a tensor with pre-existing data, use torch.tensor (). To create a tensor with specific size, use torch.* …