XPlaneOrBuilder

الواجهة العامة XPlaneOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

منطقية مجردة
يحتوي علىEventMetadata (مفتاح طويل)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
منطقية مجردة
يحتوي علىStatMetadata (مفتاح طويل)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
خريطة مجردة<طويلة، XEventMetadata >
GetEventMetadata ()
استخدم getEventMetadataMap() بدلاً من ذلك.
كثافة العمليات مجردة
getEventMetadataCount ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
خريطة مجردة<طويلة، XEventMetadata >
getEventMetadataMap ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
مجردة XEventMetadata
getEventMetadataOrDefault (المفتاح الطويل، XEventMetadata defaultValue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
مجردة XEventMetadata
getEventMetadataOrThrow (المفتاح الطويل)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
مجردة طويلة
معرف الحصول ()
int64 id = 1;
مجردة XLine
الحصول على خطوط (فهرس كثافة العمليات)
 Parallel timelines grouped in this plane.
كثافة العمليات مجردة
الحصول على خطوطكونت ()
 Parallel timelines grouped in this plane.
قائمة مجردة< Xline >
قائمة الحصول على الخطوط ()
 Parallel timelines grouped in this plane.
مجردة XLineOrBuilder
getLinesOrBuilder (فهرس كثافة العمليات)
 Parallel timelines grouped in this plane.
قائمة مجردة <؟ يمتد XLineOrBuilder >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
سلسلة مجردة
الحصول على الاسم ()
 Name of this line.
مجردة com.google.protobuf.ByteString
خريطة مجردة<طويلة، XStatMetadata >
GetStatMetadata ()
استخدم getStatMetadataMap() بدلاً من ذلك.
كثافة العمليات مجردة
جيستاتميتاداتاكونت ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
خريطة مجردة<طويلة، XStatMetadata >
GetStatMetadataMap ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
مجردة XStatMetadata
getStatMetadataOrDefault (المفتاح الطويل، XStatMetadata defaultValue)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
مجردة XStatMetadata
getStatMetadataOrThrow (المفتاح الطويل)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStat مجردة
الحصول على الإحصائيات (فهرس كثافة العمليات)
 XStats associated with this plane, e.g.
كثافة العمليات مجردة
الحصول على الإحصائيات ()
 XStats associated with this plane, e.g.
قائمة مجردة< XStat >
قائمة الإحصائيات ()
 XStats associated with this plane, e.g.
مجردة XStatOrBuilder
getStatsOrBuilder (فهرس كثافة العمليات)
 XStats associated with this plane, e.g.
قائمة مجردة <؟ يمتد XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.

الأساليب العامة

يحتوي الملخص المنطقي العام على EventMetadata (مفتاح طويل)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

يحتوي الملخص المنطقي العام على StatMetadata (مفتاح طويل)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

خريطة مجردة عامة <Long، XEventMetadata > getEventMetadata ()

استخدم getEventMetadataMap() بدلاً من ذلك.

الملخص العام int getEventMetadataCount ()

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

خريطة مجردة عامة <Long، XEventMetadata > getEventMetadataMap ()

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

الملخص العام XEventMetadata getEventMetadataOrDefault (مفتاح طويل، XEventMetadata defaultValue)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

الملخص العام XEventMetadata getEventMetadataOrThrow (المفتاح الطويل)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

getId الملخص العام الطويل ()

int64 id = 1;

الملخص العام لـ Xline getLines (مؤشر int)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

الملخص العام int getLinesCount ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

قائمة مجردة عامة< XLine > getLinesList ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

الملخص العام XLineOrBuilder getLinesOrBuilder (مؤشر int)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

قائمة الملخصات العامة<؟ يمتد XLineOrBuilder > getLinesOrBuilderList ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

سلسلة getName () مجردة عامة

 Name of this line.
 
string name = 2;

الملخص العام com.google.protobuf.ByteString getNameBytes ()

 Name of this line.
 
string name = 2;

خريطة مجردة عامة <Long، XStatMetadata > getStatMetadata ()

استخدم getStatMetadataMap() بدلاً من ذلك.

الملخص العام int getStatMetadataCount ()

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

خريطة مجردة عامة<Long, XStatMetadata > getStatMetadataMap ()

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

الملخص العام XStatMetadata getStatMetadataOrDefault (مفتاح طويل، XStatMetadata defaultValue)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

الملخص العام XStatMetadata getStatMetadataOrThrow (مفتاح طويل)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

الملخص العام XStat getStats (مؤشر int)

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

الملخص العام int getStatsCount ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

قائمة مجردة عامة< XStat > getStatsList ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

الملخص العام XStatOrBuilder getStatsOrBuilder (مؤشر int)

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

قائمة الملخصات العامة<؟ يمتد XStatOrBuilder > getStatsOrBuilderList ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;