classe finale statica pubblica GraphOptions.Builder
Tipo di protocollo tensorflow.GraphOptions
Metodi pubblici
GraphOptions.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
OpzioniGrafico | costruire () |
OpzioniGrafico | buildPartial () |
GraphOptions.Builder | chiaro () |
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 (campo com.google.protobuf.Descriptors.FieldDescriptor) |
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 | clone () |
lungo | getBuildCostModel () The number of steps to run before returning a cost model detailing the memory usage and performance of each node of the graph. |
lungo | getBuildCostModelAfter () The number of steps to skip before collecting statistics for the cost model. |
OpzioniGrafico | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
booleano | getEnableBfloat16Sendrecv () If true, transfer float values between processes as bfloat16. |
booleano | getEnableRecvScheduling () If true, use control flow to schedule the activation of Recv nodes. |
booleano | getInferShapes () Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
Opzioni dell'ottimizzatore | getOptimizerOptions () Options controlling how graph is optimized. |
OptimizerOptions.Builder | getOptimizerOptionsBuilder () Options controlling how graph is optimized. |
OptimizerOptionsOrBuilder | getOptimizerOptionsOrBuilder () Options controlling how graph is optimized. |
booleano | getPlacePrunedGraph () Only place the subgraphs that are run, rather than the entire graph. |
RewriterConfig | 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. |
booleano | hasOptimizerOptions () Options controlling how graph is optimized. |
booleano | hasRewriteOptions () Options that control the type and amount of graph rewriting. |
booleano finale | |
GraphOptions.Builder | mergeFrom (com.google.protobuf.Message altro) |
GraphOptions.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
GraphOptions.Builder | |
GraphOptions.Builder | mergeRewriteOptions (valore RewriterConfig ) Options that control the type and amount of graph rewriting. |
finale GraphOptions.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
GraphOptions.Builder | setBuildCostModel (valore lungo) 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 (valore lungo) The number of steps to skip before collecting statistics for the cost model. |
GraphOptions.Builder | setEnableBfloat16Sendrecv (valore booleano) If true, transfer float values between processes as bfloat16. |
GraphOptions.Builder | setEnableRecvScheduling (valore booleano) If true, use control flow to schedule the activation of Recv nodes. |
GraphOptions.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
GraphOptions.Builder | setInferShapes (valore booleano) Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
GraphOptions.Builder | |
GraphOptions.Builder | setOptimizerOptions ( OptimizerOptions.Builder builderForValue) Options controlling how graph is optimized. |
GraphOptions.Builder | setPlacePrunedGraph (valore booleano) Only place the subgraphs that are run, rather than the entire graph. |
GraphOptions.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
GraphOptions.Builder | setRewriteOptions ( RewriterConfig.Builder builderForValue) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | setRewriteOptions (valore RewriterConfig ) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | setTimelineStep (valore int) If > 0, record a timeline every this many steps. |
finale GraphOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public GraphOptions.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
pubblico 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;
pubblico 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;
pubblico GraphOptions.Builder clearEnableRecvScheduling ()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
pubblico 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 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;
pubblico GraphOptions.Builder clearTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
pubblico lungo 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;
pubblico lungo getBuildCostModelAfter ()
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
pubblico booleano getEnableBfloat16Sendrecv ()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
pubblico booleano getEnableRecvScheduling ()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
pubblico booleano 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;
pubblico 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;
pubblico booleano 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;
pubblico 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;
pubblico 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;
hasOptimizerOptions booleano pubblico ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
booleano pubblico 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;
public final booleano isInitialized ()
public GraphOptions.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
public GraphOptions.Builder mergeOptimizerOptions (valore OptimizerOptions )
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
public GraphOptions.Builder mergeRewriteOptions (valore 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;
pubblico finale GraphOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public GraphOptions.Builder setBuildCostModel (valore lungo)
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 (valore lungo)
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
public GraphOptions.Builder setEnableBfloat16Sendrecv (valore booleano)
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
public GraphOptions.Builder setEnableRecvScheduling (valore booleano)
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
public GraphOptions.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public GraphOptions.Builder setInferShapes (valore booleano)
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
public GraphOptions.Builder setOptimizerOptions (valore 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 (valore booleano)
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
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 (valore 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 (valore int)
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;