Dontopedia

torch.nn.Linear

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)

torch.nn.Linear has 23 facts recorded in Dontopedia across 4 references, with 2 live disagreements.

23 facts·16 predicates·4 sources·2 in dispute

Mostly:rdf:type(4), has parameter(2), has input dimensions(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (10)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

isStateOfIs State of(2)

appliesToApplies to(1)

instanceOfInstance of(1)

isInstanceIs Instance(1)

managesManages(1)

producesProduces(1)

takesArgumentTakes Argument(1)

usesUses(1)

usesModelUses Model(1)

Other facts (20)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

20 facts
PredicateValueRef
Rdf:typePy Torch Module[1]
Rdf:typeModel[2]
Rdf:typePy Torch Layer[3]
Rdf:typePy Torch Module[4]
Has Parameter10[1]
Has Parameter1[1]
Has Input Dimensions10[1]
Has Output Dimensions1[1]
FrameworkPyTorch[1]
Instantiated With10, 1[1]
Constructor Args10, 1[1]
Layer TypeLinear layer[1]
Is Used inExample Usage[2]
Is Managed byModel Rollback Manager[2]
Is InstanceNn.linear[2]
Is SubclassNn Module[2]
Is Used AsExample Model Type[2]
Has Input Dimension10[3]
Has Output Dimension1[3]
Is Target ofQuantize Dynamic[4]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
ex:PyTorchModule
labelbeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
torch.nn.Linear
hasParameterbeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
10
hasParameterbeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
1
hasInputDimensionsbeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
10
hasOutputDimensionsbeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
1
frameworkbeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
PyTorch
instantiatedWithbeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
10, 1
constructorArgsbeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
10, 1
layerTypebeam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
Linear layer
typebeam/395b0286-5a3e-4195-a977-dfb02976002e
ex:Model
labelbeam/395b0286-5a3e-4195-a977-dfb02976002e
torch.nn.Linear
isUsedInbeam/395b0286-5a3e-4195-a977-dfb02976002e
ex:example-usage
isManagedBybeam/395b0286-5a3e-4195-a977-dfb02976002e
ex:model-rollback-manager
isInstancebeam/395b0286-5a3e-4195-a977-dfb02976002e
ex:nn.Linear
isSubclassbeam/395b0286-5a3e-4195-a977-dfb02976002e
ex:nn-module
isUsedAsbeam/395b0286-5a3e-4195-a977-dfb02976002e
ex:example-model-type
typebeam/f939384a-a0a5-421f-8a7a-83cf0019b4d9
ex:PyTorchLayer
hasInputDimensionbeam/f939384a-a0a5-421f-8a7a-83cf0019b4d9
10
hasOutputDimensionbeam/f939384a-a0a5-421f-8a7a-83cf0019b4d9
1
typebeam/893846b7-2485-431d-970b-b70aaf9c7c59
ex:PyTorchModule
labelbeam/893846b7-2485-431d-970b-b70aaf9c7c59
torch.nn.Linear
isTargetOfbeam/893846b7-2485-431d-970b-b70aaf9c7c59
ex:quantize-dynamic

References (4)

4 references
  1. ctx:claims/beam/97dd723a-8ccc-454b-b2f7-ce9d1dde645b
  2. ctx:claims/beam/395b0286-5a3e-4195-a977-dfb02976002e
  3. ctx:claims/beam/f939384a-a0a5-421f-8a7a-83cf0019b4d9
    • full textbeam-chunk
      text/plain1 KBdoc:beam/f939384a-a0a5-421f-8a7a-83cf0019b4d9
      Show excerpt
      ```python import torch import torch.nn as nn class ScoringModel(nn.Module): def __init__(self): super(ScoringModel, self).__init__() self.model = torch.nn.Linear(10, 1) def forward(self, input_data): scores
  4. ctx:claims/beam/893846b7-2485-431d-970b-b70aaf9c7c59

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.