Skip to content

Commit

Permalink
Merge pull request webmachinelearning#2 from huningxin/fixup_rename
Browse files Browse the repository at this point in the history
Fixup rename
  • Loading branch information
huningxin authored Oct 15, 2020
2 parents 7cbb3fb + 2f97910 commit 4a65ae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generator/templates/dawn_native/wnn_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef DAWNNATIVE_WNN_STRUCTS_H_
#define DAWNNATIVE_WNN_STRUCTS_H_

#include "dawn/webgpu_cpp.h"
#include "dawn/webnn_cpp.h"
#include "dawn_native/Forward.h"

namespace dawn_native {
Expand Down
6 changes: 3 additions & 3 deletions generator/templates/webnn_cpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//* See the License for the specific language governing permissions and
//* limitations under the License.
#ifndef WEBGPU_CPP_H_
#define WEBGPU_CPP_H_
#ifndef WEBNN_CPP_H_
#define WEBNN_CPP_H_

#include "dawn/webnn.h"
#include "dawn/EnumClassBitmasks.h"
Expand Down Expand Up @@ -217,4 +217,4 @@ namespace wnn {

} // namespace wnn

#endif // WEBGPU_CPP_H_
#endif // WEBNN_CPP_H_

0 comments on commit 4a65ae4

Please sign in to comment.