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. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asUntyped: UntypedOp
  6. def booleanArrayAttribute(name: String): Array[Boolean]
    Annotations
    @throws( ... )
  7. def booleanAttribute(name: String): Boolean
    Annotations
    @throws( ... )
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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( ... )
  13. def dataTypeAttribute(name: String): core.types.DataType[Any]
    Annotations
    @throws( ... )
  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 finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def floatArrayAttribute(name: String): Array[Float]
    Annotations
    @throws( ... )
  19. def floatAttribute(name: String): Float
    Annotations
    @throws( ... )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val graph: core.Graph
  22. def hasGradient: Boolean
  23. def hashCode(): Int
    Definition Classes
    Op → AnyRef → Any
  24. def input: I
  25. def inputsSeq: Seq[Output[Any]]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def longArrayAttribute(name: String): Array[Long]
    Annotations
    @throws( ... )
  28. def longAttribute(name: String): Long
    Annotations
    @throws( ... )
  29. lazy val name: String
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def numControlInputs: Int
  34. def numControlOutputs: Int
  35. def numInputs: Int
  36. def numOutputs: Int
  37. lazy val opType: String
  38. def output: O
  39. def outputsSeq: Seq[Output[Any]]
  40. 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
  41. def shapeAttribute(name: String): core.Shape
    Annotations
    @throws( ... )
  42. def stringArrayAttribute(name: String): Array[String]
    Annotations
    @throws( ... )
  43. def stringAttribute(name: String): String
    Annotations
    @throws( ... )
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def tensorAttribute[T](name: String): tensors.Tensor[T]
    Annotations
    @throws( ... )
  46. def toNodeDef: NodeDef
  47. def toOpDef: OpDef
  48. def toString(): String
    Definition Classes
    Op → AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped