public interface
SnapshotRecordOrBuilder
| Known Indirect Subclasses |
Public Methods
| abstract TensorProto |
getTensor(int index)
repeated .tensorflow.TensorProto tensor = 1;
|
| abstract int |
getTensorCount()
repeated .tensorflow.TensorProto tensor = 1;
|
| abstract List<TensorProto> |
getTensorList()
repeated .tensorflow.TensorProto tensor = 1;
|
| abstract TensorProtoOrBuilder |
getTensorOrBuilder(int index)
repeated .tensorflow.TensorProto tensor = 1;
|
| abstract List<? extends TensorProtoOrBuilder> |
getTensorOrBuilderList()
repeated .tensorflow.TensorProto tensor = 1;
|
Public Methods
public abstract int getTensorCount ()
repeated .tensorflow.TensorProto tensor = 1;
public abstract TensorProtoOrBuilder getTensorOrBuilder (int index)
repeated .tensorflow.TensorProto tensor = 1;
public abstract List<? extends TensorProtoOrBuilder> getTensorOrBuilderList ()
repeated .tensorflow.TensorProto tensor = 1;