공용 인터페이스 CondContextDefOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 정수 | getBranch () Branch prediction. |
추상 문자열 | getContextName () Name of the context. |
추상 com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
추상 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. |
추상적인 가치 정의 | 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. |
공개 방법
공개 추상 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;
공개 추상 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;
공개 추상 문자열 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;
공개 추상 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;