mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D31527108 fbshipit-source-id: 40360ebf92e67fd95613cedea9988fbe52519de6
This commit is contained in:
parent
109aa135e6
commit
b96c7aea73
|
|
@ -21,7 +21,8 @@ using Tensor = at::Tensor;
|
|||
|
||||
class ConcatLinearLayers {
|
||||
public:
|
||||
explicit ConcatLinearLayers(std::shared_ptr<Graph> graph) : graph_(std::move(graph)) {}
|
||||
explicit ConcatLinearLayers(std::shared_ptr<Graph> graph)
|
||||
: graph_(std::move(graph)) {}
|
||||
|
||||
bool run() {
|
||||
handleBlockAndSubblocks(graph_->block());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user