kelas akhir statis publik GraphOptions.Builder
Tipe protobuf tensorflow.GraphOptions
Metode Publik
GraphOptions.Builder | addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
Opsi Grafik | membangun () |
Opsi Grafik | |
GraphOptions.Builder | jernih () |
GraphOptions.Builder | jelasBuildCostModel () 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 | hapusAktifkanBfloat16Sendrecv () 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 (bidang com.google.protobuf.Descriptors.FieldDescriptor) |
GraphOptions.Builder | jelasInferShapes () 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 | hapusOptimizerOptions () Options controlling how graph is optimized. |
GraphOptions.Builder | clearPlacePrunedGraph () Only place the subgraphs that are run, rather than the entire graph. |
GraphOptions.Builder | hapusOpsi Penulisan Ulang () Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | jelasGaris WaktuLangkah () If > 0, record a timeline every this many steps. |
GraphOptions.Builder | klon () |
panjang | dapatkanBuildCostModel () The number of steps to run before returning a cost model detailing the memory usage and performance of each node of the graph. |
panjang | dapatkanBuildCostModelAfter () The number of steps to skip before collecting statistics for the cost model. |
Opsi Grafik | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
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 | dapatkan InferShapes () Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
Opsi Pengoptimal | dapatkan Opsi Pengoptimal () Options controlling how graph is optimized. |
Opsi Pengoptimal.Pembangun | dapatkanOptimizerOptionsBuilder () Options controlling how graph is optimized. |
OptimizerOptionsOrBuilder | dapatkanOptimizerOptionsOrBuilder () Options controlling how graph is optimized. |
boolean | dapatkanPlacePrunedGraph () Only place the subgraphs that are run, rather than the entire graph. |
Konfigurasi Penulis Ulang | dapatkan Opsi Penulisan Ulang () Options that control the type and amount of graph rewriting. |
Penulis UlangConfig.Builder | dapatkanRewriteOptionsBuilder () Options that control the type and amount of graph rewriting. |
Penulis UlangConfigOrBuilder | dapatkanRewriteOptionsOrBuilder () Options that control the type and amount of graph rewriting. |
ke dalam | dapatkan TimelineStep () 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. |
boolean terakhir | |
GraphOptions.Builder | mergeFrom (com.google.protobuf.Pesan lainnya) |
GraphOptions.Builder | mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOptions.Builder | |
GraphOptions.Builder | mergeRewriteOptions (nilai RewriterConfig ) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder terakhir | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
GraphOptions.Builder | setBuildCostModel (nilai panjang) 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 (nilai panjang) The number of steps to skip before collecting statistics for the cost model. |
GraphOptions.Builder | setEnableBfloat16Sendrecv (nilai boolean) If true, transfer float values between processes as bfloat16. |
GraphOptions.Builder | setEnableRecvScheduling (nilai boolean) If true, use control flow to schedule the activation of Recv nodes. |
GraphOptions.Builder | setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
GraphOptions.Builder | setInferShapes (nilai boolean) Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
GraphOptions.Builder | |
GraphOptions.Builder | setOptimizerOptions ( OptimizerOptions.Pembuat pembangunForValue) Options controlling how graph is optimized. |
GraphOptions.Builder | setPlacePrunedGraph (nilai boolean) Only place the subgraphs that are run, rather than the entire graph. |
GraphOptions.Builder | setRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek) |
GraphOptions.Builder | setRewriteOptions ( RewriterConfig.Builder builderForValue) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | setRewriteOptions (nilai RewriterConfig ) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | setTimelineStep (nilai int) If > 0, record a timeline every this many steps. |
GraphOptions.Builder terakhir | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Metode Warisan
Metode Publik
public GraphOptions.Builder addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
GraphOptions.Builder publik 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;
GraphOptions.Builder publik clearBuildCostModelAfter ()
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
GraphOptions.Builder publik clearEnableBfloat16Sendrecv ()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
GraphOptions.Builder publik clearEnableRecvScheduling ()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
GraphOptions publik.Builder clearInferShapes ()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
GraphOptions publik.Builder clearOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
GraphOptions.Builder publik 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;
GraphOptions publik.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;
GraphOptions.Builder publik clearTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
getBuildCostModel publik yang panjang ()
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;
getBuildCostModelAfter () panjang publik
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 ()
com.google.protobuf.Descriptors.Descriptor publik getDescriptorForType ()
boolean publik getEnableBfloat16Sendrecv ()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
boolean publik getEnableRecvScheduling ()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
getInferShapes boolean publik ()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
Opsi Pengoptimal publik getOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
OptimizerOptions.Builder publik getOptimizerOptionsBuilder ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
OptimizerOptionsOrBuilder publik getOptimizerOptionsOrBuilder ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
boolean publik 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;
publik 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;
publik 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;
publik 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;
publik int getTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
boolean publik hasOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
boolean publik 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;
boolean akhir publik diinisialisasi ()
GraphOptions.Builder mergeFrom publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
GraphOptions publik.Builder mergeOptimizerOptions (nilai OptimizerOptions )
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
GraphOptions.Builder mergeRewriteOptions publik (nilai 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;
GraphOptions.Builder akhir publik menggabungkanUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphOptions.Builder setBuildCostModel (nilai panjang)
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 (nilai panjang)
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
GraphOptions.Builder publik setEnableBfloat16Sendrecv (nilai boolean)
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
GraphOptions.Builder publik setEnableRecvScheduling (nilai boolean)
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
public GraphOptions.Builder setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
GraphOptions.Builder setInferShapes publik (nilai boolean)
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
GraphOptions publik.Builder setOptimizerOptions (nilai OptimizerOptions )
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
GraphOptions.Builder setOptimizerOptions publik ( OptimizerOptions.Builder builderForValue)
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
GraphOptions.Builder setPlacePrunedGraph publik (nilai boolean)
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 (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek)
GraphOptions.Builder setRewriteOptions publik ( 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;
GraphOptions.Builder setRewriteOptions publik (nilai 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;
GraphOptions.Builder setTimelineStep publik (nilai int)
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;