NodeExecStatsOrBuilder

อินเทอร์เฟซสาธารณะ NodeExecStatsOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

ยาวเป็นนามธรรม
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;
นามธรรม AllocatorMemoryUsed
getMemory (ดัชนี int)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
บทคัดย่อ
getMemoryCount ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
รายการนามธรรม < AllocatorMemoryUsed >
รับรายการหน่วยความจำ ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
นามธรรม AllocatorMemoryUsedOrBuilder
getMemoryOrBuilder (ดัชนี int)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
รายการนามธรรม<? ขยาย AllocatorMemoryUsedOrBuilder >
getMemoryOrBuilderList ()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;
MemoryStats แบบนามธรรม
รับ MemoryStats ()
.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;
บทคัดย่อ
getOutputCount ()
repeated .tensorflow.NodeOutput output = 7;
รายการนามธรรม < NodeOutput >
getOutputList ()
repeated .tensorflow.NodeOutput output = 7;
NodeOutputOrBuilder แบบนามธรรม
getOutputOrBuilder (ดัชนี int)
repeated .tensorflow.NodeOutput output = 7;
รายการนามธรรม<? ขยาย NodeOutputOrBuilder >
getOutputOrBuilderList ()
repeated .tensorflow.NodeOutput output = 7;
คำอธิบาย การจัดสรรนามธรรม
getReferencedTensor (ดัชนี int)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
บทคัดย่อ
รับการอ้างอิง TensorCount ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
รายการนามธรรม < คำอธิบายการจัดสรร >
รับการอ้างอิง TensorList ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
นามธรรม AllocationDescriptionOrBuilder
getReferencedTensorOrBuilder (ดัชนี int)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
รายการนามธรรม<? ขยาย AllocationDescriptionOrBuilder >
getReferencedTensorOrBuilderList ()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;
ยาวเป็นนามธรรม
getScheduledMicros ()
int64 scheduled_micros = 9;
ยาวเป็นนามธรรม
getScheduledNanos ()
int64 scheduled_nanos = 17;
บทคัดย่อ
getThreadId ()
uint32 thread_id = 10;
สตริงที่เป็นนามธรรม
รับTimelineLabel ()
string timeline_label = 8;
นามธรรม com.google.protobuf.ByteString
รับTimelineLabelBytes ()
string timeline_label = 8;
บูลีนนามธรรม
มี MemoryStats ()
.tensorflow.MemoryStats memory_stats = 12;

วิธีการสาธารณะ

นามธรรมสาธารณะ 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;

บทคัดย่อสาธารณะ AllocatorMemoryUsed getMemory (ดัชนี int)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

นามธรรมสาธารณะ int getMemoryCount ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

รายการนามธรรมสาธารณะ < AllocatorMemoryUsed > getMemoryList ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

นามธรรมสาธารณะ AllocatorMemoryUsedOrBuilder getMemoryOrBuilder (ดัชนี int)

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

รายการนามธรรมสาธารณะ<? ขยาย AllocatorMemoryUsedOrBuilder > getMemoryOrBuilderList ()

repeated .tensorflow.AllocatorMemoryUsed memory = 6;

MemoryStats นามธรรมสาธารณะ getMemoryStats ()

.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.  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;

นามธรรมสาธารณะ 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;

นามธรรมสาธารณะ 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;

บทคัดย่อสาธารณะ int getOutputCount ()

repeated .tensorflow.NodeOutput output = 7;

รายการนามธรรมสาธารณะ < NodeOutput > getOutputList ()

repeated .tensorflow.NodeOutput output = 7;

นามธรรมสาธารณะ NodeOutputOrBuilder getOutputOrBuilder (ดัชนี int)

repeated .tensorflow.NodeOutput output = 7;

รายการนามธรรมสาธารณะ<? ขยาย NodeOutputOrBuilder > getOutputOrBuilderList ()

repeated .tensorflow.NodeOutput output = 7;

AllocationDescription นามธรรมสาธารณะ getReferencedTensor (ดัชนี int)

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)

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;