org.tensorflow.metadata.v0.FixedShapeOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/schema.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface FixedShapeOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.FixedShape)
com.google.protobuf.MessageOrBuilder {
/**
*
* The dimensions that define the shape. The total number of values in each
* example is the product of sizes of each dimension.
*
*
* repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;
*/
java.util.List
getDimList();
/**
*
* The dimensions that define the shape. The total number of values in each
* example is the product of sizes of each dimension.
*
*
* repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;
*/
org.tensorflow.metadata.v0.FixedShape.Dim getDim(int index);
/**
*
* The dimensions that define the shape. The total number of values in each
* example is the product of sizes of each dimension.
*
*
* repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;
*/
int getDimCount();
/**
*
* The dimensions that define the shape. The total number of values in each
* example is the product of sizes of each dimension.
*
*
* repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;
*/
java.util.List extends org.tensorflow.metadata.v0.FixedShape.DimOrBuilder>
getDimOrBuilderList();
/**
*
* The dimensions that define the shape. The total number of values in each
* example is the product of sizes of each dimension.
*
*
* repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;
*/
org.tensorflow.metadata.v0.FixedShape.DimOrBuilder getDimOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy