[skip ci] Set test owners for cpp test (#66836)

Summary:
Action following https://github.com/pytorch/pytorch/issues/66232

cc yf225 glaringlee

Pull Request resolved: https://github.com/pytorch/pytorch/pull/66836

Reviewed By: saketh-are

Differential Revision: D31828641

Pulled By: janeyx99

fbshipit-source-id: 076d41686746fecebc07452df8212eef15a7824c
This commit is contained in:
Jane Xu 2021-10-21 13:14:14 -07:00 committed by Facebook GitHub Bot
parent 00a871c5c9
commit 6f1ba16d6d

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: cpp"]
import torch
# NN tests use double as the default dtype
torch.set_default_dtype(torch.double)