diff --git a/libnd4j/include/graph/impl/Context.cpp b/libnd4j/include/graph/impl/Context.cpp index 146e66067..ed9321ccd 100644 --- a/libnd4j/include/graph/impl/Context.cpp +++ b/libnd4j/include/graph/impl/Context.cpp @@ -482,7 +482,7 @@ namespace nd4j { void Context::setBArguments(const std::vector &bArgs) { for (auto b:bArgs) - _bArgs.emplace_back(b); + _bArgs.push_back(b); } } }