org.tensorflow.framework.GradientDefOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: function.proto
package org.tensorflow.framework;
public interface GradientDefOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.GradientDef)
com.google.protobuf.MessageOrBuilder {
/**
*
* The function name.
*
*
* optional string function_name = 1;
*/
java.lang.String getFunctionName();
/**
*
* The function name.
*
*
* optional string function_name = 1;
*/
com.google.protobuf.ByteString
getFunctionNameBytes();
/**
*
* The gradient function's name.
*
*
* optional string gradient_func = 2;
*/
java.lang.String getGradientFunc();
/**
*
* The gradient function's name.
*
*
* optional string gradient_func = 2;
*/
com.google.protobuf.ByteString
getGradientFuncBytes();
}