trait DataFlow extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataFlow
- 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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def dynamicPartition[T](data: Output[T], partitions: Output[Int], numberOfPartitions: Int, name: String = "DynamicPartition")(implicit arg0: core.types.TF[T]): Seq[Output[T]]
-
def
dynamicPartitionGradient[T](op: Op[(Output[T], Output[Int]), Seq[Output[T]]], outputGradient: Seq[Output[T]])(implicit arg0: core.types.TF[T]): (Output[T], Output[Int])
- Attributes
- protected
- def dynamicStitch[T](indices: Seq[Output[Int]], data: Seq[Output[T]], name: String = "DynamicStitch")(implicit arg0: core.types.TF[T]): Output[T]
-
def
dynamicStitchGradient[T](op: Op[(Seq[Output[Int]], Seq[Output[T]]), Output[T]], outputGradient: Output[T])(implicit arg0: core.types.TF[T]): (Seq[Output[Int]], Seq[Output[T]])
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newStack(maxSize: Output[Int], elementType: core.types.DataType[Any], stackName: String = "", name: String = "NewStack"): Output[core.types.Resource]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def stackClose(stackHandle: Output[core.types.Resource], name: String = "StackClose"): Op[Output[core.types.Resource], Unit]
- def stackPop[T](stackHandle: Output[core.types.Resource], elementType: core.types.DataType[T], name: String = "StackPop")(implicit arg0: core.types.TF[T]): Output[T]
- def stackPush[T](stackHandle: Output[core.types.Resource], element: Output[T], swapMemory: Boolean = false, name: String = "StackPush")(implicit arg0: core.types.TF[T]): Output[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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( ... )