| 61 | |
| 62 | template <> |
| 63 | bool DecodeVariant(VariantTensorData* data, VariantTensorDataProto* value) { |
| 64 | data->ToProto(value); |
| 65 | return true; |
| 66 | } |
| 67 | |
| 68 | template <> |
| 69 | void EncodeVariant(const VariantTensorDataProto& value, string* buf) { |
no test coverage detected