XPlane

کلاس نهایی عمومی XPlane

 An XPlane is a container of parallel timelines (XLines), generated by a
 profiling source or by post-processing one or more XPlanes.
 Next ID: 7
 
نوع Protobuf tensorflow.profiler.XPlane

کلاس های تو در تو

کلاس XPlane.Builder
 An XPlane is a container of parallel timelines (XLines), generated by a
 profiling source or by post-processing one or more XPlanes. 

ثابت ها

بین المللی EVENT_METADATA_FIELD_NUMBER
بین المللی ID_FIELD_NUMBER
بین المللی LINES_FIELD_NUMBER
بین المللی NAME_FIELD_NUMBER
بین المللی STATS_FIELD_NUMBER
بین المللی STAT_METADATA_FIELD_NUMBER

روش های عمومی

بولی
حاویEventMetadata (کلید طولانی)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
بولی
حاویStatMetadata (کلید طولانی)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
بولی
برابر است (object obj)
ایکس پلن استاتیک
XPlane
نهایی static com.google.protobuf.Descriptors.Descriptor
Map<Long، XEventMetadata >
getEventMetadata ()
به جای آن از getEventMetadataMap() استفاده کنید.
بین المللی
getEventMetadataCount ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
Map<Long، 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.
طولانی
getId ()
int64 id = 1;
XLine
getLines (شاخص int)
 Parallel timelines grouped in this plane.
بین المللی
getLinesCount ()
 Parallel timelines grouped in this plane.
فهرست < XLine >
getLinesList ()
 Parallel timelines grouped in this plane.
XLineOrBuilder
getLinesOrBuilder (int index)
 Parallel timelines grouped in this plane.
لیست<? XLineOrBuilder را گسترش می دهد >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
رشته
getName ()
 Name of this line.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this line.
بین المللی
Map<Long، XStatMetadata >
getStatMetadata ()
به جای آن از getStatMetadataMap() استفاده کنید.
بین المللی
getStatMetadataCount ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
Map<Long، 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
getStats (شاخص int)
 XStats associated with this plane, e.g.
بین المللی
getStatsCount ()
 XStats associated with this plane, e.g.
فهرست < XStat >
getStatsList ()
 XStats associated with this plane, e.g.
XStatOrBuilder
getStatsOrBuilder (int index)
 XStats associated with this plane, e.g.
لیست<? XStatOrBuilder را گسترش می دهد >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.
com.google.protobuf.UnknownFieldSet نهایی
بین المللی
بولی نهایی
استاتیک XPlane.Builder
استاتیک XPlane.Builder
newBuilder (نمونه اولیه XPlane )
XPlane.Builder
ایکس پلن استاتیک
parseDelimitedFrom (ورودی جریان ورودی)
ایکس پلن استاتیک
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایکس پلن استاتیک
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایکس پلن استاتیک
parseFrom (ورودی com.google.protobuf.CodedInputStream)
ایکس پلن استاتیک
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایکس پلن استاتیک
parseFrom (داده های ByteBuffer)
ایکس پلن استاتیک
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایکس پلن استاتیک
parseFrom (داده های com.google.protobuf.ByteString)
ایکس پلن استاتیک
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایکس پلن استاتیک
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
XPlane.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی EVENT_METADATA_FIELD_NUMBER

ارزش ثابت: 4

ID_FIELD_NUMBER نهایی استاتیک عمومی

ارزش ثابت: 1

نهایی استاتیک عمومی LINES_FIELD_NUMBER

مقدار ثابت: 3

نهایی استاتیک عمومی NAME_FIELD_NUMBER

مقدار ثابت: 2

نهایی استاتیک عمومی STATS_FIELD_NUMBER

مقدار ثابت: 6

نهایی استاتیک عمومی STAT_METADATA_FIELD_NUMBER

ارزش ثابت: 5

روش های عمومی

بولین عمومی حاوی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;

بولین عمومی برابر است (Object Obj)

عمومی استاتیک XPlane getDefaultInstance ()

عمومی XPlane getDefaultInstanceForType ()

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

نقشه عمومی<Long، XEventMetadata > getEventMetadata ()

به جای آن از getEventMetadataMap() استفاده کنید.

public 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 )

 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;

دریافت شناسه عمومی طولانی ()

int64 id = 1;

عمومی XLine getLines (int index)

 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 index)

 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 ()

string name = 2;

 Name of this line.
 
= 2;

عمومی com.google.protobuf.ByteString getNameBytes ()

 Name of this line.
 
string name = 2;

عمومی getParserForType ()

عمومی int getSerializedSize ()

نقشه عمومی<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 index)

 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 index)

 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;

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک XPlane.Builder newBuilder ()

عمومی استاتیک XPlane.Builder newBuilder (نمونه اولیه XPlane )

عمومی XPlane.Builder newBuilderForType ()

عمومی استاتیک XPlane parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک XPlane parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک XPlane parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک XPlane parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک XPlane parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک XPlane parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک XPlane parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک XPlane parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک XPlane parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک XPlane parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی XPlane.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException