update template code
This commit is contained in:
10
mmp/a1/tensors.py
Normal file
10
mmp/a1/tensors.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import torch
|
||||
|
||||
def avg_color(img: torch.Tensor):
|
||||
raise NotImplementedError()
|
||||
|
||||
def mask(foreground: torch.Tensor, background: torch.Tensor, mask_tensor: torch.Tensor, threshold: float):
|
||||
raise NotImplementedError()
|
||||
|
||||
def add_matrix_vector(matrix: torch.Tensor, vector: torch.Tensor):
|
||||
raise NotImplementedError()
|
||||
Reference in New Issue
Block a user