org.tensorflow.framework.CostGraphDefOrBuilder Maven / Gradle / Ivy
// 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 extends org.tensorflow.framework.CostGraphDef.NodeOrBuilder>
getNodeOrBuilderList();
/**
* repeated .tensorflow.CostGraphDef.Node node = 1;
*/
org.tensorflow.framework.CostGraphDef.NodeOrBuilder getNodeOrBuilder(
int index);
}