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

org.tensorflow.tf2xla.TensorIdOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/compiler/tf2xla/tf2xla.proto

package org.tensorflow.tf2xla;

public interface TensorIdOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.tf2xla.TensorId)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string node_name = 1;
   */
  java.lang.String getNodeName();
  /**
   * string node_name = 1;
   */
  com.google.protobuf.ByteString
      getNodeNameBytes();

  /**
   * int64 output_index = 2;
   */
  long getOutputIndex();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy