final case class NodeExecStats(nodeName: String = "", allStartMicros: Long = 0L, opStartRelMicros: Long = 0L, opEndRelMicros: Long = 0L, allEndRelMicros: Long = 0L, memory: Seq[AllocatorMemoryUsed] = _root_.scala.Seq.empty, output: Seq[NodeOutput] = _root_.scala.Seq.empty, timelineLabel: String = "", scheduledMicros: Long = 0L, threadId: Int = 0, referencedTensor: Seq[AllocationDescription] = _root_.scala.Seq.empty, memoryStats: Option[MemoryStats] = _root_.scala.None, allStartNanos: Long = 0L, opStartRelNanos: Long = 0L, opEndRelNanos: Long = 0L, allEndRelNanos: Long = 0L, scheduledNanos: Long = 0L, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[NodeExecStats] with Product with Serializable
Time/size stats recorded for a single execution of a graph node.
- nodeName
TODO(tucker): Use some more compact form of node identity than the full string name. Either all processes should agree on a global id (cost_id?) for each node, or we should use a hash of the name.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeExecStats
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
NodeExecStats(nodeName: String = "", allStartMicros: Long = 0L, opStartRelMicros: Long = 0L, opEndRelMicros: Long = 0L, allEndRelMicros: Long = 0L, memory: Seq[AllocatorMemoryUsed] = _root_.scala.Seq.empty, output: Seq[NodeOutput] = _root_.scala.Seq.empty, timelineLabel: String = "", scheduledMicros: Long = 0L, threadId: Int = 0, referencedTensor: Seq[AllocationDescription] = _root_.scala.Seq.empty, memoryStats: Option[MemoryStats] = _root_.scala.None, allStartNanos: Long = 0L, opStartRelNanos: Long = 0L, opEndRelNanos: Long = 0L, allEndRelNanos: Long = 0L, scheduledNanos: Long = 0L, unknownFields: UnknownFieldSet = ...)
- nodeName
TODO(tucker): Use some more compact form of node identity than the full string name. Either all processes should agree on a global id (cost_id?) for each node, or we should use a hash of the name.
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
- def addAllMemory(__vs: Iterable[AllocatorMemoryUsed]): NodeExecStats
- def addAllOutput(__vs: Iterable[NodeOutput]): NodeExecStats
- def addAllReferencedTensor(__vs: Iterable[AllocationDescription]): NodeExecStats
- def addMemory(__vs: AllocatorMemoryUsed*): NodeExecStats
- def addOutput(__vs: NodeOutput*): NodeExecStats
- def addReferencedTensor(__vs: AllocationDescription*): NodeExecStats
- val allEndRelMicros: Long
- val allEndRelNanos: Long
- val allStartMicros: Long
- val allStartNanos: Long
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearMemory: NodeExecStats
- def clearMemoryStats: NodeExecStats
- def clearOutput: NodeExecStats
- def clearReferencedTensor: NodeExecStats
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: NodeExecStats.type
- Definition Classes
- NodeExecStats → GeneratedMessage
- def discardUnknownFields: NodeExecStats
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- NodeExecStats → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- NodeExecStats → GeneratedMessage
- def getMemoryStats: MemoryStats
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memory: Seq[AllocatorMemoryUsed]
- val memoryStats: Option[MemoryStats]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeName: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val opEndRelMicros: Long
- val opEndRelNanos: Long
- val opStartRelMicros: Long
- val opStartRelNanos: Long
- val output: Seq[NodeOutput]
- val referencedTensor: Seq[AllocationDescription]
- val scheduledMicros: Long
- val scheduledNanos: Long
-
def
serializedSize: Int
- Definition Classes
- NodeExecStats → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val threadId: Int
- val timelineLabel: String
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- NodeExecStats → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[NodeExecStats, NodeExecStats]) ⇒ Mutation[NodeExecStats]*): NodeExecStats
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAllEndRelMicros(__v: Long): NodeExecStats
- def withAllEndRelNanos(__v: Long): NodeExecStats
- def withAllStartMicros(__v: Long): NodeExecStats
- def withAllStartNanos(__v: Long): NodeExecStats
- def withMemory(__v: Seq[AllocatorMemoryUsed]): NodeExecStats
- def withMemoryStats(__v: MemoryStats): NodeExecStats
- def withNodeName(__v: String): NodeExecStats
- def withOpEndRelMicros(__v: Long): NodeExecStats
- def withOpEndRelNanos(__v: Long): NodeExecStats
- def withOpStartRelMicros(__v: Long): NodeExecStats
- def withOpStartRelNanos(__v: Long): NodeExecStats
- def withOutput(__v: Seq[NodeOutput]): NodeExecStats
- def withReferencedTensor(__v: Seq[AllocationDescription]): NodeExecStats
- def withScheduledMicros(__v: Long): NodeExecStats
- def withScheduledNanos(__v: Long): NodeExecStats
- def withThreadId(__v: Int): NodeExecStats
- def withTimelineLabel(__v: String): NodeExecStats
- def withUnknownFields(__v: UnknownFieldSet): NodeExecStats
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- NodeExecStats → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated