Searched defs:y_shapes (Results  1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/cc/framework/ | 
| D | gradient_checker.cc | 108     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/ | 
| D | functional_grad_test.cc | 48                const OutputList& ys, const std::vector<TensorShape>& y_shapes) {  in RunTest()
  | 
| D | data_flow_grad_test.cc | 38                const OutputList& ys, const std::vector<TensorShape>& y_shapes) {  in RunTest()
  | 
| D | linalg_grad_test.cc | 45                const OutputList& ys, const std::vector<TensorShape>& y_shapes) {  in RunTest()
  | 
| D | array_grad_test.cc | 45                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
  | 
| D | nn_grad_test.cc | 76                const OutputList& ys, const std::vector<TensorShape>& y_shapes) {  in RunTest()
  | 
| D | math_grad_test.cc | 745                const OutputList& ys, const std::vector<TensorShape>& y_shapes) {  in RunTest()
  |