Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc107 const std::vector<TensorShape>& y_shapes, in ComputeTheoreticalJacobianTranspose()
208 const std::vector<TensorShape>& y_shapes, in ComputeNumericJacobianTranspose()
298 const std::vector<TensorShape>& y_shapes, in InitJacobians()
328 const std::vector<TensorShape>& y_shapes, in ComputeGradientErrorInternal()
374 const std::vector<TensorShape>& y_shapes, in ComputeGradientError()
/external/tensorflow/tensorflow/cc/gradients/
Ddata_flow_grad_test.cc38 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.cc71 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
Dmath_grad_test.cc714 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()