tensor

Undocumented in source.
  1. Tensor!(T, Shape, useGradient) tensor(T[] data)
    template tensor(size_t[] Shape, UseGradient useGradient = Yes.gradient)
    Tensor!(T, Shape, useGradient)
    tensor
    (
    T
    )
    (
    T[] data
    )
    if (
    isNumeric!T
    )
  2. Tensor!(DeepElementType!T, Shape, useGradient) tensor(T[] data)

Members

Functions

tensor
Tensor!(T, Shape, useGradient) tensor(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
tensor
Tensor!(DeepElementType!T, Shape, useGradient) tensor(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta