Skip to content

Commit

Permalink
add license header (pytorch#341)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#341

As title

Reviewed By: dskhudia

Differential Revision: D20894431

fbshipit-source-id: 0ced853e7e8c812fe0ab67f437002f05083063bd
  • Loading branch information
jspark1105 authored and facebook-github-bot committed Apr 7, 2020
1 parent 1f42be5 commit c97495c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/GenerateI8Depthwise.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "./GenerateI8Depthwise.h"

#include <asmjit/asmjit.h>
Expand Down

0 comments on commit c97495c

Please sign in to comment.