aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2017-05-17 15:38:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-17 15:45:11 -0700
commit9d9aa78c105a2414deed6ced31fb7699f08e55bb (patch)
tree794cea0ef4ad24a2a2c3a370a6d376c30fdb94b9 /WORKSPACE
parentebcc089d41598d59fd93ae2a2aac1203571545c4 (diff)
[XLA] Fix bool support for Array2D/Array3D/Array4D.
The Array?D<T> classes were previously backed by a std::vector<T>, which has an inconsistent bitset implementation for T == bool. This meant that the bool instantiations of Array?D caused compile-time errors. Change the Array classes to be backed by a std::unique_ptr<T[]> instead, since the dimensions of an Array are constant. PiperOrigin-RevId: 156364397
Diffstat (limited to 'WORKSPACE')
0 files changed, 0 insertions, 0 deletions