| 75 | |
| 76 | std::vector<T> GetOutput() { return ExtractVector<T>(output_); } |
| 77 | std::vector<int> GetOutputShape() { return GetTensorShape(output_); } |
| 78 | |
| 79 | private: |
| 80 | void BuildWithHardcodedShape(std::initializer_list<int> input_shape, |
no test coverage detected