Home
last modified time | relevance | path

Searched refs:x_shapes (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc105 const std::vector<TensorShape>& x_shapes, in ComputeTheoreticalJacobianTranspose() argument
110 size_t x_num = x_shapes.size(); in ComputeTheoreticalJacobianTranspose()
161 const int64 x_size = x_shapes[x_idx].num_elements(); in ComputeTheoreticalJacobianTranspose()
206 const std::vector<TensorShape>& x_shapes, in ComputeNumericJacobianTranspose() argument
213 size_t x_num = x_shapes.size(); in ComputeNumericJacobianTranspose()
223 const int64 x_size = x_shapes[x_idx].num_elements(); in ComputeNumericJacobianTranspose()
297 const std::vector<TensorShape>& x_shapes, in InitJacobians() argument
301 const size_t x_num = x_shapes.size(); in InitJacobians()
309 x_shapes[x_idx].num_elements() * JacobianStride<X_T>::value; in InitJacobians()
326 const std::vector<TensorShape>& x_shapes, in ComputeGradientErrorInternal() argument
[all …]
Dgradient_checker.h50 const std::vector<TensorShape>& x_shapes,
/external/tensorflow/tensorflow/python/kernel_tests/
Dconcat_op_test.py394 x_shapes = [[20, 7, 3], [10, 7, 3], [14, 7, 3]]
398 for x_shape in x_shapes
403 err = gradient_checker.compute_gradient_error(xs, x_shapes, output,
409 x_shapes = [[20, 7, 3], [20, 3, 3], [20, 1, 3]]
413 for x_shape in x_shapes
418 err = gradient_checker.compute_gradient_error(xs, x_shapes, output,
424 x_shapes = [[20, 7, 3], [10, 7, 3], [14, 7, 3]]
428 for x_shape in x_shapes
434 err = gradient_checker.compute_gradient_error(xs, x_shapes, output,
440 x_shapes = [[20, 7, 3], [20, 3, 3], [20, 1, 3]]
[all …]
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddistort_image_ops_test.py82 x_shapes = [
96 for x_shape in x_shapes:
142 x_shapes = [
156 for x_shape in x_shapes:
206 x_shapes = [
221 for x_shape in x_shapes:
/external/tensorflow/tensorflow/cc/gradients/
Ddata_flow_grad_test.cc37 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() argument
42 scope_, xs, x_shapes, ys, y_shapes, &max_error))); in RunTest()
Dnn_grad_test.cc70 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() argument
75 scope_, xs, x_shapes, ys, y_shapes, &max_error))); in RunTest()
Darray_grad_test.cc44 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() argument
49 scope_, xs, x_shapes, ys, y_shapes, &max_error))); in RunTest()
Dmath_grad_test.cc713 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, in RunTest() argument
718 scope_, xs, x_shapes, ys, y_shapes, &max_error))); in RunTest()
/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py156 x_shapes = [
163 for x_shape in x_shapes:
254 x_shapes = [
268 for x_shape in x_shapes:
366 x_shapes = [
381 for x_shape in x_shapes:
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py429 x_shapes = [
443 for x_shape in x_shapes:
909 x_shapes = [
924 for x_shape in x_shapes:
1377 x_shapes = [
1384 for x_shape in x_shapes:
1692 x_shapes = [[13, 9, 3], [5, 13, 9, 3]]
1693 for x_shape in x_shapes:
1737 x_shapes = [[240, 320, 3], [5, 240, 320, 3]]
1740 for x_shape, y_shape in zip(x_shapes, expected_y_shapes):
[all …]