Checks if a queue is valid * * @return True if successful otherwise false */
| 66 | * @return True if successful otherwise false |
| 67 | */ |
| 68 | bool is_valid() const |
| 69 | { |
| 70 | return this->header.type == detail::ObjectType::Tensor; |
| 71 | }; |
| 72 | /** Map tensor to a host pointer |
| 73 | * |
| 74 | * @return A pointer to the underlying backing memory if successful else nullptr |
no outgoing calls
no test coverage detected