WhileContextDefOrBuilder

الواجهة العامة whileContextDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

منطقية مجردة
الحصول علىBackProp ()
 Whether backprop is enabled for this while loop.
سلسلة مجردة
getContextName ()
 Name of the context.
مجردة com.google.protobuf.ByteString
الحصول علىContextNameBytes ()
 Name of the context.
سلسلة مجردة
getLoopEnterNames (فهرس كثافة العمليات)
 List of names for enter tensors.
مجردة com.google.protobuf.ByteString
getLoopEnterNamesBytes (فهرس كثافة العمليات)
 List of names for enter tensors.
كثافة العمليات مجردة
getLoopEnterNamesCount ()
 List of names for enter tensors.
قائمة مجردة <سلسلة>
getLoopEnterNamesList ()
 List of names for enter tensors.
سلسلة مجردة
getLoopExitNames (فهرس كثافة العمليات)
 List of names for exit tensors.
مجردة com.google.protobuf.ByteString
getLoopExitNamesBytes (فهرس كثافة العمليات)
 List of names for exit tensors.
كثافة العمليات مجردة
getLoopExitNamesCount ()
 List of names for exit tensors.
قائمة مجردة <سلسلة>
قائمة getLoopExitNamesList ()
 List of names for exit tensors.
سلسلة مجردة
الحصول على MaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
مجردة com.google.protobuf.ByteString
الحصول على MaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
مجردة 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.
كثافة العمليات مجردة
الحصول على التكرارات المتوازية ()
 The number of iterations allowed to run in parallel.
سلسلة مجردة
الحصول علىPivotForBodyName ()
 Name of the pivot_for_body tensor.
مجردة com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
سلسلة مجردة
الحصول علىPivotForPredName ()
 Name of the pivot_for_pred tensor.
مجردة com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
سلسلة مجردة
getPivotName ()
 Name of the pivot tensor.
مجردة com.google.protobuf.ByteString
الحصول علىPivotNameBytes ()
 Name of the pivot tensor.
منطقية مجردة
الحصول على SwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
القيم المجردة
الحصول على القيم ()
 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.

الأساليب العامة

الملخص المنطقي العام getBackProp ()

 Whether backprop is enabled for this while loop.
 
bool back_prop = 3;

سلسلة مجردة عامة getContextName ()

 Name of the context.
 
string context_name = 1;

الملخص العام com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

سلسلة getLoopEnterNames العامة المجردة (فهرس كثافة العمليات)

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

الملخص العام com.google.protobuf.ByteString getLoopEnterNamesBytes (مؤشر int)

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

الملخص العام int getLoopEnterNamesCount ()

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

قائمة مجردة عامة<String> getLoopEnterNamesList ()

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

سلسلة getLoopExitNames المجردة العامة (فهرس كثافة العمليات)

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

الملخص العام com.google.protobuf.ByteString getLoopExitNamesBytes (مؤشر int)

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

الملخص العام int getLoopExitNamesCount ()

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

قائمة مجردة عامة<String> getLoopExitNamesList ()

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

سلسلة مجردة عامة getMaximumIterationsName ()

 Optional name of the maximum_iterations tensor.
 
string maximum_iterations_name = 11;

الملخص العام com.google.protobuf.ByteString getMaximumIterationsNameBytes ()

 Optional name of the maximum_iterations tensor.
 
string maximum_iterations_name = 11;

الملخص العام ControlFlowContextDef getNestedContexts (مؤشر int)

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

الملخص العام int getNestedContextsCount ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

قائمة مجردة عامة< ControlFlowContextDef > getNestedContextsList ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

الملخص العام ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (فهرس كثافة العمليات)

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

قائمة الملخصات العامة<؟ يمتد ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

الملخص العام int getParallelIterations ()

 The number of iterations allowed to run in parallel.
 
int32 parallel_iterations = 2;

سلسلة مجردة عامة getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

الملخص العام com.google.protobuf.ByteString getPivotForBodyNameBytes ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

سلسلة مجردة عامة getPivotForPredName ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

الملخص العام com.google.protobuf.ByteString getPivotForPredNameBytes ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

سلسلة مجردة عامة getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

الملخص العام com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 5;

الملخص المنطقي العام getSwapMemory ()

 Whether GPU-CPU memory swap is enabled for this loop.
 
bool swap_memory = 4;

الملخص العام ValuesDef getValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;

الملخص العام ValuesDefOrBuilder getValuesDefOrBuilder ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;

الملخص المنطقي العام hasValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;