Added logistic regression implementation in tests
This commit is contained in:
parent
a379feb77a
commit
a325486d01
6 changed files with 616 additions and 2 deletions
|
|
@ -97,7 +97,6 @@ Algorithm::init(const std::vector<char>& shaderFileData,
|
|||
|
||||
std::vector<uint32_t> sizes;
|
||||
for (std::shared_ptr<Tensor> tensor : tensorParams) {
|
||||
SPDLOG_WARN("size: {}", tensor->size());
|
||||
sizes.push_back(tensor->size());
|
||||
}
|
||||
this->createPipeline(sizes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue