Home
last modified time | relevance | path

Searched refs:Gradients (Results 1 – 25 of 56) sorted by relevance

123

/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
DGradientsTest.java47 Gradients grads = Gradients.create(scope, y1, Arrays.asList(x, y0)); in createGradients()
74 Gradients grads = Gradients.create(scope, Arrays.asList(y0, y1), Arrays.asList(x)); in createGradientsWithSum()
99 Gradients grads0 = Gradients.create(scope, y1, Arrays.asList(y0)); in createGradientsWithInitialValues()
100 Gradients grads1 = Gradients.create(scope, y0, Arrays.asList(x), Gradients.dx(grads0.dy())); in createGradientsWithInitialValues()
124 Gradients grad0 = Gradients.create(scope, y, Arrays.asList(x)); in validateGradientsNames()
127 Gradients grad1 = Gradients.create(scope.withName("MyGradients"), y, Arrays.asList(x)); in validateGradientsNames()
/external/tensorflow/tensorflow/go/op/
Dgradients_test.go36 grads0 := Gradients(s, []tf.Output{y1}, []tf.Output{x1})
48 grads1 := Gradients(sub, []tf.Output{y2}, []tf.Output{x1, x2})
102 grad := Gradients(s, []tf.Output{y0, y1}, []tf.Output{x})
143 grads0 := Gradients(s, []tf.Output{y1}, []tf.Output{y0})
155 grads1 := Gradients(sub, []tf.Output{y0}, []tf.Output{x}, grads0[0])
195 grads0 := Gradients(s, []tf.Output{y0}, []tf.Output{x})
204 grads1 := Gradients(sub, []tf.Output{y0}, []tf.Output{x})
212 Gradients(sub, []tf.Output{y0}, []tf.Output{x})
229 Gradients(s, []tf.Output{y0}, []tf.Output{x})
242 Gradients(s, []tf.Output{y0}, []tf.Output{x})
Dgradients.go33 func Gradients(scope *Scope, y []tf.Output, x []tf.Output, dx ...tf.Output) (output []tf.Output) { func
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GRUBlockCellGrad.pbtxt16 d_h: Gradients of the h_new wrt to objective function.
19 d_x: Gradients of the x wrt to objective function.
20 d_h_prev: Gradients of the h wrt to objective function.
21 d_c_bar Gradients of the c_bar wrt to objective function.
22 d_r_bar_u_bar Gradients of the r_bar & u_bar wrt to objective function.
60 Mathematics behind the Gradients below:
75 Below calculation is performed in the python wrapper for the Gradients
Dapi_def_MaxPoolGradGradWithArgmax.pbtxt12 4-D with shape `[batch, height, width, channels]`. Gradients w.r.t. the
25 Gradients of gradients w.r.t. the input of `max_pool`.
Dapi_def_MaxPoolGradWithArgmax.pbtxt13 4-D with shape `[batch, height, width, channels]`. Gradients w.r.t. the
26 Gradients w.r.t. the input of `max_pool`.
Dapi_def_FractionalMaxPoolGrad.pbtxt19 4-D with shape `[batch, height, width, channels]`. Gradients
40 4-D. Gradients w.r.t. the input of `fractional_max_pool`.
Dapi_def_MaxPoolGradV2.pbtxt18 4-D. Gradients w.r.t. the output of `max_pool`.
37 Gradients w.r.t. the input to `max_pool`.
Dapi_def_MaxPoolGradGrad.pbtxt18 4-D. Gradients of gradients w.r.t. the input of `max_pool`.
24 Gradients of gradients w.r.t. the input to `max_pool`.
Dapi_def_MaxPoolGrad.pbtxt19 4-D. Gradients w.r.t. the output of `max_pool`.
25 Gradients w.r.t. the input to `max_pool`.
Dapi_def_MaxPoolGradGradV2.pbtxt18 4-D. Gradients of gradients w.r.t. the input of `max_pool`.
37 Gradients of gradients w.r.t. the input to `max_pool`.
Dapi_def_AvgPoolGrad.pbtxt13 4-D with shape `[batch, height, width, channels]`. Gradients w.r.t.
20 4-D. Gradients w.r.t. the input of `avg_pool`.
Dapi_def_FractionalAvgPoolGrad.pbtxt13 4-D with shape `[batch, height, width, channels]`. Gradients
34 4-D. Gradients w.r.t. the input of `fractional_avg_pool`.
Dapi_def_ResizeNearestNeighborGrad.pbtxt20 4-D with shape `[batch, orig_height, orig_width, channels]`. Gradients
Dapi_def_ResizeBilinearGrad.pbtxt21 Gradients with respect to the input image. Input image must have been
Dapi_def_LRNGrad.pbtxt52 summary: "Gradients for Local Response Normalization."
Dapi_def_ResizeBicubicGrad.pbtxt21 Gradients with respect to the input image. Input image must have been
Dapi_def_MaxPool3DGradGrad.pbtxt24 Gradients of gradients w.r.t. the input to `max_pool`.
Dapi_def_BatchNormWithGlobalNormalizationGrad.pbtxt82 summary: "Gradients for batch normalization."
Dapi_def_DepthwiseConv2dNativeBackpropFilter.pbtxt25 Gradients w.r.t. the output of the convolution.
Dapi_def_DepthwiseConv2dNativeBackpropInput.pbtxt24 Gradients w.r.t. the output of the convolution.
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
DGradients.java52 public class Gradients implements Op, Iterable<Operand<?>> { class
84 public static Gradients create( in create()
105 return new Gradients(Arrays.asList(dy)); in create()
122 public static Gradients create( in create()
165 private Gradients(List<Output<?>> dy) { in Gradients() method in Gradients
/external/skia/src/gpu/gradients/
DREADME.md1 Gradients on the GPU
4 Gradients can be thought of, at a very high level, as three pieces:
/external/skqp/src/gpu/gradients/
DREADME.md1 Gradients on the GPU
4 Gradients can be thought of, at a very high level, as three pieces:
/external/tensorflow/tensorflow/cc/gradients/
DREADME.md3 Gradients are currently being ported from

123