GraphOptions.Builder

lớp cuối cùng tĩnh công khai GraphOptions.Builder

Loại protobuf tensorflow.GraphOptions

Phương pháp công khai

GraphOptions.Builder
addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
Tùy chọn đồ thị
Tùy chọn đồ thị
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 (trường 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
dài
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ài
getBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
Tùy chọn đồ thị
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
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.
Tùy chọn tối ưu hóa
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.
Cấu hình ghi lại
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.
boolean cuối cùng
GraphOptions.Builder
mergeFrom (com.google.protobuf.Message other)
GraphOptions.Builder
mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphOptions.Builder
mergeOptimizerOptions (giá trị OptimizerOptions )
 Options controlling how graph is optimized.
GraphOptions.Builder
mergeRewriteOptions (giá trị RewriterConfig )
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder cuối cùng
hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
GraphOptions.Builder
setBuildCostModel (giá trị dài)
 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 (giá trị dài)
 The number of steps to skip before collecting statistics for the
 cost model.
GraphOptions.Builder
setEnableBfloat16Sendrecv (giá trị boolean)
 If true, transfer float values between processes as bfloat16.
GraphOptions.Builder
setEnableRecvScheduling (giá trị boolean)
 If true, use control flow to schedule the activation of Recv nodes.
GraphOptions.Builder
setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
GraphOptions.Builder
setInferShapes (giá trị boolean)
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
GraphOptions.Builder
setOptimizerOptions (giá trị OptimizerOptions )
 Options controlling how graph is optimized.
GraphOptions.Builder
setOptimizerOptions ( OptimizerOptions.Builder builderForValue)
 Options controlling how graph is optimized.
GraphOptions.Builder
setPlacePrunedGraph (giá trị boolean)
 Only place the subgraphs that are run, rather than the entire graph.
GraphOptions.Builder
setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)
GraphOptions.Builder
setRewriteOptions ( RewriterConfig.Builder builderForValue)
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
setRewriteOptions (giá trị RewriterConfig )
 Options that control the type and amount of graph rewriting.
GraphOptions.Builder
setTimelineStep (giá trị int)
 If > 0, record a timeline every this many steps.
GraphOptions.Builder cuối cùng
setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

Phương pháp kế thừa

Phương pháp công khai

GraphOptions.Builder công khai addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

bản dựng GraphOptions công khai ()

GraphOptions công khai buildPartial ()

GraphOptions.Builder công khai rõ ràng ()

GraphOptions.Builder công khai 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;

công khai GraphOptions.Builder clearBuildCostModelAfter ()

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

công khai GraphOptions.Builder clearEnableBfloat16Sendrecv ()

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

công khai 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 công khai (trường com.google.protobuf.Descriptors.FieldDescriptor)

công khai 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 công khai (com.google.protobuf.Descriptors.OneofDescriptor oneof)

công khai GraphOptions.Builder clearOptimizerOptions ()

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

công khai 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;

công khai 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;

công khai GraphOptions.Builder clearTimelineStep ()

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

bản sao GraphOptions.Builder công khai ()

getBuildCostModel dài công khai ()

 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 dài công khai ()

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

GraphOptions công khai getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()

boolean công khai getEnableBfloat16Sendrecv ()

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

boolean công khai getEnableRecvScheduling ()

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

boolean công khai getInferShapes ()

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

OptimizerOptions công khai getOptimizerOptions ()

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

công khai OptimizerOptions.Builder getOptimizerOptionsBuilder ()

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

công khai OptimizerOptionsOrBuilder getOptimizerOptionsOrBuilder ()

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

boolean công khai 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;

công khai 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;

công khai 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;

công khai 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;

int công khai getTimelineStep ()

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

boolean công khai hasOptimizerOptions ()

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

boolean công khai 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 cuối cùng công khai được khởi tạo ()

công khai GraphOptions.Builder mergeFrom (com.google.protobuf.Message other)

công khai GraphOptions.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai GraphOptions.Builder mergeOptimizerOptions (giá trị OptimizerOptions )

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

công khai GraphOptions.Builder mergeRewriteOptions (giá trị 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;

trận chung kết công khai GraphOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

công khai GraphOptions.Builder setBuildCostModel (giá trị dài)

 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;

công khai GraphOptions.Builder setBuildCostModelAfter (giá trị dài)

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

công khai GraphOptions.Builder setEnableBfloat16Sendrecv (giá trị boolean)

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

công khai GraphOptions.Builder setEnableRecvScheduling (giá trị boolean)

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

GraphOptions.Builder setField công khai (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

công khai GraphOptions.Builder setInferShapes (giá trị boolean)

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

công khai GraphOptions.Builder setOptimizerOptions (giá trị OptimizerOptions )

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

công khai GraphOptions.Builder setOptimizerOptions ( OptimizerOptions.Builder builderForValue)

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

công khai GraphOptions.Builder setPlacePrunedGraph (giá trị 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;

GraphOptions.Builder setRepeatedField công khai (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)

GraphOptions.Builder setRewriteOptions công khai ( 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 công khai (giá trị 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;

công khai GraphOptions.Builder setTimelineStep (giá trị int)

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

trận chung kết công khai GraphOptions.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)