Packages

object Tensor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tensor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](tensors: Tensor[T]*)(implicit arg0: core.types.TF[T]): Tensor[T]
  5. def apply[T]()(implicit arg0: core.types.TF[T]): Tensor[T]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def empty[T](implicit arg0: core.types.TF[T]): Tensor[T]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def fill[T](dataType: core.types.DataType[T], shape: core.Shape)(value: T): Tensor[T]
  12. def fill[T](shape: core.Shape)(value: T)(implicit arg0: core.types.TF[T]): Tensor[T]
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromBuffer[T](shape: core.Shape, numBytes: Long, buffer: ByteBuffer)(implicit arg0: core.types.TF[T]): Tensor[T]
    Annotations
    @throws( ... )
  15. def fromNPY[T](file: Path)(implicit arg0: core.types.TF[T]): Tensor[T]
    Annotations
    @throws( ... ) @throws( ... )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def makeProto[T](value: Tensor[T], shape: core.Shape): TensorProto
    Annotations
    @throws( ... )
  20. def makeProto[T](value: Tensor[T]): TensorProto
    Annotations
    @throws( ... )
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def oneHot[T, I](indices: Tensor[I], depth: Tensor[Int], onValue: Tensor[T] = null, offValue: Tensor[T] = null, axis: Int = -1)(implicit arg0: core.types.TF[T], arg1: core.types.IsIntOrLongOrUByte[I]): Tensor[T]
  25. def ones[T](dataType: core.types.DataType[T], shape: core.Shape): Tensor[T]
  26. def ones[T](shape: core.Shape)(implicit arg0: core.types.TF[T]): Tensor[T]
  27. def onesLike[T](tensor: Tensor[T], shape: core.Shape = null): Tensor[T]
  28. def rand[T, I](dataType: core.types.DataType[T], shape: Tensor[I], minValue: Tensor[T] = null, maxValue: Tensor[T] = null, seed: Option[Int] = None)(implicit arg0: core.types.IsIntOrLongOrHalfOrFloatOrDouble[T], arg1: core.types.IsIntOrLong[I]): Tensor[T]
  29. def randTruncN[T, I](dataType: core.types.DataType[T], shape: Tensor[I], mean: Tensor[T] = null, standardDeviation: Tensor[T] = null, seed: Option[Int] = None)(implicit arg0: core.types.IsHalfOrFloatOrDouble[T], arg1: core.types.IsIntOrLong[I]): Tensor[T]
  30. def randn[T, I](dataType: core.types.DataType[T], shape: Tensor[I], mean: Tensor[T] = null, standardDeviation: Tensor[T] = null, seed: Option[Int] = None)(implicit arg0: core.types.IsHalfOrFloatOrDouble[T], arg1: core.types.IsIntOrLong[I]): Tensor[T]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def zeros[T](dataType: core.types.DataType[T], shape: core.Shape): Tensor[T]
  37. def zeros[T](shape: core.Shape)(implicit arg0: core.types.TF[T]): Tensor[T]
  38. def zerosLike[T](tensor: Tensor[T], shape: core.Shape = null): Tensor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped