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. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def empty[T](dataType: core.types.DataType[T]): Tensor[T]
  9. def empty[T](implicit arg0: core.types.TF[T]): Tensor[T]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fill[T](dataType: core.types.DataType[T], shape: core.Shape)(value: T): Tensor[T]
  13. def fill[T](shape: core.Shape)(value: T)(implicit arg0: core.types.TF[T]): Tensor[T]
  14. def fromBuffer[T](shape: core.Shape, numBytes: Long, buffer: ByteBuffer)(implicit arg0: core.types.TF[T]): Tensor[T]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  15. def fromNPY[T](file: Path)(implicit arg0: core.types.TF[T]): Tensor[T]
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidDataTypeException]) @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def makeProto[T](value: Tensor[T], shape: core.Shape): TensorProto
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidArgumentException])
  20. def makeProto[T](value: Tensor[T]): TensorProto
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidArgumentException])
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped