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

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

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

package org.tensorflow.tf2xla;

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

  /**
   * .tensorflow.tf2xla.TensorId id = 1;
   */
  boolean hasId();
  /**
   * .tensorflow.tf2xla.TensorId id = 1;
   */
  org.tensorflow.tf2xla.TensorId getId();
  /**
   * .tensorflow.tf2xla.TensorId id = 1;
   */
  org.tensorflow.tf2xla.TensorIdOrBuilder getIdOrBuilder();

  /**
   * 
   * Optional name for generated code.
   * 
* * string name = 2; */ java.lang.String getName(); /** *
   * Optional name for generated code.
   * 
* * string name = 2; */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy