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 | |
كثافة العمليات | OPTIMIZER_OPTIONS_FIELD_NUMBER | |
كثافة العمليات | PLACE_PRUNED_GRAPH_FIELD_NUMBER | |
كثافة العمليات | REWRITE_OPTIONS_FIELD_NUMBER | |
كثافة العمليات | TIMELINE_STEP_FIELD_NUMBER |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
طويل | الحصول علىBuildCostModel () 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 | |
منطقية | getEnableBfloat16Sendrecv () If true, transfer float values between processes as bfloat16. |
منطقية | getEnableRecvScheduling () If true, use control flow to schedule the activation of Recv nodes. |
منطقية | الحصول على الأشكال () Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
خيارات أوبتيميزر | خيارات الحصول على أوبتيميزر () 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. |
إعادة كتابة التكوين | خيارات إعادة الكتابة () Options that control the type and amount of graph rewriting. |
RewriterConfigOrBuilder | getRewriteOptionsOrBuilder () Options that control the type and amount of graph rewriting. |
كثافة العمليات | |
كثافة العمليات | الحصول على TimelineStep () If > 0, record a timeline every this many steps. |
النهائي com.google.protobuf.UnknownFieldSet | |
منطقية | hasOptimizerOptions () Options controlling how graph is optimized. |
منطقية | خيارات إعادة الكتابة () Options that control the type and amount of graph rewriting. |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
ثابت GraphOptions.Builder | منشئ جديد () |
ثابت GraphOptions.Builder | newBuilder (النموذج الأولي لـ GraphOptions ) |
GraphOptions.Builder | |
خيارات الرسم البياني الثابتة | parseDelimitedFrom (إدخال InputStream) |
خيارات الرسم البياني الثابتة | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الرسم البياني الثابتة | parseFrom (بيانات ByteBuffer) |
خيارات الرسم البياني الثابتة | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الرسم البياني الثابتة | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الرسم البياني الثابتة | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
خيارات الرسم البياني الثابتة | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الرسم البياني الثابتة | parseFrom (بيانات com.google.protobuf.ByteString) |
خيارات الرسم البياني الثابتة | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الرسم البياني الثابتة | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
GraphOptions.Builder | إلى البناء () |
فارغ | writeTo (com.google.protobuf.CodedOutputStream الإخراج) |
الطرق الموروثة
الثوابت
int النهائي الثابت العام BUILD_COST_MODEL_AFTER_FIELD_NUMBER
القيمة الثابتة: 9
int النهائي الثابت العام BUILD_COST_MODEL_FIELD_NUMBER
القيمة الثابتة: 4
العدد النهائي الثابت العام ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER
القيمة الثابتة: 7
العدد النهائي الثابت العام ENABLE_RECV_SCHEDULING_FIELD_NUMBER
القيمة الثابتة: 2
int النهائي الثابت العام 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;
النهائي العام الثابت 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;
خيارات Optimizer العامة getOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
getOptimizerOptionsOrBuilder العام 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;
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 public getSerializedSize ()
int public 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;
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
GraphOptions العامة الثابتة parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل GraphOptions العام الثابت (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
GraphOptions العامة الثابتة parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل GraphOptions العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل GraphOptions العام الثابت (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
تحليل GraphOptions العام الثابت (InputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
GraphOptions العامة الثابتة parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|