add reference

This commit is contained in:
Guo Liyong 2021-12-23 19:37:43 +08:00
parent a9ad9553b5
commit e31c14b335
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# copied from https://github.com/danpovey/quantization
import torch
from torch import nn
from torch import Tensor

View File

@ -1,3 +1,4 @@
# copied from https://github.com/danpovey/quantization
import torch
from torch import nn
from torch import Tensor

View File

@ -1,3 +1,4 @@
# copied from https://github.com/danpovey/quantization
import torch
from torch import nn
from torch import Tensor

View File

@ -1,3 +1,4 @@
# copied from https://github.com/danpovey/quantization
import torch
from torch import nn
from torch import Tensor

View File

@ -1,3 +1,4 @@
# copied from https://github.com/danpovey/quantization
import binascii
import h5py
import math