| 50 | return ExtractVector<RegularInputOuput>(output_); |
| 51 | } |
| 52 | std::vector<int> GetOutputShape() { return GetTensorShape(output_); } |
| 53 | |
| 54 | template <typename QuantizedInputOutput> |
| 55 | std::vector<float> GetDequantizedOutput() { |
no test coverage detected