| 104 | |
| 105 | template <> |
| 106 | Status SerializeSparseOp<tstring>::Initialize(Tensor* result) { |
| 107 | *result = Tensor(DT_STRING, TensorShape({3})); |
| 108 | return Status::OK(); |
| 109 | } |
| 110 | |
| 111 | template <> |
| 112 | Status SerializeSparseOp<tstring>::Serialize(const Tensor& input, |
no test coverage detected