[DOCS] Added placeholder docstring for layernorm tutorial

This commit is contained in:
Philippe Tillet
2021-10-15 19:04:01 -07:00
parent abbc554838
commit 90ded16c32

View File

@@ -1,3 +1,8 @@
"""
Layer Normalization
====================
"""
import torch import torch
import triton.language as tl import triton.language as tl
import triton import triton