공개 최종 클래스 CondContextDef
Protocol buffer representing a CondContext object.
tensorflow.CondContextDef
중첩 클래스
수업 | CondContextDef.Builder | Protocol buffer representing a CondContext object. |
상수
정수 | BRANCH_FIELD_NUMBER | |
정수 | CONTEXT_NAME_FIELD_NUMBER | |
정수 | NESTED_CONTEXTS_FIELD_NUMBER | |
정수 | PIVOT_NAME_FIELD_NUMBER | |
정수 | PRED_NAME_FIELD_NUMBER | |
정수 | VALUES_DEF_FIELD_NUMBER |
공개 방법
불리언 | 같음 (객체 객체) |
정수 | getBranch () Branch prediction. |
끈 | getContextName () Name of the context. |
com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
정적 CondContextDef | |
CondContextDef | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
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. |
끈 | getPivot이름 () Name of the pivot tensor. |
com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
끈 | getPredName () Name of the pred tensor. |
com.google.protobuf.ByteString | getPredNameBytes () Name of the pred tensor. |
정수 | |
최종 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. |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 CondContextDef.Builder | newBuilder ( CondContextDef 프로토타입) |
정적 CondContextDef.Builder | 새로운 빌더 () |
CondContextDef.Builder | |
정적 CondContextDef | parsDelimitedFrom (InputStream 입력) |
정적 CondContextDef | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 CondContextDef | parsFrom (ByteBuffer 데이터) |
정적 CondContextDef | ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 CondContextDef | ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 CondContextDef | ParseFrom (com.google.protobuf.CodedInputStream 입력) |
정적 CondContextDef | parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 CondContextDef | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 CondContextDef | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 CondContextDef | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
CondContextDef.Builder | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int BRANCH_FIELD_NUMBER
상수값: 4
공개 정적 최종 int CONTEXT_NAME_FIELD_NUMBER
상수값: 1
공개 정적 최종 int NESTED_CONTEXTS_FIELD_NUMBER
상수값: 6
공개 정적 최종 int PIVOT_NAME_FIELD_NUMBER
상수값: 3
공개 정적 최종 int PRED_NAME_FIELD_NUMBER
상수값: 2
공개 정적 최종 int VALUES_DEF_FIELD_NUMBER
상수값: 5
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 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;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 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 (int 인덱스)
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;
공공의 getParserForType ()
공개 문자열 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;
공개 int getSerializedSize ()
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 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;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 CondContextDefparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 CondContextDef 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
IO예외 |
---|
공개 정적 CondContextDef 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 CondContextDef 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 CondContextDef 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
IO예외 |
---|
공개 정적 CondContextDef 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|