| 42 | } |
| 43 | |
| 44 | const VkMemoryRequirements2 *MemReqs() const { return &mem_reqs_; } |
| 45 | // This function is only used for comparing Imported External Dedicated Memory |
| 46 | bool CompareCreateInfo(const Tensor &other) const; |
| 47 |
no outgoing calls
no test coverage detected