mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59123 Test Plan: Imported from OSS Reviewed By: SplitInfinity Differential Revision: D28766023 fbshipit-source-id: 0919f4318fb5a7b1d5adc8f976dfc9309e233d13
104 lines
1.4 KiB
Plaintext
104 lines
1.4 KiB
Plaintext
node {
|
|
name: "input/x"
|
|
op: "IO Node"
|
|
attr {
|
|
key: "_output_shapes"
|
|
value {
|
|
list {
|
|
shape {
|
|
dim {
|
|
size: 1
|
|
}
|
|
dim {
|
|
size: 3
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
attr {
|
|
key: "attr"
|
|
value {
|
|
s: ""
|
|
}
|
|
}
|
|
}
|
|
node {
|
|
name: "output/output.1"
|
|
op: "IO Node"
|
|
input: "myLinear/Linear[l]/18"
|
|
attr {
|
|
key: "_output_shapes"
|
|
value {
|
|
list {
|
|
shape {
|
|
dim {
|
|
size: 1
|
|
}
|
|
dim {
|
|
size: 5
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
attr {
|
|
key: "attr"
|
|
value {
|
|
s: ""
|
|
}
|
|
}
|
|
}
|
|
node {
|
|
name: "myLinear/Linear[l]/bias/bias"
|
|
op: "prim::GetAttr"
|
|
input: "myLinear/Linear[l]/weight/l"
|
|
attr {
|
|
key: "attr"
|
|
value {
|
|
s: "{ name : bias }"
|
|
}
|
|
}
|
|
}
|
|
node {
|
|
name: "myLinear/Linear[l]/weight/weight"
|
|
op: "prim::GetAttr"
|
|
input: "myLinear/Linear[l]/weight/l"
|
|
attr {
|
|
key: "attr"
|
|
value {
|
|
s: "{ name : weight }"
|
|
}
|
|
}
|
|
}
|
|
node {
|
|
name: "myLinear/Linear[l]/18"
|
|
op: "aten::linear"
|
|
input: "input/x"
|
|
input: "myLinear/Linear[l]/weight/weight"
|
|
input: "myLinear/Linear[l]/bias/bias"
|
|
attr {
|
|
key: "_output_shapes"
|
|
value {
|
|
list {
|
|
shape {
|
|
dim {
|
|
size: 1
|
|
}
|
|
dim {
|
|
size: 5
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
attr {
|
|
key: "attr"
|
|
value {
|
|
s: "{}"
|
|
}
|
|
}
|
|
}
|
|
versions {
|
|
producer: 22
|
|
} |