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

org.tensorflow.framework.FunctionDefLibraryOrBuilder 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/function.proto

package org.tensorflow.framework;

public interface FunctionDefLibraryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.FunctionDefLibrary)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * repeated .tensorflow.FunctionDef function = 1;
   */
  java.util.List 
      getFunctionList();
  /**
   * repeated .tensorflow.FunctionDef function = 1;
   */
  org.tensorflow.framework.FunctionDef getFunction(int index);
  /**
   * repeated .tensorflow.FunctionDef function = 1;
   */
  int getFunctionCount();
  /**
   * repeated .tensorflow.FunctionDef function = 1;
   */
  java.util.List 
      getFunctionOrBuilderList();
  /**
   * repeated .tensorflow.FunctionDef function = 1;
   */
  org.tensorflow.framework.FunctionDefOrBuilder getFunctionOrBuilder(
      int index);

  /**
   * repeated .tensorflow.GradientDef gradient = 2;
   */
  java.util.List 
      getGradientList();
  /**
   * repeated .tensorflow.GradientDef gradient = 2;
   */
  org.tensorflow.framework.GradientDef getGradient(int index);
  /**
   * repeated .tensorflow.GradientDef gradient = 2;
   */
  int getGradientCount();
  /**
   * repeated .tensorflow.GradientDef gradient = 2;
   */
  java.util.List 
      getGradientOrBuilderList();
  /**
   * repeated .tensorflow.GradientDef gradient = 2;
   */
  org.tensorflow.framework.GradientDefOrBuilder getGradientOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy