| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.GradientDef |
tensorflow.FunctionDefLibrary.add_gradient() |
static tensorflow.GradientDef |
tensorflow.GradientDef.default_instance() |
tensorflow.GradientDef |
tensorflow.FunctionDefLibrary.gradient(int index) |
static tensorflow.GradientDef |
tensorflow.GradientDef.internal_default_instance() |
tensorflow.GradientDef |
tensorflow.FunctionDefLibrary.mutable_gradient(int index) |
tensorflow.GradientDef |
tensorflow.GradientDef.New() |
tensorflow.GradientDef |
tensorflow.GradientDef.New(tensorflow.Arena arena) |
tensorflow.GradientDef |
tensorflow.GradientDef.position(long position) |
tensorflow.GradientDef |
tensorflow.GradientDef.put(tensorflow.GradientDef from) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
tensorflow.FunctionLibraryDefinition.AddGradientDef(tensorflow.GradientDef grad) |
void |
tensorflow.GradientDef.CopyFrom(tensorflow.GradientDef from) |
void |
tensorflow.GradientDef.MergeFrom(tensorflow.GradientDef from) |
tensorflow.GradientDef |
tensorflow.GradientDef.put(tensorflow.GradientDef from) |
tensorflow.Status |
tensorflow.FunctionLibraryDefinition.ReplaceGradient(tensorflow.GradientDef grad) |
void |
tensorflow.GradientDef.Swap(tensorflow.GradientDef other) |
void |
tensorflow.GradientDef.UnsafeArenaSwap(tensorflow.GradientDef other) |
| Constructor and Description |
|---|
GradientDef(tensorflow.GradientDef from) |
Copyright © 2019. All rights reserved.