공개 최종 클래스 WhileContextDef
Protocol buffer representing a WhileContext object.
tensorflow.WhileContextDef
중첩 클래스
수업 | WhileContextDef.Builder | Protocol buffer representing a WhileContext object. |
상수
공개 방법
불리언 | 같음 (객체 객체) |
불리언 | getBackProp () Whether backprop is enabled for this while loop. |
끈 | getContextName () Name of the context. |
com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
정적 WhileContextDef | |
WhileContextDef | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
끈 | 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. |
com.google.protobuf.ProtocolStringList | 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. |
com.google.protobuf.ProtocolStringList | 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. |
최종 com.google.protobuf.UnknownFieldSet | |
가치 정의 | 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. |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 WhileContextDef.Builder | newBuilder ( WhileContextDef 프로토타입) |
정적 WhileContextDef.Builder | 새로운 빌더 () |
WhileContextDef.Builder | |
정적 WhileContextDef | parsDelimitedFrom (InputStream 입력) |
정적 WhileContextDef | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 WhileContextDef | ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 WhileContextDef | ParseFrom (com.google.protobuf.CodedInputStream 입력) |
정적 WhileContextDef | parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 WhileContextDef | parsFrom (ByteBuffer 데이터) |
정적 WhileContextDef | ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 WhileContextDef | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 WhileContextDef | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 WhileContextDef | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
WhileContextDef.Builder | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int BACK_PROP_FIELD_NUMBER
상수값: 3
공개 정적 최종 int CONTEXT_NAME_FIELD_NUMBER
상수값: 1
공개 정적 최종 int LOOP_ENTER_NAMES_FIELD_NUMBER
상수값: 10
공개 정적 최종 int LOOP_EXIT_NAMES_FIELD_NUMBER
상수값: 8
공개 정적 최종 int MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER
상수값: 11
공개 정적 최종 int NESTED_CONTEXTS_FIELD_NUMBER
상수값: 12
공개 정적 최종 int PARALLEL_ITERATIONS_FIELD_NUMBER
상수값: 2
공개 정적 최종 int PIVOT_FOR_BODY_NAME_FIELD_NUMBER
상수값: 7
공개 정적 최종 int PIVOT_FOR_PRED_NAME_FIELD_NUMBER
상수값: 6
공개 정적 최종 int PIVOT_NAME_FIELD_NUMBER
상수값: 5
공개 정적 최종 int SWAP_MEMORY_FIELD_NUMBER
상수값: 4
공개 정적 최종 정수 VALUES_DEF_FIELD_NUMBER
상수값: 9
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 부울 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;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 문자열 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;
공개 com.google.protobuf.ProtocolStringList 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;
공개 com.google.protobuf.ProtocolStringList 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;
공공의 getParserForType ()
공개 문자열 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;
공개 int getSerializedSize ()
공개 부울 getSwapMemory ()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 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;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 WhileContextDefparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 WhileContextDef 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 WhileContextDef 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 WhileContextDef 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
IO예외 |
---|
공개 정적 WhileContextDef 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
IO예외 |
---|
공개 정적 WhileContextDef 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|