SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
b
c
d
f
g
i
k
m
n
q
r
s
t
u
v
w
Functions
b
c
d
f
g
i
m
q
r
s
v
w
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions
a
c
d
e
f
g
i
j
m
o
p
r
s
t
u
v
w
Variables
a
c
d
e
f
g
h
i
l
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
Functions
Typedefs
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
smaug
core
graph.proto
1
syntax = "proto3";
2
3
package smaug;
4
5
import "smaug/core/node.proto";
6
import "smaug/core/types.proto";
7
8
message GraphProto {
9
string name = 1;
10
repeated NodeProto nodes = 2;
11
// The backend that this graph should run on
12
string backend = 3;
13
HostMemoryAccessPolicy mem_policy = 4;
14
}
Generated by
1.8.18