WhileContextDefOrBuilder

อินเทอร์เฟซสาธารณะ WhileContextDefOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

บูลีนนามธรรม
getBackProp ()
 Whether backprop is enabled for this while loop.
สตริงที่เป็นนามธรรม
getContextName ()
 Name of the context.
นามธรรม com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
สตริงที่เป็นนามธรรม
getLoopEnterNames (ดัชนี int)
 List of names for enter tensors.
นามธรรม com.google.protobuf.ByteString
getLoopEnterNamesBytes (ดัชนี int)
 List of names for enter tensors.
บทคัดย่อ
getLoopEnterNamesCount ()
 List of names for enter tensors.
รายการนามธรรม <สตริง>
getLoopEnterNamesList ()
 List of names for enter tensors.
สตริงที่เป็นนามธรรม
getLoopExitNames (ดัชนี int)
 List of names for exit tensors.
นามธรรม com.google.protobuf.ByteString
getLoopExitNamesBytes (ดัชนี int)
 List of names for exit tensors.
บทคัดย่อ
getLoopExitNamesCount ()
 List of names for exit tensors.
รายการนามธรรม <สตริง>
getLoopExitNamesList ()
 List of names for exit tensors.
สตริงที่เป็นนามธรรม
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
นามธรรม com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
บทคัดย่อ ControlFlowContextDef
getNestedContexts (ดัชนี int)
 Contexts contained inside this context (e.g.
บทคัดย่อ
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
รายการนามธรรม < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
นามธรรม ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (ดัชนี int)
 Contexts contained inside this context (e.g.
รายการนามธรรม<? ขยาย ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
บทคัดย่อ
getParallelIteration ()
 The number of iterations allowed to run in parallel.
สตริงที่เป็นนามธรรม
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
นามธรรม com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
สตริงที่เป็นนามธรรม
getPivotForPredName ()
 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
getPivotNameBytes ()
 Name of the pivot tensor.
บูลีนนามธรรม
getSwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
ค่านิยม เชิงนามธรรมDef
รับค่าDef ()
 Values and external values in control flow context.
ค่านิยม แบบนามธรรมDefOrBuilder
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 (ดัชนี int)

 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 (ดัชนี int)

 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;

รายการนามธรรมสาธารณะ 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 (ดัชนี int)

 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;