aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/app/demo/data/poly5-graph.pbtxt
blob: 5bf8834752b831c0b0cf8e2a7d0b79a0b3767358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
node {
  name: "A"
  op: "Input"
}
node {
  name: "B"
  op: "Input"
}
node {
  name: "C"
  op: "MatMul"
  input: "A"
  input: "B"
}