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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/function.proto

package org.tensorflow.framework;

public interface GradientDefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GradientDef)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The function name.
   * 
* * string function_name = 1; */ java.lang.String getFunctionName(); /** *
   * The function name.
   * 
* * string function_name = 1; */ com.google.protobuf.ByteString getFunctionNameBytes(); /** *
   * The gradient function's name.
   * 
* * string gradient_func = 2; */ java.lang.String getGradientFunc(); /** *
   * The gradient function's name.
   * 
* * string gradient_func = 2; */ com.google.protobuf.ByteString getGradientFuncBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy