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

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

// 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 
      getOpOrBuilderList();
  /**
   * repeated .tensorflow.ApiDef op = 1;
   */
  org.tensorflow.framework.ApiDefOrBuilder getOpOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy