공개 정적 최종 클래스 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 | 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 (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
GraphOptions.Builder | 명확한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 | 클리어옵티마이저옵션 () Options controlling how graph is optimized. |
GraphOptions.Builder | ClearPlacePrunedGraph () Only place the subgraphs that are run, rather than the entire graph. |
GraphOptions.Builder | 클리어리라이트옵션 () Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | 클리어타임라인단계 () 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. |
최적화 옵션 또는 빌더 | 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. |
부울 | hasOptimizerOptions () Options controlling how graph is optimized. |
부울 | hasRewriteOptions () Options that control the type and amount of graph rewriting. |
최종 부울 | 초기화됨 () |
GraphOptions.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
GraphOptions.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphOptions.Builder | |
GraphOptions.Builder | mergeRewriteOptions ( RewriterConfig 값) Options that control the type and amount of graph rewriting. |
최종 GraphOptions.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
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 | |
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 | |
GraphOptions.Builder | setTimelineStep (정수 값) If > 0, record a timeline every this many steps. |
최종 GraphOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 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 ClearInferShapes ()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
공개 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;
공개 긴 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;
공개 정적 최종 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;
공개 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;
공개 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;
공개 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 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.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 GraphOptions.Builder mergeOptimizerOptions ( OptimizerOptions 값)
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
공용 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 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;
공개 GraphOptions.Builder setBuildCostModelAfter (긴 값)
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
공개 GraphOptions.Builder setEnableBfloat16Sendrecv (부울 값)
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
공개 GraphOptions.Builder setEnableRecvScheduling (부울 값)
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
공개 GraphOptions.Builder setInferShapes (부울 값)
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
공개 GraphOptions.Builder setOptimizerOptions ( OptimizerOptions 값)
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
공개 GraphOptions.Builder setOptimizerOptions ( OptimizerOptions.Builder builderForValue)
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
공개 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 인덱스, 개체 값)
공개 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;
공용 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;
공개 GraphOptions.Builder setTimelineStep (int 값)
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;