| 579 | class MathGradTest : public ::testing::Test { |
| 580 | protected: |
| 581 | MathGradTest() : root_(Scope::NewRootScope().WithDevice("/cpu:0")) {} |
| 582 | |
| 583 | template <typename T> |
| 584 | void TestMatMulGrad(const bool is_batch, const bool t_x, const bool t_y) { |
nothing calls this directly
no test coverage detected