| 13 | using FT = Format::Type; |
| 14 | |
| 15 | TypedValueRef<FormattedTensorValue> FormatTransformation::as( |
| 16 | const FormattedTensorValue& tensor, const FT& target) const { |
| 17 | return m_value_type.make(tensor.value(), target); |
| 18 | } |
| 19 | |
| 20 | TypedValueRef<FormattedTensorValue> FormatTransformation::to( |
| 21 | const FormattedTensorValue& tensor, const FT& target, |
no test coverage detected