GraphOptions کلاس نهایی عمومی
نوع Protobuf tensorflow.GraphOptions
کلاس های تو در تو
کلاس | GraphOptions.Builder | نوع Protobuf tensorflow.GraphOptions |
ثابت ها
بین المللی | BUILD_COST_MODEL_AFTER_FIELD_NUMBER | |
بین المللی | BUILD_COST_MODEL_FIELD_NUMBER | |
بین المللی | ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER | |
بین المللی | ENABLE_RECV_SCHEDULING_FIELD_NUMBER | |
بین المللی | INFER_SHAPES_FIELD_NUMBER | |
بین المللی | OPTIZER_OPTIONS_FIELD_NUMBER | |
بین المللی | PLACE_PRUNED_GRAPH_FIELD_NUMBER | |
بین المللی | REWRITE_OPTIONS_FIELD_NUMBER | |
بین المللی | TIMELINE_STEP_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
طولانی | 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. |
استاتیک GraphOptions | |
GraphOptions | |
نهایی static 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. |
OptimizerOptions | getOptimizerOptions () Options controlling how graph is optimized. |
OptimizerOptionsOrBuilder | 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. |
RewriterConfigOrBuilder | getRewriteOptionsOrBuilder () Options that control the type and amount of graph rewriting. |
بین المللی | |
بین المللی | getTimelineStep () If > 0, record a timeline every this many steps. |
com.google.protobuf.UnknownFieldSet نهایی | |
بولی | hasOptimizerOptions () Options controlling how graph is optimized. |
بولی | hasRewriteOptions () Options that control the type and amount of graph rewriting. |
بین المللی | هش کد () |
بولی نهایی | |
Static GraphOptions.Builder | newBuilder () |
Static GraphOptions.Builder | newBuilder (نمونه اولیه GraphOptions ) |
GraphOptions.Builder | |
استاتیک GraphOptions | parseDelimitedFrom (ورودی جریان ورودی) |
استاتیک GraphOptions | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک GraphOptions | parseFrom (داده های ByteBuffer) |
استاتیک GraphOptions | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک GraphOptions | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک GraphOptions | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
استاتیک GraphOptions | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک GraphOptions | parseFrom (داده های com.google.protobuf.ByteString) |
استاتیک GraphOptions | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک GraphOptions | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ایستا | تجزیه کننده () |
GraphOptions.Builder | toBuilder () |
باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی BUILD_COST_MODEL_AFTER_FIELD_NUMBER
مقدار ثابت: 9
نهایی استاتیک عمومی BUILD_COST_MODEL_FIELD_NUMBER
ارزش ثابت: 4
نهایی استاتیک عمومی ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER
ارزش ثابت: 7
نهایی استاتیک عمومی ENABLE_RECV_SCHEDULING_FIELD_NUMBER
مقدار ثابت: 2
نهایی استاتیک عمومی INFER_SHAPES_FIELD_NUMBER
ارزش ثابت: 5
نهایی استاتیک عمومی OPTIMIZER_OPTIONS_FIELD_NUMBER
مقدار ثابت: 3
نهایی استاتیک عمومی PLACE_PRUNED_GRAPH_FIELD_NUMBER
مقدار ثابت: 6
نهایی استاتیک عمومی REWRITE_OPTIONS_FIELD_NUMBER
ارزش ثابت: 10
نهایی استاتیک عمومی TIMELINE_STEP_FIELD_NUMBER
مقدار ثابت: 8
روش های عمومی
بولین عمومی برابر است (Object Obj)
عمومی طولانی 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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
بولی عمومی 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;
عمومی OptimizerOptionsOrBuilder getOptimizerOptionsOrBuilder ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
عمومی getParserForType ()
بولی عمومی 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;
عمومی 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 getSerializedSize ()
عمومی int getTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
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 ()
Public Static GraphOptions parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
Public Static GraphOptions parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک GraphOptions parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
Public Static GraphOptions parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک GraphOptions parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک GraphOptions parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
Public Static GraphOptions parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک GraphOptions parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|