الواجهة العامة CondContextDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
كثافة العمليات مجردة | الحصول على الفرع () Branch prediction. |
سلسلة مجردة | getContextName () Name of the context. |
مجردة com.google.protobuf.ByteString | الحصول علىContextNameBytes () Name of the context. |
مجردة ControlFlowContextDef | getNestedContexts (فهرس كثافة العمليات) Contexts contained inside this context (e.g. |
كثافة العمليات مجردة | الحصول علىNestedContextsCount () Contexts contained inside this context (e.g. |
قائمة مجردة< ControlFlowContextDef > | قائمة getNestedContexts () Contexts contained inside this context (e.g. |
مجردة ControlFlowContextDefOrBuilder | getNestedContextsOrBuilder (فهرس كثافة العمليات) Contexts contained inside this context (e.g. |
قائمة مجردة <؟ يمتد ControlFlowContextDefOrBuilder > | getNestedContextsOrBuilderList () Contexts contained inside this context (e.g. |
سلسلة مجردة | getPivotName () Name of the pivot tensor. |
مجردة com.google.protobuf.ByteString | الحصول علىPivotNameBytes () Name of the pivot tensor. |
سلسلة مجردة | الحصول على PredName () Name of the pred tensor. |
مجردة com.google.protobuf.ByteString | الحصول على PredNameBytes () Name of the pred tensor. |
القيم المجردة | الحصول على القيم () Values and external values in control flow context. |
مجردة ValuesDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
منطقية مجردة | hasValuesDef () Values and external values in control flow context. |
الأساليب العامة
الملخص العام int getBranch ()
Branch prediction. 0 or 1.
int32 branch = 4;
سلسلة مجردة عامة getContextName ()
Name of the context.
string context_name = 1;
الملخص العام com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1;
الملخص العام ControlFlowContextDef getNestedContexts (مؤشر int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
الملخص العام int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
قائمة مجردة عامة< ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
الملخص العام ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (فهرس كثافة العمليات)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
قائمة الملخصات العامة<؟ يمتد ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
سلسلة مجردة عامة getPivotName ()
Name of the pivot tensor.
string pivot_name = 3;
الملخص العام com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 3;
سلسلة مجردة عامة getPredName ()
Name of the pred tensor.
string pred_name = 2;
الملخص العام com.google.protobuf.ByteString getPredNameBytes ()
Name of the pred tensor.
string pred_name = 2;
الملخص العام ValuesDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
الملخص العام ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
الملخص المنطقي العام hasValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;