GraphOptions.Builder

publiczna statyczna klasa końcowa GraphOptions.Builder

Protobuf typu tensorflow.GraphOptions

Metody publiczne

GraphOptions.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
Opcje wykresu
Opcje wykresu
GraphOptions.Builder
jasne ()
GraphOptions.Builder
wyczyśćBuildCostModel ()
 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
wyczyśćKoszt kompilacjiModelPo ()
 The number of steps to skip before collecting statistics for the
 cost model.
GraphOptions.Builder
wyczyśćWłączBfloat16Sendrecv ()
 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 (pole com.google.protobuf.Descriptors.FieldDescriptor)
GraphOptions.Builder
wyczyśćInferShapes ()
 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
wyczyśćOś czasuKrok ()
 If > 0, record a timeline every this many steps.
GraphOptions.Builder
klon ()
długi
getBuildCostModel ()
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
długi
getBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
Opcje wykresu
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
wartość logiczna
getEnableBfloat16Sendrecv ()
 If true, transfer float values between processes as bfloat16.
wartość logiczna
getEnableRecvScheduling ()
 If true, use control flow to schedule the activation of Recv nodes.
wartość logiczna
pobierzInferShapes ()
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
Opcje Optymalizatora
getOptimizerOptions ()
 Options controlling how graph is optimized.
Opcje optymalizatora. Konstruktor
getOptimizerOptionsBuilder ()
 Options controlling how graph is optimized.
OptymalizatorOpcjeOrBuilder
getOptimizerOptionsOrBuilder ()
 Options controlling how graph is optimized.
wartość logiczna
getPlacePrunedGraph ()
 Only place the subgraphs that are run, rather than the entire graph.
Konfiguracja przepisywania
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.
wew
getTimelineStep ()
 If > 0, record a timeline every this many steps.
wartość logiczna
maOpcje Optymalizatora ()
 Options controlling how graph is optimized.
wartość logiczna
maOpcje przepisywania ()
 Options that control the type and amount of graph rewriting.
końcowa wartość logiczna
GraphOptions.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
GraphOptions.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphOptions.Builder
mergeOptimizerOptions (wartość OptimizerOptions )
 Options controlling how graph is optimized.
GraphOptions.Builder
mergeRewriteOptions (wartość RewriterConfig )
 Options that control the type and amount of graph rewriting.
końcowy GraphOptions.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
GraphOptions.Builder
setBuildCostModel (długa wartość)
 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 (długa wartość)
 The number of steps to skip before collecting statistics for the
 cost model.
GraphOptions.Builder
setEnableBfloat16Sendrecv (wartość logiczna)
 If true, transfer float values between processes as bfloat16.
GraphOptions.Builder
setEnableRecvScheduling (wartość logiczna)
 If true, use control flow to schedule the activation of Recv nodes.
GraphOptions.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
GraphOptions.Builder
setInferShapes (wartość logiczna)
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
GraphOptions.Builder
setOptimizerOptions (wartość OptimizerOptions )
 Options controlling how graph is optimized.
GraphOptions.Builder
setOptimizerOptions ( OptimizerOptions.Builder builderForValue)
 Options controlling how graph is optimized.
GraphOptions.Builder
setPlacePrunedGraph (wartość logiczna)
 Only place the subgraphs that are run, rather than the entire graph.
GraphOptions.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
GraphOptions.Builder
setRewriteOptions ( RewriterConfig.Builder builderForValue)
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
setRewriteOptions (wartość RewriterConfig )
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
setTimelineStep (wartość int)
 If > 0, record a timeline every this many steps.
końcowy GraphOptions.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public GraphOptions.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja GraphOptions ()

public GraphOptions buildPartial ()

public GraphOptions.Builder wyczyść ()

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

public GraphOptions.Builder clearEnableBfloat16Sendrecv ()

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

public 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 (pole com.google.protobuf.Descriptors.FieldDescriptor)

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

public GraphOptions.Builder clearTimelineStep ()

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

publiczny klon GraphOptions.Builder ()

publiczny długi 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;

publiczny długi getBuildCostModelAfter ()

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

public GraphOptions getDefaultInstanceForType ()

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

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

publiczna wartość logiczna getEnableBfloat16Sendrecv ()

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

publiczna wartość logiczna getEnableRecvScheduling ()

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

publiczna wartość logiczna 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;

publiczna wartość logiczna 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;

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

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

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

publiczna wartość logiczna hasOptimizerOptions ()

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

publiczna wartość logiczna maRewriteOptions ()

 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;

publiczna końcowa wartość logiczna isInitialized ()

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

public GraphOptions.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public GraphOptions.Builder mergeOptimizerOptions (wartość OptimizerOptions )

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

public GraphOptions.Builder mergeRewriteOptions (wartość RewriterConfig )

 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;

publiczny końcowy GraphOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public GraphOptions.Builder setBuildCostModel (długa wartość)

 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 (długa wartość)

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

public GraphOptions.Builder setEnableBfloat16Sendrecv (wartość logiczna)

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

public GraphOptions.Builder setEnableRecvScheduling (wartość logiczna)

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

public GraphOptions.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public GraphOptions.Builder setInferShapes (wartość logiczna)

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

public GraphOptions.Builder setOptimizerOptions (wartość OptimizerOptions )

 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 (wartość logiczna)

 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

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 (wartość RewriterConfig )

 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 (wartość int)

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

publiczny końcowy GraphOptions.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)