Searched refs:AnnotatedSingleLayerLinearModel (Results 1 – 6 of 6) sorted by relevance
30 AnnotatedSingleLayerLinearModel,132 model_list = [AnnotatedSingleLayerLinearModel(qengine)]231 model_list = [AnnotatedSingleLayerLinearModel(qengine)]407 model_list = [AnnotatedSingleLayerLinearModel(qengine)]
31 AnnotatedSingleLayerLinearModel,345 model = AnnotatedSingleLayerLinearModel(qengine)367 base = AnnotatedSingleLayerLinearModel(qengine)376 model = AnnotatedSingleLayerLinearModel(qengine)
14 AnnotatedSingleLayerLinearModel,507 model_class=AnnotatedSingleLayerLinearModel, qengine="qnnpack"
49 AnnotatedSingleLayerLinearModel,621 model = AnnotatedSingleLayerLinearModel()
55 AnnotatedSingleLayerLinearModel,3561 annotated_linear_model = AnnotatedSingleLayerLinearModel(3597 annotated_linear_model = AnnotatedSingleLayerLinearModel("fbgemm").eval()3830 annotated_linear_model = AnnotatedSingleLayerLinearModel("qnnpack").eval()
1364 class AnnotatedSingleLayerLinearModel(torch.nn.Module): class