Source code for espnet2.diar.layers.abs_mask
from abc import ABC, abstractmethod
from collections import OrderedDict
from typing import Tuple
import torch
from abc import ABC, abstractmethod
from collections import OrderedDict
from typing import Tuple
import torch