RunMetadata

genel final sınıfı RunMetadata

 Metadata output (i.e., non-Tensor) for a single Run() call.
 
Protobuf türü tensorflow.RunMetadata

İç İçe Sınıflar

sınıf RunMetadata.Builder
 Metadata output (i.e., non-Tensor) for a single Run() call. 
sınıf RunMetadata.FunctionGraphs Protobuf türü tensorflow.RunMetadata.FunctionGraphs
arayüz RunMetadata.FunctionGraphsOrBuilder

Sabitler

int COST_GRAPH_FIELD_NUMBER
int FUNCTION_GRAPHS_FIELD_NUMBER
int PARTITION_GRAPHS_FIELD_NUMBER
int STEP_STATS_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
CostGraphDef
getCostGraph ()
 The cost graph for the computation defined by the run call.
CostGraphDefOrBuilder
getCostGraphOrBuilder ()
 The cost graph for the computation defined by the run call.
statik ÇalıştırmaMeta Verileri
Meta Verileri Çalıştır
final statik com.google.protobuf.Descriptors.Descriptor
RunMetadata.FunctionGraphs
getFunctionGraphs (int dizini)
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
int
getFunctionGraphsCount ()
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
Liste< RunMetadata.FunctionGraphs >
getFunctionGraphsList ()
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
RunMetadata.FunctionGraphsOrBuilder
getFunctionGraphsOrBuilder (int dizini)
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
Liste<? RunMetadata.FunctionGraphsOrBuilder'ı genişletir >
getFunctionGraphsOrBuilderList ()
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
GrafikDef
getPartitionGraphs (int dizini)
 Graphs of the partitions executed by executors.
int
getPartitionGraphsCount ()
 Graphs of the partitions executed by executors.
Liste< GraphDef >
getPartitionGraphsList ()
 Graphs of the partitions executed by executors.
GraphDefOrBuilder
getPartitionGraphsOrBuilder (int dizini)
 Graphs of the partitions executed by executors.
Liste<? GraphDefOrBuilder'ı genişletiyor >
getPartitionGraphsOrBuilderList ()
 Graphs of the partitions executed by executors.
int
Adım İstatistikleri
getStepStats ()
 Statistics traced for this step.
StepStatsOrBuilder
getStepStatsOrBuilder ()
 Statistics traced for this step.
final com.google.protobuf.UnknownFieldSet
boolean
hasCostGraph ()
 The cost graph for the computation defined by the run call.
boolean
hasStepStats ()
 Statistics traced for this step.
int
son boole değeri
statik RunMetadata.Builder
newBuilder ( RunMetadata prototipi)
statik RunMetadata.Builder
RunMetadata.Builder
statik ÇalıştırmaMeta Verileri
parseDelimitedFrom (InputStream girişi)
statik ÇalıştırmaMeta Verileri
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik ÇalıştırmaMeta Verileri
parseFrom (ByteBuffer verileri)
statik ÇalıştırmaMeta Verileri
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik ÇalıştırmaMeta Verileri
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik ÇalıştırmaMeta Verileri
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik ÇalıştırmaMeta Verileri
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik ÇalıştırmaMeta Verileri
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik ÇalıştırmaMeta Verileri
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik ÇalıştırmaMeta Verileri
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
RunMetadata.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int COST_GRAPH_FIELD_NUMBER

Sabit Değer: 2

genel statik final int FUNCTION_GRAPHS_FIELD_NUMBER

Sabit Değer: 4

genel statik final int PARTITION_GRAPHS_FIELD_NUMBER

Sabit Değer: 3

genel statik final int STEP_STATS_FIELD_NUMBER

Sabit Değer: 1

Genel Yöntemler

genel boole eşittir (Object obj)

genel CostGraphDef getCostGraph ()

 The cost graph for the computation defined by the run call.
 
.tensorflow.CostGraphDef cost_graph = 2;

genel CostGraphDefOrBuilder getCostGraphOrBuilder ()

 The cost graph for the computation defined by the run call.
 
.tensorflow.CostGraphDef cost_graph = 2;

genel statik RunMetadata getDefaultInstance ()

public RunMetadata getDefaultInstanceForType ()

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

public RunMetadata.FunctionGraphs getFunctionGraphs (int dizini)

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

public int getFunctionGraphsCount ()

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

genel Liste< RunMetadata.FunctionGraphs > getFunctionGraphsList ()

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

public RunMetadata.FunctionGraphsOrBuilder getFunctionGraphsOrBuilder (int dizini)

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

genel liste<? RunMetadata.FunctionGraphsOrBuilder > getFunctionGraphsOrBuilderList () öğesini genişletir

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

halk getParserForType ()

genel GraphDef getPartitionGraphs (int dizini)

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

public int getPartitionGraphsCount ()

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

genel Liste< GraphDef > getPartitionGraphsList ()

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

genel GraphDefOrBuilder getPartitionGraphsOrBuilder (int dizini)

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

genel liste<? GraphDefOrBuilder'ı genişletir > getPartitionGraphsOrBuilderList ()

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

public int getSerializedSize ()

genel StepStats getStepStats ()

 Statistics traced for this step. Populated if tracing is turned on via the
 "RunOptions" proto.
 EXPERIMENTAL: The format and set of events may change in future versions.
 
.tensorflow.StepStats step_stats = 1;

herkese açık StepStatsOrBuilder getStepStatsOrBuilder ()

 Statistics traced for this step. Populated if tracing is turned on via the
 "RunOptions" proto.
 EXPERIMENTAL: The format and set of events may change in future versions.
 
.tensorflow.StepStats step_stats = 1;

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

genel boolean hasCostGraph ()

 The cost graph for the computation defined by the run call.
 
.tensorflow.CostGraphDef cost_graph = 2;

genel boolean hasStepStats ()

 Statistics traced for this step. Populated if tracing is turned on via the
 "RunOptions" proto.
 EXPERIMENTAL: The format and set of events may change in future versions.
 
.tensorflow.StepStats step_stats = 1;

genel int hashCode ()

genel final boolean isInitialized ()

genel statik RunMetadata.Builder newBuilder ( RunMetadata prototipi)

genel statik RunMetadata.Builder newBuilder ()

public RunMetadata.Builder newBuilderForType ()

genel statik RunMetadata ayrıştırmaDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

genel statik RunMetadata ayrıştırmaDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RunMetadata ayrıştırmaFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik RunMetadata ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RunMetadata ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik RunMetadata ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

genel statik RunMetadata ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik RunMetadata ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

genel statik RunMetadata ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RunMetadata ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel RunMetadata.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası