org.tensorflow.framework.GradientDefOrBuilder 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/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();
}