Skip to content
Snippets Groups Projects
Commit f641a1b9 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Moved apps up one level in folder

parent 007997ee
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -6,10 +6,10 @@ import torch
from torch.nn import Module
from torch.utils.data.dataloader import DataLoader
from ..torchutil import ModuleIndexer, get_summary, move_to_device_recursively
from .approxapp import ApproxKnob, KnobsT
from .modeledapp import (IPerfModel, IQoSModel, LinearPerfModel, ModeledApp,
QoSModelP1, QoSModelP2)
from .torchutil import ModuleIndexer, get_summary, move_to_device_recursively
class TorchApproxKnob(ApproxKnob):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment