שיעור הגמר הציבורי GraphOptions
סוג Protobuf tensorflow.GraphOptions
כיתות מקוננות
מַחלָקָה | GraphOptions.Builder | סוג Protobuf tensorflow.GraphOptions |
קבועים
שיטות ציבוריות
בוליאני | שווה (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 | |
final 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. |
אפשרויות אופטימיזציה | 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. |
int | |
int | getTimelineStep () If > 0, record a timeline every this many steps. |
final com.google.protobuf.UnknownFieldSet | |
בוליאני | hasOptimizerOptions () Options controlling how graph is optimized. |
בוליאני | hasRewriteOptions () Options that control the type and amount of graph rewriting. |
int | hashcode () |
בוליאנית סופית | |
סטטי GraphOptions.Builder | newBuilder () |
סטטי GraphOptions.Builder | newBuilder (אב-טיפוס של GraphOptions ) |
GraphOptions.Builder | |
סטטי GraphOptions | parseDelimitedFrom (קלט InputStream) |
סטטי 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 (נתוני byte[], 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)
public long 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;
public long 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;
Public OptimizerOptions getOptimizerOptions ()
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;
פּוּמְבֵּי 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;
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;
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 getSerializedSize ()
public int getTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
יש אפשרויות אופטימיזציה בוליאני ציבורי ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
בוליאני ציבורי ישRewriteOptions ()
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 hashCode ()
בוליאני הסופי הציבורי הוא אתחול ()
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 |
---|
public static GraphOptions parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static GraphOptions parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static GraphOptions parseFrom (נתוני com.google.protobuf.ByteString)
זורק
InvalidProtocolBufferException |
---|
public static GraphOptions parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static GraphOptions parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
סטטי ציבורי מנתח ()
public void writeTo (פלט com.google.protobuf.CodedOutputStream)
זורק
IOException |
---|