object Gradients
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Gradients
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait AggregationMethod extends AnyRef
- sealed trait GatingMethod extends AnyRef
- type GradientFn[I, O, GI >: I, GO >: O] = (Op[I, O], GO) ⇒ GI
- type UntypedGradientFn = (Op[Seq[OutputLike[Any]], Seq[OutputLike[Any]]], Seq[OutputLike[Any]]) ⇒ Seq[OutputLike[Any]]
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
ccGradients[T, O](y: Array[Output[O]], x: Array[Output[T]], dy: Array[Output[T]] = null)(implicit arg0: core.types.TF[T]): Array[Output[T]]
- Annotations
- @throws( ... )
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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 gradients[T, I](ys: Seq[Output[Any]], xs: Seq[Output[I]], dataType: core.types.DataType[T], dys: Seq[OutputLike[T]] = null, gateGradients: Boolean = false, aggregationMethod: AggregationMethod = AddAggregationMethod, colocateGradientsWithOps: Boolean = false, name: String = "Gradients")(implicit arg0: core.types.TF[T], arg1: AnyDefault[I]): Seq[OutputLike[T]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unaryHelper[T, OL[A] <: OutputLike[A], GO[A] >: OL[A]](output: Output[T], outputGradient: OL[T], opType: String, name: String, gradientFn: Option[GradientFn[(Output[T], OL[T]), Output[T], (Output[T], GO[T]), Output[T]]] = None)(implicit arg0: core.types.TF[T]): OL[T]
-
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( ... )
- object AccumulateAggregationMethod extends AggregationMethod
- object AddAggregationMethod extends AggregationMethod
- object GraphGating extends GatingMethod
- object NoGating extends GatingMethod
- object OpGating extends GatingMethod