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

org.tensorflow.framework.CostGraphDefOrBuilder 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/cost_graph.proto

package org.tensorflow.framework;

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

  /**
   * repeated .tensorflow.CostGraphDef.Node node = 1;
   */
  java.util.List 
      getNodeList();
  /**
   * repeated .tensorflow.CostGraphDef.Node node = 1;
   */
  org.tensorflow.framework.CostGraphDef.Node getNode(int index);
  /**
   * repeated .tensorflow.CostGraphDef.Node node = 1;
   */
  int getNodeCount();
  /**
   * repeated .tensorflow.CostGraphDef.Node node = 1;
   */
  java.util.List 
      getNodeOrBuilderList();
  /**
   * repeated .tensorflow.CostGraphDef.Node node = 1;
   */
  org.tensorflow.framework.CostGraphDef.NodeOrBuilder getNodeOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy