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

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

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/step_stats.proto

package org.tensorflow.framework;

public interface NodeOutputOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.NodeOutput)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * int32 slot = 1;
   * @return The slot.
   */
  int getSlot();

  /**
   * .tensorflow.TensorDescription tensor_description = 3;
   * @return Whether the tensorDescription field is set.
   */
  boolean hasTensorDescription();
  /**
   * .tensorflow.TensorDescription tensor_description = 3;
   * @return The tensorDescription.
   */
  org.tensorflow.framework.TensorDescription getTensorDescription();
  /**
   * .tensorflow.TensorDescription tensor_description = 3;
   */
  org.tensorflow.framework.TensorDescriptionOrBuilder getTensorDescriptionOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy