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

org.tensorflow.framework.NodeOutputOrBuilder Maven / Gradle / Ivy

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

package org.tensorflow.framework;

public interface NodeOutputOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.NodeOutput)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int32 slot = 1;
   */
  int getSlot();

  /**
   * optional .tensorflow.TensorDescription tensor_description = 3;
   */
  boolean hasTensorDescription();
  /**
   * optional .tensorflow.TensorDescription tensor_description = 3;
   */
  org.tensorflow.framework.TensorDescription getTensorDescription();
  /**
   * optional .tensorflow.TensorDescription tensor_description = 3;
   */
  org.tensorflow.framework.TensorDescriptionOrBuilder getTensorDescriptionOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy