| 334 | |
| 335 | template <typename T> |
| 336 | QuantizationInfo SimpleTensor<T>::quantization_info() const |
| 337 | { |
| 338 | return _quantization_info; |
| 339 | } |
| 340 | |
| 341 | template <typename T> |
| 342 | SimpleTensor<T> &SimpleTensor<T>::quantization_info(const QuantizationInfo &qinfo) |
no outgoing calls
no test coverage detected