org.tensorflow.framework.ApiDefsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/api_def.proto
package org.tensorflow.framework;
public interface ApiDefsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.ApiDefs)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .tensorflow.ApiDef op = 1;
*/
java.util.List
getOpList();
/**
* repeated .tensorflow.ApiDef op = 1;
*/
org.tensorflow.framework.ApiDef getOp(int index);
/**
* repeated .tensorflow.ApiDef op = 1;
*/
int getOpCount();
/**
* repeated .tensorflow.ApiDef op = 1;
*/
java.util.List extends org.tensorflow.framework.ApiDefOrBuilder>
getOpOrBuilderList();
/**
* repeated .tensorflow.ApiDef op = 1;
*/
org.tensorflow.framework.ApiDefOrBuilder getOpOrBuilder(
int index);
}