object Metric
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Metric
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class StreamingInstance[R](value: R, update: R, reset: UntypedOp, variables: Set[variables.Variable[Any]]) extends Product with Serializable
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( ... )
-
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
- def matchAxes[P, T](predictions: Output[P], targets: Option[Output[T]] = None, weights: Option[Output[Float]] = None, expectedRankDiff: Int = 0)(implicit arg0: core.types.TF[P], arg1: core.types.TF[T]): (Output[P], Option[Output[T]], Option[Output[Float]])
-
def
maybeExpandTargets(predictions: Output[Long], targets: Output[Long]): Output[Long]
- Annotations
- @throws( ... )
-
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 safeDiv[T](numerator: Output[T], denominator: Output[T], name: String = "SafeDiv")(implicit arg0: core.types.TF[T], arg1: core.types.IsNotQuantized[T]): Output[T]
- def safeScalarDiv[T](numerator: Output[T], denominator: Output[T], name: String = "SafeScalarDiv")(implicit arg0: core.types.TF[T], arg1: core.types.IsNotQuantized[T]): Output[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def variable[T](name: String, shape: core.Shape = null, initializer: Initializer = ZerosInitializer, collections: Set[Key[variables.Variable[Any]]] = Set.empty)(implicit arg0: core.types.TF[T]): variables.Variable[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 METRIC_RESETS extends OpCollectionKey
- object METRIC_UPDATES extends OutputCollectionKey
- object METRIC_VALUES extends OutputCollectionKey
- object METRIC_VARIABLES extends VariableCollectionKey