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 (정수 인덱스)
 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.
추상 문자열
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
추상 com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
추상 ControlFlowContextDef
getNestedContexts (정수 인덱스)
 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.
추상 정수
getParallelIterations ()
 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.
추상 문자열
getPivot이름 ()
 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.
추상적인 가치 정의
getValuesDef ()
 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 (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;

공개 추상 List<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;

공개 추상 List<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 (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;