GraphOptions

genel final sınıfı GraphOptions

Protobuf türü tensorflow.GraphOptions

İç İçe Sınıflar

sınıf GraphOptions.Builder Protobuf türü tensorflow.GraphOptions

Sabitler

int BUILD_COST_MODEL_AFTER_FIELD_NUMBER
int BUILD_COST_MODEL_FIELD_NUMBER
int ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER
int ENABLE_RECV_SCHEDULING_FIELD_NUMBER
int INFER_SHAPES_FIELD_NUMBER
int OPTIMIZER_OPTIONS_FIELD_NUMBER
int PLACE_PRUNED_GRAPH_FIELD_NUMBER
int REWRITE_OPTIONS_FIELD_NUMBER
int TIMELINE_STEP_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
uzun
getBuildCostModel ()
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
uzun
getBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
Statik GrafikSeçenekleri
GrafikSeçenekleri
final statik com.google.protobuf.Descriptors.Descriptor
boolean
getEnableBfloat16Sendrecv ()
 If true, transfer float values between processes as bfloat16.
boolean
getEnableRecvScheduling ()
 If true, use control flow to schedule the activation of Recv nodes.
boolean
getInferShapes ()
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
Optimize Edici Seçenekleri
getOptimizerOptions ()
 Options controlling how graph is optimized.
OptimizerOptionsOrBuilder
getOptimizerOptionsOrBuilder ()
 Options controlling how graph is optimized.
boolean
getPlacePrunedGraph ()
 Only place the subgraphs that are run, rather than the entire graph.
Yeniden Yazar Yapılandırması
getRewriteOptions ()
 Options that control the type and amount of graph rewriting.
RewriterConfigOrBuilder
getRewriteOptionsOrBuilder ()
 Options that control the type and amount of graph rewriting.
int
int
getTimelineStep ()
 If > 0, record a timeline every this many steps.
final com.google.protobuf.UnknownFieldSet
boolean
hasOptimizerOptions ()
 Options controlling how graph is optimized.
boolean
hasRewriteOptions ()
 Options that control the type and amount of graph rewriting.
int
son boole değeri
statik GraphOptions.Builder
statik GraphOptions.Builder
newBuilder ( GraphOptions prototipi)
GraphOptions.Builder
Statik GrafikSeçenekleri
parseDelimitedFrom (InputStream girişi)
Statik GrafikSeçenekleri
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik GrafikSeçenekleri
parseFrom (ByteBuffer verileri)
Statik GrafikSeçenekleri
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik GrafikSeçenekleri
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik GrafikSeçenekleri
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Statik GrafikSeçenekleri
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik GrafikSeçenekleri
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Statik GrafikSeçenekleri
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik GrafikSeçenekleri
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
GraphOptions.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int BUILD_COST_MODEL_AFTER_FIELD_NUMBER

Sabit Değer: 9

genel statik final int BUILD_COST_MODEL_FIELD_NUMBER

Sabit Değer: 4

genel statik final int ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER

Sabit Değer: 7

genel statik final int ENABLE_RECV_SCHEDULING_FIELD_NUMBER

Sabit Değer: 2

genel statik final int INFER_SHAPES_FIELD_NUMBER

Sabit Değer: 5

genel statik final int OPTIMIZER_OPTIONS_FIELD_NUMBER

Sabit Değer: 3

genel statik final int PLACE_PRUNED_GRAPH_FIELD_NUMBER

Sabit Değer: 6

genel statik final int REWRITE_OPTIONS_FIELD_NUMBER

Sabit Değer: 10

genel statik final int TIMELINE_STEP_FIELD_NUMBER

Sabit Değer: 8

Genel Yöntemler

genel boole eşittir (Object obj)

genel uzun getBuildCostModel ()

 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph. 0 means
 no cost model.
 
int64 build_cost_model = 4;

genel uzun getBuildCostModelAfter ()

 The number of steps to skip before collecting statistics for the
 cost model.
 
int64 build_cost_model_after = 9;

public static GraphOptions getDefaultInstance ()

genel GraphOptions getDefaultInstanceForType ()

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

genel boolean getEnableBfloat16Sendrecv ()

 If true, transfer float values between processes as bfloat16.
 
bool enable_bfloat16_sendrecv = 7;

genel boolean getEnableRecvScheduling ()

 If true, use control flow to schedule the activation of Recv nodes.
 (Currently ignored.)
 
bool enable_recv_scheduling = 2;

genel boolean getInferShapes ()

 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
 
bool infer_shapes = 5;

public OptimizerOptions getOptimizerOptions ()

 Options controlling how graph is optimized.
 
.tensorflow.OptimizerOptions optimizer_options = 3;

public OptimizerOptionsOrBuilder getOptimizerOptionsOrBuilder ()

 Options controlling how graph is optimized.
 
.tensorflow.OptimizerOptions optimizer_options = 3;

halk getParserForType ()

genel boolean getPlacePrunedGraph ()

 Only place the subgraphs that are run, rather than the entire graph.
 This is useful for interactive graph building, where one might
 produce graphs that cannot be placed during the debugging
 process.  In particular, it allows the client to continue work in
 a session after adding a node to a graph whose placement
 constraints are unsatisfiable.
 
bool place_pruned_graph = 6;

genel RewriterConfig getRewriteOptions ()

 Options that control the type and amount of graph rewriting.
 Not currently configurable via the public Python API (i.e. there is no API
 stability guarantee if you import RewriterConfig explicitly).
 
.tensorflow.RewriterConfig rewrite_options = 10;

genel RewriterConfigOrBuilder getRewriteOptionsOrBuilder ()

 Options that control the type and amount of graph rewriting.
 Not currently configurable via the public Python API (i.e. there is no API
 stability guarantee if you import RewriterConfig explicitly).
 
.tensorflow.RewriterConfig rewrite_options = 10;

public int getSerializedSize ()

public int getTimelineStep ()

 If > 0, record a timeline every this many steps.
 EXPERIMENTAL: This currently has no effect in MasterSession.
 
int32 timeline_step = 8;

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

genel boolean hasOptimizerOptions ()

 Options controlling how graph is optimized.
 
.tensorflow.OptimizerOptions optimizer_options = 3;

genel boolean hasRewriteOptions ()

 Options that control the type and amount of graph rewriting.
 Not currently configurable via the public Python API (i.e. there is no API
 stability guarantee if you import RewriterConfig explicitly).
 
.tensorflow.RewriterConfig rewrite_options = 10;

genel int hashCode ()

genel final boolean isInitialized ()

genel statik GraphOptions.Builder newBuilder ()

public static GraphOptions.Builder newBuilder ( GraphOptions prototipi)

public GraphOptions.Builder newBuilderForType ()

public static GraphOptions ayrıştırmaDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

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

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

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

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

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

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

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

Atar
Geçersiz ProtokolBufferException

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

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

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

genel GraphOptions.Builder toBuilder ()

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

Atar
IO İstisnası