Commit e1267a9a authored by rohithkrn's avatar rohithkrn
Browse files

remove whitespaces

parent 32157739
...@@ -11,7 +11,7 @@ DTYPES2 = [torch.bfloat16, torch.float] ...@@ -11,7 +11,7 @@ DTYPES2 = [torch.bfloat16, torch.float]
ALWAYS_HALF = {torch.float: HALF, ALWAYS_HALF = {torch.float: HALF,
torch.half: HALF} torch.half: HALF}
ALWAYS_BFLOAT16 = {torch.bfloat16: BFLOAT16, ALWAYS_BFLOAT16 = {torch.bfloat16: BFLOAT16,
torch.float: BFLOAT16} torch.float: BFLOAT16}
ALWAYS_FLOAT = {torch.float: FLOAT, ALWAYS_FLOAT = {torch.float: FLOAT,
torch.half: FLOAT} torch.half: FLOAT}
MATCH_INPUT = {torch.float: FLOAT, MATCH_INPUT = {torch.float: FLOAT,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment