Home
last modified time | relevance | path

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

12

/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/java/src/main/java/org/tensorflow/op/core/
DGradients.java50 public class Gradients implements Op, Iterable<Operand<?>> { class
81 public static Gradients create( in create()
99 return new Gradients(Arrays.asList(dy)); in create()
115 public static Gradients create( in create()
158 private Gradients(List<Output<?>> dy) { in Gradients() method in Gradients
/external/tensorflow/tensorflow/core/api_def/base_api/
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_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_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_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_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_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_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_DepthwiseConv2dNativeBackpropInput.pbtxt24 Gradients w.r.t. the output of the convolution.
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td33 bit Gradients = 0;
47 "NumExtraArgs", "Gradients", "Coordinates", "LodOrClampOrMip",
357 !foreach(dw, !if(sample.Gradients,
393 let Gradients = sample.Gradients;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td491 bit Gradients = 0;
531 let Gradients = 1 in {
551 bit Gradients = 0;
560 !if(Gradients, dim.GradientArgs, []),
585 let Gradients = base.Gradients;
595 let Gradients = sample.Gradients;
/external/tensorflow/tensorflow/cc/gradients/
DREADME.md3 Gradients are currently being ported from

12