Searched defs:y_shapes (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | gradient_checker.cc | 107 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/ |
D | data_flow_grad_test.cc | 38 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 | 71 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
|
D | math_grad_test.cc | 714 const OutputList& ys, const std::vector<TensorShape>& y_shapes) { in RunTest()
|