Known Indirect Subclasses |
Public Methods
abstract long |
getAllEndRelMicros()
int64 all_end_rel_micros = 5;
|
abstract long |
getAllEndRelNanos()
int64 all_end_rel_nanos = 16;
|
abstract long |
getAllStartMicros()
int64 all_start_micros = 2;
|
abstract long |
getAllStartNanos()
int64 all_start_nanos = 13;
|
abstract AllocatorMemoryUsed |
getMemory(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
|
abstract int |
getMemoryCount()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
|
abstract List<AllocatorMemoryUsed> |
getMemoryList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
|
abstract AllocatorMemoryUsedOrBuilder |
getMemoryOrBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
|
abstract List<? extends AllocatorMemoryUsedOrBuilder> |
getMemoryOrBuilderList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
|
abstract MemoryStats |
getMemoryStats()
.tensorflow.MemoryStats memory_stats = 12;
|
abstract MemoryStatsOrBuilder |
getMemoryStatsOrBuilder()
.tensorflow.MemoryStats memory_stats = 12;
|
abstract String |
getNodeName()
TODO(tucker): Use some more compact form of node identity than the full string name. |
abstract com.google.protobuf.ByteString |
getNodeNameBytes()
TODO(tucker): Use some more compact form of node identity than the full string name. |
abstract long |
getOpEndRelMicros()
int64 op_end_rel_micros = 4;
|
abstract long |
getOpEndRelNanos()
int64 op_end_rel_nanos = 15;
|
abstract long |
getOpStartRelMicros()
int64 op_start_rel_micros = 3;
|
abstract long |
getOpStartRelNanos()
int64 op_start_rel_nanos = 14;
|
abstract NodeOutput |
getOutput(int index)
repeated .tensorflow.NodeOutput output = 7;
|
abstract int |
getOutputCount()
repeated .tensorflow.NodeOutput output = 7;
|
abstract List<NodeOutput> |
getOutputList()
repeated .tensorflow.NodeOutput output = 7;
|
abstract NodeOutputOrBuilder |
getOutputOrBuilder(int index)
repeated .tensorflow.NodeOutput output = 7;
|
abstract List<? extends NodeOutputOrBuilder> |
getOutputOrBuilderList()
repeated .tensorflow.NodeOutput output = 7;
|
abstract AllocationDescription |
getReferencedTensor(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
|
abstract int |
getReferencedTensorCount()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
|
abstract List<AllocationDescription> |
getReferencedTensorList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
|
abstract AllocationDescriptionOrBuilder |
getReferencedTensorOrBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
|
abstract List<? extends AllocationDescriptionOrBuilder> |
getReferencedTensorOrBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
|
abstract long |
getScheduledMicros()
int64 scheduled_micros = 9;
|
abstract long |
getScheduledNanos()
int64 scheduled_nanos = 17;
|
abstract int |
getThreadId()
uint32 thread_id = 10;
|
abstract String |
getTimelineLabel()
string timeline_label = 8;
|
abstract com.google.protobuf.ByteString |
getTimelineLabelBytes()
string timeline_label = 8;
|
abstract boolean |
hasMemoryStats()
.tensorflow.MemoryStats memory_stats = 12;
|
Public Methods
public abstract long getAllEndRelMicros ()
int64 all_end_rel_micros = 5;
public abstract long getAllEndRelNanos ()
int64 all_end_rel_nanos = 16;
public abstract long getAllStartMicros ()
int64 all_start_micros = 2;
public abstract long getAllStartNanos ()
int64 all_start_nanos = 13;
public abstract AllocatorMemoryUsed getMemory (int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
public abstract int getMemoryCount ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
public abstract List<AllocatorMemoryUsed> getMemoryList ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
public abstract AllocatorMemoryUsedOrBuilder getMemoryOrBuilder (int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
public abstract List<? extends AllocatorMemoryUsedOrBuilder> getMemoryOrBuilderList ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
public abstract MemoryStatsOrBuilder getMemoryStatsOrBuilder ()
.tensorflow.MemoryStats memory_stats = 12;
public abstract String getNodeName ()
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.
string node_name = 1;
public abstract com.google.protobuf.ByteString getNodeNameBytes ()
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.
string node_name = 1;
public abstract long getOpEndRelMicros ()
int64 op_end_rel_micros = 4;
public abstract long getOpEndRelNanos ()
int64 op_end_rel_nanos = 15;
public abstract long getOpStartRelMicros ()
int64 op_start_rel_micros = 3;
public abstract long getOpStartRelNanos ()
int64 op_start_rel_nanos = 14;
public abstract int getOutputCount ()
repeated .tensorflow.NodeOutput output = 7;
public abstract NodeOutputOrBuilder getOutputOrBuilder (int index)
repeated .tensorflow.NodeOutput output = 7;
public abstract List<? extends NodeOutputOrBuilder> getOutputOrBuilderList ()
repeated .tensorflow.NodeOutput output = 7;
public abstract AllocationDescription getReferencedTensor (int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
public abstract int getReferencedTensorCount ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
public abstract List<AllocationDescription> getReferencedTensorList ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
public abstract AllocationDescriptionOrBuilder getReferencedTensorOrBuilder (int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
public abstract List<? extends AllocationDescriptionOrBuilder> getReferencedTensorOrBuilderList ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
public abstract long getScheduledMicros ()
int64 scheduled_micros = 9;
public abstract long getScheduledNanos ()
int64 scheduled_nanos = 17;
public abstract int getThreadId ()
uint32 thread_id = 10;
public abstract String getTimelineLabel ()
string timeline_label = 8;
public abstract com.google.protobuf.ByteString getTimelineLabelBytes ()
string timeline_label = 8;
public abstract boolean hasMemoryStats ()
.tensorflow.MemoryStats memory_stats = 12;