GraphOptions.Builder

общедоступный статический конечный класс GraphOptions.Builder

Тип protobuf tensorflow.GraphOptions

Публичные методы

GraphOptions.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
Параметры графика
Параметры графика
GraphOptions.Builder
GraphOptions.Builder
ОчиститьБилдКостМодель ()
 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
очиститьEnableBfloat16Sendrecv ()
 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)
GraphOptions.Builder
ОчиститьИнферШейпс ()
 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
ОчиститьОптимизаторПараметры ()
 Options controlling how graph is optimized.
GraphOptions.Builder
ClearPlacePrunedGraph ()
 Only place the subgraphs that are run, rather than the entire graph.
GraphOptions.Builder
очиститьRewriteOptions ()
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
ClearTimelineStep ()
 If > 0, record a timeline every this many steps.
GraphOptions.Builder
длинный
getBuildCostModel ()
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
длинный
getBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
Параметры графика
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
логическое значение
getEnableBfloat16Sendrecv ()
 If true, transfer float values between processes as bfloat16.
логическое значение
getEnableRecvScheduling ()
 If true, use control flow to schedule the activation of Recv nodes.
логическое значение
getInferShapes ()
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
Параметры оптимизатора
getOptimizerOptions ()
 Options controlling how graph is optimized.
OptimizerOptions.Builder
getOptimizerOptionsBuilder ()
 Options controlling how graph is optimized.
ОптимизаторOptionsOrBuilder
getOptimizerOptionsOrBuilder ()
 Options controlling how graph is optimized.
логическое значение
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.
интервал
getTimelineStep ()
 If > 0, record a timeline every this many steps.
логическое значение
имеетОптимизаторПараметры ()
 Options controlling how graph is optimized.
логическое значение
имеетRewriteOptions ()
 Options that control the type and amount of graph rewriting.
последнее логическое значение
GraphOptions.Builder
mergeFrom (com.google.protobuf.Message другое)
GraphOptions.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphOptions.Builder
mergeOptimizerOptions (значение OptimizerOptions )
 Options controlling how graph is optimized.
GraphOptions.Builder
mergeRewriteOptions (значение RewriterConfig )
 Options that control the type and amount of graph rewriting.
окончательный GraphOptions.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
GraphOptions.Builder
setBuildCostModel (длинное значение)
 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 (длинное значение)
 The number of steps to skip before collecting statistics for the
 cost model.
GraphOptions.Builder
setEnableBfloat16Sendrecv (логическое значение)
 If true, transfer float values between processes as bfloat16.
GraphOptions.Builder
setEnableRecvScheduling (логическое значение)
 If true, use control flow to schedule the activation of Recv nodes.
GraphOptions.Builder
setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
GraphOptions.Builder
setInferShapes (логическое значение)
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
GraphOptions.Builder
setOptimizerOptions (значение OptimizerOptions )
 Options controlling how graph is optimized.
GraphOptions.Builder
setOptimizerOptions ( OptimizerOptions.Builder builderForValue)
 Options controlling how graph is optimized.
GraphOptions.Builder
setPlacePrunedGraph (логическое значение)
 Only place the subgraphs that are run, rather than the entire graph.
GraphOptions.Builder
setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
GraphOptions.Builder
setRewriteOptions ( RewriterConfig.Builder builderForValue)
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
setRewriteOptions (значение RewriterConfig )
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
setTimelineStep (целое значение)
 If > 0, record a timeline every this many steps.
окончательный GraphOptions.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

Унаследованные методы

Публичные методы

public GraphOptions.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

общедоступная сборка GraphOptions ()

общедоступный GraphOptions buildPartial ()

общедоступный 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. 0 means
 no cost model.
 
int64 build_cost_model = 4;

общедоступный GraphOptions.Builder ClearBuildCostModelAfter ()

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

общедоступный GraphOptions.Builder ClearEnableBfloat16Sendrecv ()

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

общедоступный GraphOptions.Builder ClearEnableRecvScheduling ()

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

общедоступный GraphOptions.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)

общедоступный GraphOptions.Builder ClearInferShapes ()

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

общедоступный GraphOptions.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

общедоступный GraphOptions.Builder ClearOptimizerOptions ()

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

общедоступный 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;

общедоступный 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;

общедоступный GraphOptions.Builder ClearTimelineStep ()

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

общедоступный клон GraphOptions.Builder ()

общедоступный длинный 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;

общедоступный длинный getBuildCostModelAfter ()

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

общедоступные GraphOptions getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

общедоступное логическое значение getEnableBfloat16Sendrecv ()

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

общедоступное логическое значение getEnableRecvScheduling ()

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

общедоступное логическое значение getInferShapes ()

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

общедоступные OptimizerOptions getOptimizerOptions ()

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

общедоступный 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;

общедоступное логическое значение 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;

общедоступный 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 ()

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

общедоступное логическое значение 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;

публичное финальное логическое значение isInitialized ()

общедоступный GraphOptions.Builder mergeFrom (com.google.protobuf.Message другое)

общедоступный GraphOptions.Builder mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public GraphOptions.Builder mergeOptimizerOptions (значение OptimizerOptions )

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

public GraphOptions.Builder mergeRewriteOptions (значение 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 mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public GraphOptions.Builder setBuildCostModel (длинное значение)

 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 (длинное значение)

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

public GraphOptions.Builder setEnableBfloat16Sendrecv (логическое значение)

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

public GraphOptions.Builder setEnableRecvScheduling (логическое значение)

 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, значение объекта)

public GraphOptions.Builder setInferShapes (логическое значение)

 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 )

 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 (логическое значение)

 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, индекс int, значение объекта)

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 )

 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 (целое значение)

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

общедоступный окончательный GraphOptions.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)