Added capabilities for specialization data based on the size of the vectors passed
This commit is contained in:
parent
b80548ac3d
commit
23cf43e231
5 changed files with 140 additions and 109 deletions
|
|
@ -80,7 +80,7 @@ class Algorithm
|
|||
|
||||
// Create util functions
|
||||
void createShaderModule(const std::vector<char>& shaderFileData);
|
||||
void createPipeline();
|
||||
void createPipeline(std::vector<uint32_t> specializationData = {});
|
||||
|
||||
// Parameters
|
||||
void createParameters(std::vector<std::shared_ptr<Tensor>>& tensorParams);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue