object Summary extends Summary
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Summary
- Summary
- 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
audio(name: String, tensor: Output[Float], samplingRate: Output[Float], maxOutputs: Int = 3, collections: Set[Key[Output[Any]]] = Set(Graph.Keys.SUMMARIES), family: String = null): Output[String]
- Definition Classes
- Summary
-
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()
-
def
histogram[T](name: String, values: Output[T], collections: Set[Key[Output[Any]]] = Set(Graph.Keys.SUMMARIES), family: String = null)(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Output[String]
- Definition Classes
- Summary
-
def
image[T](name: String, tensor: Output[T], badColor: tensors.Tensor[core.types.UByte] = ..., maxOutputs: Int = 3, collections: Set[Key[Output[Any]]] = Set(Graph.Keys.SUMMARIES), family: String = null)(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Output[String]
- Definition Classes
- Summary
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(summaries: Set[Output[String]], collections: Set[Key[Output[Any]]] = Set.empty, name: String = "MergeSummaries"): Output[String]
- Definition Classes
- Summary
-
def
mergeAll(key: Key[Output[Any]] = Graph.Keys.SUMMARIES, name: String = "MergeAllSummaries"): Option[Output[String]]
- Definition Classes
- Summary
-
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
scalar[T](name: String, value: Output[T], collections: Set[Key[Output[Any]]] = Set(Graph.Keys.SUMMARIES), family: String = null)(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Output[String]
- Definition Classes
- Summary
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tensor[T](name: String, tensor: Output[T], collections: Set[Key[Output[Any]]] = Set(Graph.Keys.SUMMARIES), family: String = null)(implicit arg0: core.types.TF[T]): Output[String]
- Definition Classes
- Summary
-
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( ... )