build fix for clang
Signed-off-by: raver119@gmail.com <raver119@gmail.com>
This commit is contained in:
parent
da4bf0209b
commit
9101a0ee15
@ -482,7 +482,7 @@ namespace nd4j {
|
||||
|
||||
void Context::setBArguments(const std::vector<bool> &bArgs) {
|
||||
for (auto b:bArgs)
|
||||
_bArgs.emplace_back(b);
|
||||
_bArgs.push_back(b);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user