| 486 | }; |
| 487 | |
| 488 | DebugTensor() = default; |
| 489 | DebugTensor(const std::vector<float>& data); |
| 490 | DebugTensor(const std::vector<f16_t>& data); |
| 491 | DebugTensor& operator=(const DebugTensor& other) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected