| 477 | } |
| 478 | |
| 479 | void* GetConstTensorBuffer(StaticTensor* tensor) |
| 480 | { |
| 481 | StaticConstTensor* const_tensor = dynamic_cast<StaticConstTensor*>(tensor); |
| 482 | return const_tensor->mem_addr; |
| 483 | } |
| 484 | |
| 485 | void SetConstTensorBuffer(StaticTensor* tensor, void* addr) |
| 486 | { |
no outgoing calls
no test coverage detected