org.tensorflow.metadata.v0.BlockUtilityOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/metric.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface BlockUtilityOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.BlockUtility)
com.google.protobuf.MessageOrBuilder {
/**
* repeated double weight = 1;
* @return A list containing the weight.
*/
java.util.List getWeightList();
/**
* repeated double weight = 1;
* @return The count of weight.
*/
int getWeightCount();
/**
* repeated double weight = 1;
* @param index The index of the element to return.
* @return The weight at the given index.
*/
double getWeight(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy