Package org.tensorflow.framework
Interface FullTypeDefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FullTypeDef,FullTypeDef.Builder
public interface FullTypeDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArgs(int index) repeated .tensorflow.FullTypeDef args = 2;intrepeated .tensorflow.FullTypeDef args = 2;repeated .tensorflow.FullTypeDef args = 2;getArgsOrBuilder(int index) repeated .tensorflow.FullTypeDef args = 2;List<? extends FullTypeDefOrBuilder> repeated .tensorflow.FullTypeDef args = 2;longgetI()TODO(mdan): list/tensor, map?getS()string s = 3;com.google.protobuf.ByteStringstring s = 3;The principal type represented by this object.intThe principal type represented by this object.booleanhasI()TODO(mdan): list/tensor, map?booleanhasS()string s = 3;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
-
getTypeIdValue
int getTypeIdValue()The principal type represented by this object. This may be a concrete type (Tensor, Dataset) a type variable (used for dependent types) a type symbol (Any, Union). See FullTypeId for details.
.tensorflow.FullTypeId type_id = 1;- Returns:
- The enum numeric value on the wire for typeId.
-
getTypeId
FullTypeId getTypeId()The principal type represented by this object. This may be a concrete type (Tensor, Dataset) a type variable (used for dependent types) a type symbol (Any, Union). See FullTypeId for details.
.tensorflow.FullTypeId type_id = 1;- Returns:
- The typeId.
-
getArgsList
List<FullTypeDef> getArgsList()repeated .tensorflow.FullTypeDef args = 2; -
getArgs
repeated .tensorflow.FullTypeDef args = 2; -
getArgsCount
int getArgsCount()repeated .tensorflow.FullTypeDef args = 2; -
getArgsOrBuilderList
List<? extends FullTypeDefOrBuilder> getArgsOrBuilderList()repeated .tensorflow.FullTypeDef args = 2; -
getArgsOrBuilder
repeated .tensorflow.FullTypeDef args = 2; -
hasS
boolean hasS()string s = 3;- Returns:
- Whether the s field is set.
-
getS
String getS()string s = 3;- Returns:
- The s.
-
getSBytes
com.google.protobuf.ByteString getSBytes()string s = 3;- Returns:
- The bytes for s.
-
hasI
boolean hasI()TODO(mdan): list/tensor, map? Need to reconcile with TFT_RECORD, etc.
int64 i = 4;- Returns:
- Whether the i field is set.
-
getI
long getI()TODO(mdan): list/tensor, map? Need to reconcile with TFT_RECORD, etc.
int64 i = 4;- Returns:
- The i.
-
getAttrCase
FullTypeDef.AttrCase getAttrCase()
-