Package org.platanios.tensorflow.proto
Interface EagerServiceOuterClass.RunComponentFunctionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EagerServiceOuterClass.RunComponentFunctionResponse
,EagerServiceOuterClass.RunComponentFunctionResponse.Builder
- Enclosing class:
- EagerServiceOuterClass
public static interface EagerServiceOuterClass.RunComponentFunctionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TensorShapeProto
getShape(int index)
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
int
getShapeCount()
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
java.util.List<TensorShapeProto>
getShapeList()
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
TensorShapeProtoOrBuilder
getShapeOrBuilder(int index)
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
java.util.List<? extends TensorShapeProtoOrBuilder>
getShapeOrBuilderList()
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
TensorProto
getTensor(int index)
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
int
getTensorCount()
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
java.util.List<TensorProto>
getTensorList()
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
TensorProtoOrBuilder
getTensorOrBuilder(int index)
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
java.util.List<? extends TensorProtoOrBuilder>
getTensorOrBuilderList()
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getShapeList
java.util.List<TensorShapeProto> getShapeList()
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
-
getShape
TensorShapeProto getShape(int index)
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
-
getShapeCount
int getShapeCount()
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
-
getShapeOrBuilderList
java.util.List<? extends TensorShapeProtoOrBuilder> getShapeOrBuilderList()
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
-
getShapeOrBuilder
TensorShapeProtoOrBuilder getShapeOrBuilder(int index)
repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
-
getTensorList
java.util.List<TensorProto> getTensorList()
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
-
getTensor
TensorProto getTensor(int index)
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
-
getTensorCount
int getTensorCount()
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
-
getTensorOrBuilderList
java.util.List<? extends TensorProtoOrBuilder> getTensorOrBuilderList()
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
-
getTensorOrBuilder
TensorProtoOrBuilder getTensorOrBuilder(int index)
repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
-
-