NodeExecStats.Builder

מחלקה סופית סטטית ציבורית NodeExecStats.Builder

 Time/size stats recorded for a single execution of a graph node.
 
tensorflow.NodeExecStats מסוג Protobuf

שיטות ציבוריות

NodeExecStats.Builder
addAllMemory (Iterable<? מרחיב את הערכים של AllocatorMemoryUsed >)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
addAllOutput (Iterable<? מרחיב את NodeOutput > ערכים)
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
addAllReferencedTensor (Iterable<? מרחיב AllocationDescription > ערכים)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
addMemory (int index, AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
addMemory (ערך AllocatorMemoryUsed )
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
addMemory ( AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
addMemory (int index, AllocatorMemoryUsed value)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
AllocatorMemoryUsed.Builder
addMemoryBuilder (int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
AllocatorMemoryUsed.Builder
addMemoryBuilder ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
addOutput (int index, NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
addOutput ( NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
addOutput (int index, NodeOutput ערך)
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
addOutput (ערך NodeOutput )
repeated .tensorflow.NodeOutput output = 7;
NodeOutput.Builder
addOutputBuilder ()
repeated .tensorflow.NodeOutput output = 7;
NodeOutput.Builder
addOutputBuilder (int index)
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
addReferencedTensor (int index, AllocationDescription value)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
addReferencedTensor ( AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
addReferencedTensor (ערך AllocationDescription )
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
addReferencedTensor (int index, AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
AllocationDescription.Builder
addReferencedTensorBuilder ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
AllocationDescription.Builder
addReferencedTensorBuilder (int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
NodeExecStats
NodeExecStats
NodeExecStats.Builder
NodeExecStats.Builder
clearAllEndRelMicros ()
int64 all_end_rel_micros = 5;
NodeExecStats.Builder
clearAllEndRelNanos ()
int64 all_end_rel_nanos = 16;
NodeExecStats.Builder
clearAllStartMicros ()
int64 all_start_micros = 2;
NodeExecStats.Builder
clearAllStartNanos ()
int64 all_start_nanos = 13;
NodeExecStats.Builder
clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)
NodeExecStats.Builder
clearMemory ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
clearMemoryStats ()
.tensorflow.MemoryStats memory_stats = 12;
NodeExecStats.Builder
clearNodeName ()
 TODO(tucker): Use some more compact form of node identity than
 the full string name.
NodeExecStats.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
NodeExecStats.Builder
clearOpEndRelMicros ()
int64 op_end_rel_micros = 4;
NodeExecStats.Builder
clearOpEndRelNanos ()
int64 op_end_rel_nanos = 15;
NodeExecStats.Builder
clearOpStartRelMicros ()
int64 op_start_rel_micros = 3;
NodeExecStats.Builder
clearOpStartRelNanos ()
int64 op_start_rel_nanos = 14;
NodeExecStats.Builder
clearOutput ()
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
clearReferencedTensor ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
clearScheduledMicros ()
int64 scheduled_micros = 9;
NodeExecStats.Builder
clearScheduledNanos ()
int64 scheduled_nanos = 17;
NodeExecStats.Builder
clearThreadId ()
uint32 thread_id = 10;
NodeExecStats.Builder
clearTimelineLabel ()
string timeline_label = 8;
NodeExecStats.Builder
ארוך
getAllEndRelMicros ()
int64 all_end_rel_micros = 5;
ארוך
getAllEndRelNanos ()
int64 all_end_rel_nanos = 16;
ארוך
getAllStartMicros ()
int64 all_start_micros = 2;
ארוך
getAllStartNanos ()
int64 all_start_nanos = 13;
NodeExecStats
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
AllocatorMemoryUsed
getMemory (int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
AllocatorMemoryUsed.Builder
getMemoryBuilder (int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
רשימה< AllocatorMemoryUsed.Builder >
getMemoryBuilderList ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
int
getMemoryCount ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
רשימה< AllocatorMemoryUsed >
getMemoryList ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
AllocatorMemoryUsedOrBuilder
getMemoryOrBuilder (int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
רשימה<? מרחיב את AllocatorMemoryUsedOrBuilder >
getMemoryOrBuilderList ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
סטטיסטיקת זיכרון
getMemoryStats ()
.tensorflow.MemoryStats memory_stats = 12;
MemoryStats.Builder
getMemoryStatsBuilder ()
.tensorflow.MemoryStats memory_stats = 12;
MemoryStatsOrBuilder
getMemoryStatsOrBuilder ()
.tensorflow.MemoryStats memory_stats = 12;
חוּט
getNodeName ()
 TODO(tucker): Use some more compact form of node identity than
 the full string name.
com.google.protobuf.ByteString
getNodeNameBytes ()
 TODO(tucker): Use some more compact form of node identity than
 the full string name.
ארוך
getOpEndRelMicros ()
int64 op_end_rel_micros = 4;
ארוך
getOpEndRelNanos ()
int64 op_end_rel_nanos = 15;
ארוך
getOpStartRelMicros ()
int64 op_start_rel_micros = 3;
ארוך
getOpStartRelNanos ()
int64 op_start_rel_nanos = 14;
NodeOutput
getOutput (אינדקס int)
repeated .tensorflow.NodeOutput output = 7;
NodeOutput.Builder
getOutputBuilder (int index)
repeated .tensorflow.NodeOutput output = 7;
רשימה< NodeOutput.Builder >
getOutputBuilderList ()
repeated .tensorflow.NodeOutput output = 7;
int
getOutputCount ()
repeated .tensorflow.NodeOutput output = 7;
רשימה< NodeOutput >
getOutputList ()
repeated .tensorflow.NodeOutput output = 7;
NodeOutputOrBuilder
getOutputOrBuilder (int index)
repeated .tensorflow.NodeOutput output = 7;
רשימה<? מרחיב את NodeOutputOrBuilder >
getOutputOrBuilderList ()
repeated .tensorflow.NodeOutput output = 7;
תיאור הקצאה
getReferencedTensor (int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
AllocationDescription.Builder
getReferencedTensorBuilder (int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
רשימה< AllocationDescription.Builder >
getReferencedTensorBuilderList ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
int
getReferencedTensorCount ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
רשימה< AllocationDescription >
getReferencedTensorList ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
AllocationDescriptionOrBuilder
getReferencedTensorOrBuilder (int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
רשימה<? מרחיב את AllocationDescriptionOrBuilder >
getReferencedTensorOrBuilderList ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
ארוך
getScheduledMicros ()
int64 scheduled_micros = 9;
ארוך
getScheduledNanos ()
int64 scheduled_nanos = 17;
int
getThreadId ()
uint32 thread_id = 10;
חוּט
getTimelineLabel ()
string timeline_label = 8;
com.google.protobuf.ByteString
getTimelineLabelBytes ()
string timeline_label = 8;
בוליאני
hasMemoryStats ()
.tensorflow.MemoryStats memory_stats = 12;
בוליאנית סופית
NodeExecStats.Builder
mergeFrom (com.google.protobuf.Message אחר)
NodeExecStats.Builder
mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeExecStats.Builder
mergeMemoryStats (ערך MemoryStats )
.tensorflow.MemoryStats memory_stats = 12;
final NodeExecStats.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
NodeExecStats.Builder
removeMemory (int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
removeOutput (int index)
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
removeReferencedTensor (int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
setAllEndRelMicros (ערך ארוך)
int64 all_end_rel_micros = 5;
NodeExecStats.Builder
setAllEndRelNanos (ערך ארוך)
int64 all_end_rel_nanos = 16;
NodeExecStats.Builder
setAllStartMicros (ערך ארוך)
int64 all_start_micros = 2;
NodeExecStats.Builder
setAllStartNanos (ערך ארוך)
int64 all_start_nanos = 13;
NodeExecStats.Builder
setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
NodeExecStats.Builder
setMemory (int index, AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
setMemory (int index, AllocatorMemoryUsed value)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
NodeExecStats.Builder
setMemoryStats ( MemoryStats.Builder builderForValue)
.tensorflow.MemoryStats memory_stats = 12;
NodeExecStats.Builder
setMemoryStats (ערך MemoryStats )
.tensorflow.MemoryStats memory_stats = 12;
NodeExecStats.Builder
setNodeName (ערך מחרוזת)
 TODO(tucker): Use some more compact form of node identity than
 the full string name.
NodeExecStats.Builder
setNodeNameBytes (ערך com.google.protobuf.ByteString)
 TODO(tucker): Use some more compact form of node identity than
 the full string name.
NodeExecStats.Builder
setOpEndRelMicros (ערך ארוך)
int64 op_end_rel_micros = 4;
NodeExecStats.Builder
setOpEndRelNanos (ערך ארוך)
int64 op_end_rel_nanos = 15;
NodeExecStats.Builder
setOpStartRelMicros (ערך ארוך)
int64 op_start_rel_micros = 3;
NodeExecStats.Builder
setOpStartRelNanos (ערך ארוך)
int64 op_start_rel_nanos = 14;
NodeExecStats.Builder
setOutput (int index, NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
setOutput (אינדקס int, ערך NodeOutput )
repeated .tensorflow.NodeOutput output = 7;
NodeExecStats.Builder
setReferencedTensor (int index, AllocationDescription value)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
setReferencedTensor (int index, AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
NodeExecStats.Builder
setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
NodeExecStats.Builder
setScheduledMicros (ערך ארוך)
int64 scheduled_micros = 9;
NodeExecStats.Builder
setScheduledNanos (ערך ארוך)
int64 scheduled_nanos = 17;
NodeExecStats.Builder
setThreadId (ערך int)
uint32 thread_id = 10;
NodeExecStats.Builder
setTimelineLabel (ערך מחרוזת)
string timeline_label = 8;
NodeExecStats.Builder
setTimelineLabelBytes (ערך com.google.protobuf.ByteString)
string timeline_label = 8;
final NodeExecStats.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

public NodeExecStats.Builder addAllMemory (Iterable<? מרחיב את AllocatorMemoryUsed > ערכים)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder addAllOutput (Iterable<? מרחיב את NodeOutput > ערכים)

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder addAllReferencedTensor (Iterable<? מרחיב AllocationDescription > ערכים)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder addMemory (int index, AllocatorMemoryUsed.Builder builderForValue)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder addMemory (ערך AllocatorMemoryUsed )

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder addMemory ( AllocatorMemoryUsed.Builder builderForValue)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder addMemory (int index, AllocatorMemoryUsed value)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public AllocatorMemoryUsed.Builder addMemoryBuilder (int index)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public AllocatorMemoryUsed.Builder addMemoryBuilder ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder addOutput (אינדקס int, NodeOutput.Builder builderForValue)

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder addOutput ( NodeOutput.Builder builderForValue)

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder addOutput (אינדקס int, ערך NodeOutput )

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder addOutput (ערך NodeOutput )

repeated .tensorflow.NodeOutput output = 7;

public NodeOutput.Builder addOutputBuilder ()

repeated .tensorflow.NodeOutput output = 7;

public NodeOutput.Builder addOutputBuilder (אינדקס int)

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder addReferencedTensor (int index, AllocationDescription value)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder addReferencedTensor ( AllocationDescription.Builder builderForValue)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder addReferencedTensor (ערך AllocationDescription )

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder addReferencedTensor (int index, AllocationDescription.Builder builderForValue)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public AllocationDescription.Builder addReferencedTensorBuilder ()

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public AllocationDescription.Builder addReferencedTensorBuilder (int index)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

בניית NodeExecStats ציבורית ()

public NodeExecStats buildPartial ()

public NodeExecStats.Builder clear ()

public NodeExecStats.Builder clearAllEndRelMicros ()

int64 all_end_rel_micros = 5;

public NodeExecStats.Builder clearAllEndRelNanos ()

int64 all_end_rel_nanos = 16;

public NodeExecStats.Builder clearAllStartMicros ()

int64 all_start_micros = 2;

public NodeExecStats.Builder clearAllStartNanos ()

int64 all_start_nanos = 13;

public NodeExecStats.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

public NodeExecStats.Builder clearMemory ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder clearMemoryStats ()

.tensorflow.MemoryStats memory_stats = 12;

public NodeExecStats.Builder clearNodeName ()

 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 NodeExecStats.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public NodeExecStats.Builder clearOpEndRelMicros ()

int64 op_end_rel_micros = 4;

public NodeExecStats.Builder clearOpEndRelNanos ()

int64 op_end_rel_nanos = 15;

public NodeExecStats.Builder clearOpStartRelMicros ()

int64 op_start_rel_micros = 3;

public NodeExecStats.Builder clearOpStartRelNanos ()

int64 op_start_rel_nanos = 14;

public NodeExecStats.Builder clearOutput ()

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder clearReferencedTensor ()

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder clearScheduledMicros ()

int64 scheduled_micros = 9;

public NodeExecStats.Builder clearScheduledNanos ()

int64 scheduled_nanos = 17;

public NodeExecStats.Builder clearThreadId ()

uint32 thread_id = 10;

public NodeExecStats.Builder clearTimelineLabel ()

string timeline_label = 8;

שיבוט NodeExecStats.Builder הציבורי ()

public long getAllEndRelMicros ()

int64 all_end_rel_micros = 5;

public long getAllEndRelNanos ()

int64 all_end_rel_nanos = 16;

public long getAllStartMicros ()

int64 all_start_micros = 2;

public long getAllStartNanos ()

int64 all_start_nanos = 13;

public NodeExecStats getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public AllocatorMemoryUsed getMemory (int index)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public AllocatorMemoryUsed.Builder getMemoryBuilder (int index)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

רשימה ציבורית< AllocatorMemoryUsed.Builder > getMemoryBuilderList ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public int getMemoryCount ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

רשימה ציבורית< AllocatorMemoryUsed > getMemoryList ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public AllocatorMemoryUsedOrBuilder getMemoryOrBuilder (int index)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

רשימה ציבורית<? מרחיב את AllocatorMemoryUsedOrBuilder > getMemoryOrBuilderList ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

Public MemoryStats getMemoryStats ()

.tensorflow.MemoryStats memory_stats = 12;

public MemoryStats.Builder getMemoryStatsBuilder ()

.tensorflow.MemoryStats memory_stats = 12;

Public MemoryStatsOrBuilder getMemoryStatsOrBuilder ()

.tensorflow.MemoryStats memory_stats = 12;

מחרוזת ציבורית 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 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 long getOpEndRelMicros ()

int64 op_end_rel_micros = 4;

public long getOpEndRelNanos ()

int64 op_end_rel_nanos = 15;

Public long getOpStartRelMicros ()

int64 op_start_rel_micros = 3;

public long getOpStartRelNanos ()

int64 op_start_rel_nanos = 14;

public NodeOutput getOutput (אינדקס int)

repeated .tensorflow.NodeOutput output = 7;

public NodeOutput.Builder getOutputBuilder (אינדקס int)

repeated .tensorflow.NodeOutput output = 7;

רשימה ציבורית< NodeOutput.Builder > getOutputBuilderList ()

repeated .tensorflow.NodeOutput output = 7;

public int getOutputCount ()

repeated .tensorflow.NodeOutput output = 7;

רשימה ציבורית< NodeOutput > getOutputList ()

repeated .tensorflow.NodeOutput output = 7;

public NodeOutputOrBuilder getOutputOrBuilder (int index)

repeated .tensorflow.NodeOutput output = 7;

רשימה ציבורית<? מרחיב את NodeOutputOrBuilder > getOutputOrBuilderList ()

repeated .tensorflow.NodeOutput output = 7;

public AllocationDescription getReferencedTensor (int index)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public AllocationDescription.Builder getReferencedTensorBuilder (int index)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

רשימה ציבורית< AllocationDescription.Builder > getReferencedTensorBuilderList ()

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public int getReferencedTensorCount ()

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

רשימה ציבורית< AllocationDescription > getReferencedTensorList ()

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public AllocationDescriptionOrBuilder getReferencedTensorOrBuilder (int index)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

רשימה ציבורית<? מרחיב AllocationDescriptionOrBuilder > getReferencedTensorOrBuilderList ()

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public long getScheduledMicros ()

int64 scheduled_micros = 9;

public long getScheduledNanos ()

int64 scheduled_nanos = 17;

public int getThreadId ()

uint32 thread_id = 10;

מחרוזת ציבורית getTimelineLabel ()

string timeline_label = 8;

public com.google.protobuf.ByteString getTimelineLabelBytes ()

string timeline_label = 8;

hasMemoryStats בוליאני ציבורי ()

.tensorflow.MemoryStats memory_stats = 12;

בוליאני הסופי הציבורי הוא אתחול ()

public NodeExecStats.Builder mergeFrom (com.google.protobuf.Message אחר)

public NodeExecStats.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public NodeExecStats.Builder mergeMemoryStats (ערך MemoryStats )

.tensorflow.MemoryStats memory_stats = 12;

public final NodeExecStats.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public NodeExecStats.Builder removeMemory (int index)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder removeOutput (int index)

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder removeReferencedTensor (int index)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder setAllEndRelMicros (ערך ארוך)

int64 all_end_rel_micros = 5;

public NodeExecStats.Builder setAllEndRelNanos (ערך ארוך)

int64 all_end_rel_nanos = 16;

public NodeExecStats.Builder setAllStartMicros (ערך ארוך)

int64 all_start_micros = 2;

public NodeExecStats.Builder setAllStartNanos (ערך ארוך)

int64 all_start_nanos = 13;

public NodeExecStats.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

public NodeExecStats.Builder setMemory (int index, AllocatorMemoryUsed.Builder builderForValue)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder setMemory (int index, AllocatorMemoryUsed value)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

public NodeExecStats.Builder setMemoryStats ( MemoryStats.Builder builderForValue)

.tensorflow.MemoryStats memory_stats = 12;

public NodeExecStats.Builder setMemoryStats (ערך MemoryStats )

.tensorflow.MemoryStats memory_stats = 12;

public NodeExecStats.Builder setNodeName (ערך מחרוזת)

 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 NodeExecStats.Builder setNodeNameBytes (ערך com.google.protobuf.ByteString)

 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 NodeExecStats.Builder setOpEndRelMicros (ערך ארוך)

int64 op_end_rel_micros = 4;

public NodeExecStats.Builder setOpEndRelNanos (ערך ארוך)

int64 op_end_rel_nanos = 15;

public NodeExecStats.Builder setOpStartRelMicros (ערך ארוך)

int64 op_start_rel_micros = 3;

public NodeExecStats.Builder setOpStartRelNanos (ערך ארוך)

int64 op_start_rel_nanos = 14;

public NodeExecStats.Builder setOutput (אינדקס int, NodeOutput.Builder builderForValue)

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder setOutput (אינדקס int, ערך NodeOutput )

repeated .tensorflow.NodeOutput output = 7;

public NodeExecStats.Builder setReferencedTensor (int index, AllocationDescription value)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder setReferencedTensor (int index, AllocationDescription.Builder builderForValue)

repeated .tensorflow.AllocationDescription referenced_tensor = 11;

public NodeExecStats.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס int, ערך אובייקט)

public NodeExecStats.Builder setScheduledMicros (ערך ארוך)

int64 scheduled_micros = 9;

public NodeExecStats.Builder setScheduledNanos (ערך ארוך)

int64 scheduled_nanos = 17;

public NodeExecStats.Builder setThreadId (ערך int)

uint32 thread_id = 10;

public NodeExecStats.Builder setTimelineLabel (ערך מחרוזת)

string timeline_label = 8;

public NodeExecStats.Builder setTimelineLabelBytes (ערך com.google.protobuf.ByteString)

string timeline_label = 8;

public final NodeExecStats.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)