| 262 | */ |
| 263 | template<typename T> |
| 264 | const std::vector<T> getPushConstants() |
| 265 | { |
| 266 | return { (T*)this->mPushConstantsData, |
| 267 | ((T*)this->mPushConstantsData) + this->mPushConstantsSize }; |
| 268 | } |
| 269 | /** |
| 270 | * Gets the current tensors that are used in the algorithm. |
| 271 | * |
nothing calls this directly
no outgoing calls
no test coverage detected