org.tensorflow.framework.TensorSliceProtoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensor_slice.proto
package org.tensorflow.framework;
public interface TensorSliceProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.TensorSliceProto)
com.google.protobuf.MessageOrBuilder {
/**
*
* Extent of the slice in all tensor dimensions.
* Must have one entry for each of the dimension of the tensor that this
* slice belongs to. The order of sizes is the same as the order of
* dimensions in the TensorShape.
*
*
* repeated .tensorflow.TensorSliceProto.Extent extent = 1;
*/
java.util.List
getExtentList();
/**
*
* Extent of the slice in all tensor dimensions.
* Must have one entry for each of the dimension of the tensor that this
* slice belongs to. The order of sizes is the same as the order of
* dimensions in the TensorShape.
*
*
* repeated .tensorflow.TensorSliceProto.Extent extent = 1;
*/
org.tensorflow.framework.TensorSliceProto.Extent getExtent(int index);
/**
*
* Extent of the slice in all tensor dimensions.
* Must have one entry for each of the dimension of the tensor that this
* slice belongs to. The order of sizes is the same as the order of
* dimensions in the TensorShape.
*
*
* repeated .tensorflow.TensorSliceProto.Extent extent = 1;
*/
int getExtentCount();
/**
*
* Extent of the slice in all tensor dimensions.
* Must have one entry for each of the dimension of the tensor that this
* slice belongs to. The order of sizes is the same as the order of
* dimensions in the TensorShape.
*
*
* repeated .tensorflow.TensorSliceProto.Extent extent = 1;
*/
java.util.List extends org.tensorflow.framework.TensorSliceProto.ExtentOrBuilder>
getExtentOrBuilderList();
/**
*
* Extent of the slice in all tensor dimensions.
* Must have one entry for each of the dimension of the tensor that this
* slice belongs to. The order of sizes is the same as the order of
* dimensions in the TensorShape.
*
*
* repeated .tensorflow.TensorSliceProto.Extent extent = 1;
*/
org.tensorflow.framework.TensorSliceProto.ExtentOrBuilder getExtentOrBuilder(
int index);
}