final class Op[I, O] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Op
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asUntyped: UntypedOp
-
def
booleanArrayAttribute(name: String): Array[Boolean]
- Annotations
- @throws( ... )
-
def
booleanAttribute(name: String): Boolean
- Annotations
- @throws( ... )
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def colocationOps: Set[UntypedOp]
- def controlInputs: Set[UntypedOp]
- def controlOutputs: Set[UntypedOp]
-
def
dataTypeArrayAttribute(name: String): Array[core.types.DataType[Any]]
- Annotations
- @throws( ... )
-
def
dataTypeAttribute(name: String): core.types.DataType[Any]
- Annotations
- @throws( ... )
- def device: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Op → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
floatArrayAttribute(name: String): Array[Float]
- Annotations
- @throws( ... )
-
def
floatAttribute(name: String): Float
- Annotations
- @throws( ... )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val graph: core.Graph
- def hasGradient: Boolean
-
def
hashCode(): Int
- Definition Classes
- Op → AnyRef → Any
- def input: I
- def inputsSeq: Seq[Output[Any]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
longArrayAttribute(name: String): Array[Long]
- Annotations
- @throws( ... )
-
def
longAttribute(name: String): Long
- Annotations
- @throws( ... )
- lazy val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def numControlInputs: Int
- def numControlOutputs: Int
- def numInputs: Int
- def numOutputs: Int
- lazy val opType: String
- def output: O
- def outputsSeq: Seq[Output[Any]]
- 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
-
def
shapeAttribute(name: String): core.Shape
- Annotations
- @throws( ... )
-
def
stringArrayAttribute(name: String): Array[String]
- Annotations
- @throws( ... )
-
def
stringAttribute(name: String): String
- Annotations
- @throws( ... )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tensorAttribute[T](name: String): tensors.Tensor[T]
- Annotations
- @throws( ... )
- def toNodeDef: NodeDef
- def toOpDef: OpDef
-
def
toString(): String
- Definition Classes
- Op → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )