Checks if an object is valid * * @return True if sucessful otherwise false */
| 90 | * @return True if sucessful otherwise false |
| 91 | */ |
| 92 | bool is_valid() const |
| 93 | { |
| 94 | return header.type == detail::ObjectType::Context; |
| 95 | } |
| 96 | /** Create a tensor object |
| 97 | * |
| 98 | * @param[in] desc Descriptor to use |
no outgoing calls
no test coverage detected