org.tensorflow.framework.CostGraphDefOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tensorflow-client Show documentation
Show all versions of tensorflow-client Show documentation
Prebuilt tensorflow serving client
The 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)
com.google.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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy