| 483 | } |
| 484 | |
| 485 | void SetConstTensorBuffer(StaticTensor* tensor, void* addr) |
| 486 | { |
| 487 | StaticConstTensor* const_tensor = dynamic_cast<StaticConstTensor*>(tensor); |
| 488 | const_tensor->mem_addr = addr; |
| 489 | } |
| 490 | |
| 491 | void SetConstTensorFileLocation(StaticTensor* tensor, int offset, int file_size) |
| 492 | { |
no outgoing calls
no test coverage detected