| 718 | class NaryGradTest : public ::testing::Test { |
| 719 | protected: |
| 720 | NaryGradTest() : scope_(Scope::NewRootScope().WithDevice("/cpu:0")) {} |
| 721 | |
| 722 | void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, |
| 723 | const OutputList& ys, const std::vector<TensorShape>& y_shapes) { |
nothing calls this directly
no test coverage detected