Package inference
Interface ModelConfigOuterClass.ModelSequenceBatching.ControlOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelConfigOuterClass.ModelSequenceBatching.Control,ModelConfigOuterClass.ModelSequenceBatching.Control.Builder
- Enclosing class:
ModelConfigOuterClass.ModelSequenceBatching
public static interface ModelConfigOuterClass.ModelSequenceBatching.ControlOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolFalseTrue(int index) @@ ..int@@ ..@@ ..@@ ..int@@ ..floatgetFp32FalseTrue(int index) @@ ..int@@ ..@@ ..intgetInt32FalseTrue(int index) @@ ..int@@ ..@@ ..getKind()@@ ..int@@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKindValue
int getKindValue()@@ .. cpp:var:: Kind kind @@ @@ The kind of this control. @@
.inference.ModelSequenceBatching.Control.Kind kind = 1;- Returns:
- The enum numeric value on the wire for kind.
-
getKind
@@ .. cpp:var:: Kind kind @@ @@ The kind of this control. @@
.inference.ModelSequenceBatching.Control.Kind kind = 1;- Returns:
- The kind.
-
getInt32FalseTrueList
@@ .. cpp:var:: int32 int32_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in an int32 tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'int32_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated int32 int32_false_true = 2;- Returns:
- A list containing the int32FalseTrue.
-
getInt32FalseTrueCount
int getInt32FalseTrueCount()@@ .. cpp:var:: int32 int32_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in an int32 tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'int32_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated int32 int32_false_true = 2;- Returns:
- The count of int32FalseTrue.
-
getInt32FalseTrue
int getInt32FalseTrue(int index) @@ .. cpp:var:: int32 int32_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in an int32 tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'int32_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated int32 int32_false_true = 2;- Parameters:
index- The index of the element to return.- Returns:
- The int32FalseTrue at the given index.
-
getFp32FalseTrueList
@@ .. cpp:var:: float fp32_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in a fp32 tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'fp32_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated float fp32_false_true = 3;- Returns:
- A list containing the fp32FalseTrue.
-
getFp32FalseTrueCount
int getFp32FalseTrueCount()@@ .. cpp:var:: float fp32_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in a fp32 tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'fp32_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated float fp32_false_true = 3;- Returns:
- The count of fp32FalseTrue.
-
getFp32FalseTrue
float getFp32FalseTrue(int index) @@ .. cpp:var:: float fp32_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in a fp32 tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'fp32_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated float fp32_false_true = 3;- Parameters:
index- The index of the element to return.- Returns:
- The fp32FalseTrue at the given index.
-
getBoolFalseTrueList
@@ .. cpp:var:: bool bool_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in a bool tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'bool_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated bool bool_false_true = 5;- Returns:
- A list containing the boolFalseTrue.
-
getBoolFalseTrueCount
int getBoolFalseTrueCount()@@ .. cpp:var:: bool bool_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in a bool tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'bool_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated bool bool_false_true = 5;- Returns:
- The count of boolFalseTrue.
-
getBoolFalseTrue
boolean getBoolFalseTrue(int index) @@ .. cpp:var:: bool bool_false_true (repeated) @@ @@ The control's true and false setting is indicated by setting @@ a value in a bool tensor. The tensor must be a @@ 1-dimensional tensor with size equal to the batch size of @@ the request. 'bool_false_true' must have two entries: the @@ first the false value and the second the true value. @@
repeated bool bool_false_true = 5;- Parameters:
index- The index of the element to return.- Returns:
- The boolFalseTrue at the given index.
-
getDataTypeValue
int getDataTypeValue()@@ .. cpp:var:: DataType data_type @@ @@ The control's datatype. @@
.inference.DataType data_type = 4;- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
ModelConfigOuterClass.DataType getDataType()@@ .. cpp:var:: DataType data_type @@ @@ The control's datatype. @@
.inference.DataType data_type = 4;- Returns:
- The dataType.
-