GraphOptions.Builder

genel statik son sınıf GraphOptions.Builder

Protobuf türü tensorflow.GraphOptions

Genel Yöntemler

GraphOptions.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
GrafikSeçenekleri
GrafikSeçenekleri
GraphOptions.Builder
GraphOptions.Builder
clearBuildCostModel ()
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
GraphOptions.Builder
clearBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
GraphOptions.Builder
clearEnableBfloat16Sendrecv ()
 If true, transfer float values between processes as bfloat16.
GraphOptions.Builder
clearEnableRecvScheduling ()
 If true, use control flow to schedule the activation of Recv nodes.
GraphOptions.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
GraphOptions.Builder
clearInferShapes ()
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
GraphOptions.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
GraphOptions.Builder
clearOptimizerOptions ()
 Options controlling how graph is optimized.
GraphOptions.Builder
clearPlacePrunedGraph ()
 Only place the subgraphs that are run, rather than the entire graph.
GraphOptions.Builder
clearRewriteOptions ()
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
clearTimelineStep ()
 If > 0, record a timeline every this many steps.
GraphOptions.Builder
klon ()
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.
GrafikSeçenekleri
final statik com.google.protobuf.Descriptors.Descriptor
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.
OptimizerOptions.Builder
getOptimizerOptionsBuilder ()
 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.
RewriterConfig.Builder
getRewriteOptionsBuilder ()
 Options that control the type and amount of graph rewriting.
RewriterConfigOrBuilder
getRewriteOptionsOrBuilder ()
 Options that control the type and amount of graph rewriting.
int
getTimelineStep ()
 If > 0, record a timeline every this many steps.
boolean
hasOptimizerOptions ()
 Options controlling how graph is optimized.
boolean
hasRewriteOptions ()
 Options that control the type and amount of graph rewriting.
son boole değeri
GraphOptions.Builder
mergeFrom (com.google.protobuf.Message other)
GraphOptions.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOptions.Builder
mergeOptimizerOptions ( OptimizerOptions değeri)
 Options controlling how graph is optimized.
GraphOptions.Builder
mergeRewriteOptions ( RewriterConfig değeri)
 Options that control the type and amount of graph rewriting.
son GraphOptions.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
GraphOptions.Builder
setBuildCostModel (uzun değer)
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
GraphOptions.Builder
setBuildCostModelAfter (uzun değer)
 The number of steps to skip before collecting statistics for the
 cost model.
GraphOptions.Builder
setEnableBfloat16Sendrecv (boole değeri)
 If true, transfer float values between processes as bfloat16.
GraphOptions.Builder
setEnableRecvScheduling (boole değeri)
 If true, use control flow to schedule the activation of Recv nodes.
GraphOptions.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
GraphOptions.Builder
setInferShapes (boole değeri)
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
GraphOptions.Builder
setOptimizerOptions ( OptimizerOptions değeri)
 Options controlling how graph is optimized.
GraphOptions.Builder
setOptimizerOptions ( OptimizerOptions.Builder builderForValue)
 Options controlling how graph is optimized.
GraphOptions.Builder
setPlacePrunedGraph (boole değeri)
 Only place the subgraphs that are run, rather than the entire graph.
GraphOptions.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
GraphOptions.Builder
setRewriteOptions ( RewriterConfig.Builder builderForValue)
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
setRewriteOptions ( RewriterConfig değeri)
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
setTimelineStep (int değeri)
 If > 0, record a timeline every this many steps.
son GraphOptions.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public GraphOptions.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel GraphOptions yapısı ()

genel GraphOptions buildPartial ()

genel GraphOptions.Builder clear ()

genel GraphOptions.Builder clearBuildCostModel ()

 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;

public GraphOptions.Builder clearBuildCostModelAfter ()

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

genel GraphOptions.Builder clearEnableBfloat16Sendrecv ()

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

genel GraphOptions.Builder clearEnableRecvScheduling ()

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

public GraphOptions.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

genel GraphOptions.Builder clearInferShapes ()

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

public GraphOptions.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public GraphOptions.Builder clearOptimizerOptions ()

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

public GraphOptions.Builder clearPlacePrunedGraph ()

 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;

public GraphOptions.Builder clearRewriteOptions ()

 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 GraphOptions.Builder clearTimelineStep ()

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

genel GraphOptions.Builder klonu ()

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;

genel GraphOptions getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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 OptimizerOptions.Builder getOptimizerOptionsBuilder ()

 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;

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 RewriterConfig.Builder getRewriteOptionsBuilder ()

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

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

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 final boolean isInitialized ()

genel GraphOptions.Builder mergeFrom (com.google.protobuf.Message other)

public GraphOptions.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

public GraphOptions.Builder mergeOptimizerOptions ( OptimizerOptions değeri)

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

public GraphOptions.Builder mergeRewriteOptions ( RewriterConfig değeri)

 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 final GraphOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public GraphOptions.Builder setBuildCostModel (uzun değer)

 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;

public GraphOptions.Builder setBuildCostModelAfter (uzun değer)

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

public GraphOptions.Builder setEnableBfloat16Sendrecv (boole değeri)

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

public GraphOptions.Builder setEnableRecvScheduling (boole değeri)

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

public GraphOptions.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public GraphOptions.Builder setInferShapes (boole değeri)

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

public GraphOptions.Builder setOptimizerOptions ( OptimizerOptions değeri)

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

public GraphOptions.Builder setOptimizerOptions ( OptimizerOptions.Builder builderForValue)

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

public GraphOptions.Builder setPlacePrunedGraph (boole değeri)

 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;

public GraphOptions.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)

public GraphOptions.Builder setRewriteOptions ( RewriterConfig.Builder builderForValue)

 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 GraphOptions.Builder setRewriteOptions ( RewriterConfig değeri)

 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 GraphOptions.Builder setTimelineStep (int değeri)

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

genel final GraphOptions.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)