| 543 | } |
| 544 | |
| 545 | template<> inline const org::apache::arrow::flatbuf::Tensor *Message::header_as<org::apache::arrow::flatbuf::Tensor>() const { |
| 546 | return header_as_Tensor(); |
| 547 | } |
| 548 | |
| 549 | template<> inline const org::apache::arrow::flatbuf::SparseTensor *Message::header_as<org::apache::arrow::flatbuf::SparseTensor>() const { |
| 550 | return header_as_SparseTensor(); |
nothing calls this directly
no test coverage detected