All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.metadata.v0.ReduceOpOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/derived_feature.proto

// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;

public interface ReduceOpOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.ReduceOp)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string op_name = 1;
   * @return The opName.
   */
  java.lang.String getOpName();
  /**
   * string op_name = 1;
   * @return The bytes for opName.
   */
  com.google.protobuf.ByteString
      getOpNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy