• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1node {
2  name: "a"
3  op: "Placeholder"
4  attr {
5    key: "dtype"
6    value {
7      type: DT_FLOAT
8    }
9  }
10}
11node {
12  name: "b"
13  op: "Placeholder"
14  attr {
15    key: "dtype"
16    value {
17      type: DT_FLOAT
18    }
19  }
20}
21node {
22  name: "c"
23  op: "Placeholder"
24  attr {
25    key: "dtype"
26    value {
27      type: DT_FLOAT
28    }
29  }
30}
31node {
32  name: "d"
33  op: "Placeholder"
34  attr {
35    key: "dtype"
36    value {
37      type: DT_FLOAT
38    }
39  }
40}
41node {
42  name: "Merge"
43  op: "Merge"
44  input: "a"
45  input: "b"
46  input: "c"
47  input: "d"
48  attr {
49    key: "N"
50    value {
51      i: 4
52    }
53  }
54  attr {
55    key: "T"
56    value {
57      type: DT_FLOAT
58    }
59  }
60}
61
62versions {
63  producer: 27
64}
65