Home
last modified time | relevance | path

Searched defs:y_shapes (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc108 const std::vector<TensorShape>& y_shapes, in ComputeTheoreticalJacobianTranspose()
215 const std::vector<TensorShape>& y_shapes, in ComputeNumericJacobianTranspose()
305 const std::vector<TensorShape>& y_shapes, in InitJacobians()
335 const std::vector<TensorShape>& y_shapes, in ComputeGradientErrorInternal()
381 const std::vector<TensorShape>& y_shapes, in ComputeGradientError()
/external/tensorflow/tensorflow/cc/gradients/
Dfunctional_grad_test.cc48 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
Ddata_flow_grad_test.cc38 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
Dlinalg_grad_test.cc45 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
Darray_grad_test.cc45 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
80 std::vector<TensorShape> y_shapes(4, TensorShape({2, 3})); in TEST_F() local
89 std::vector<TensorShape> y_shapes(2, TensorShape({4, 3})); in TEST_F() local
Dnn_grad_test.cc76 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
Dmath_grad_test.cc745 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()