aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/proto/python/kernel_tests/promote_unsigned.TestCase.pbtxt
blob: bc07efc8f3038c6c540855c97b2254575e517ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
primitive {
  fixed32_value: 4294967295
  uint32_value: 4294967295
}
shape: 1
sizes: 1
field {
  name: "fixed32_value"
  dtype: DT_INT64
  expected {
    int64_value: 4294967295
  }
}
sizes: 1
field {
  name: "uint32_value"
  dtype: DT_INT64
  expected {
    int64_value: 4294967295
  }
}
sizes: 0
field {
  name: "uint32_default"
  dtype: DT_INT64
  expected {
    int64_value: 4294967295  # Comes from an explicitly-specified default
  }
}