Packages

final class Op[I, O] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Op
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asUntyped: UntypedOp
  6. def booleanArrayAttribute(name: String): Array[Boolean]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  7. def booleanAttribute(name: String): Boolean
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def colocationOps: Set[UntypedOp]
  10. def controlInputs: Set[UntypedOp]
  11. def controlOutputs: Set[UntypedOp]
  12. def dataTypeArrayAttribute(name: String): Array[core.types.DataType[Any]]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  13. def dataTypeAttribute(name: String): core.types.DataType[Any]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  14. def device: String
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(that: Any): Boolean
    Definition Classes
    Op → AnyRef → Any
  17. def floatArrayAttribute(name: String): Array[Float]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  18. def floatAttribute(name: String): Float
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val graph: core.Graph
  21. def hasGradient: Boolean
  22. def hashCode(): Int
    Definition Classes
    Op → AnyRef → Any
  23. def input: I
  24. def inputsSeq: Seq[Output[Any]]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def longArrayAttribute(name: String): Array[Long]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  27. def longAttribute(name: String): Long
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  28. lazy val name: String
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def numControlInputs: Int
  33. def numControlOutputs: Int
  34. def numInputs: Int
  35. def numOutputs: Int
  36. lazy val opType: String
  37. def output: O
  38. def outputsSeq: Seq[Output[Any]]
  39. def setGradient[GI >: I, GO >: O](gradientFn: GradientFn[I, O, GI, GO])(implicit arg0: OpInput[GI], arg1: OpOutput[GO], evGI: OpInput[GI], evGO: OpOutput[GO]): Unit
  40. def shapeAttribute(name: String): core.Shape
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  41. def stringArrayAttribute(name: String): Array[String]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  42. def stringAttribute(name: String): String
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def tensorAttribute[T](name: String): tensors.Tensor[T]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  45. def toNodeDef: NodeDef
  46. def toOpDef: OpDef
  47. def toString(): String
    Definition Classes
    Op → AnyRef → Any
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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