1name: "init"
2op {
3  output: "convTranspose_w"
4  type: "GivenTensorFill"
5  arg {
6    name: "shape"
7    ints: 1
8    ints: 1
9    ints: 3
10    ints: 3
11  }
12  arg {
13    name: "values"
14    floats: 2.0
15    floats: 3.0
16    floats: 4.0
17    floats: 5.0
18    floats: 6.0
19    floats: 7.0
20    floats: 8.0
21    floats: 9.0
22    floats: 10.0
23  }
24}
25op {
26  output: "convTranspose_b"
27  type: "GivenTensorFill"
28  arg {
29    name: "shape"
30    ints: 1
31  }
32  arg {
33    name: "values"
34    floats: 1.
35  }
36}
37
38