aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/bitcast_op.cc
Commit message (Collapse)AuthorAge
* Register GPU kernels for bitcast.Gravatar A. Unique TensorFlower2017-05-23
| | | | PiperOrigin-RevId: 156939333
* Change Tensor::UnsafeCopyFromInternal to take an explicit DataType, rather ↵Gravatar A. Unique TensorFlower2016-08-16
| | | | | | than using the private data_type() of TensorShape. Change: 130441713
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123900938
* Adds tests for unknown shape in bitcastGravatar Olivia Nordquist2016-05-11
| | | | Change: 122089210
* Fixes bitcast when the input and output data types have the same size.Gravatar A. Unique TensorFlower2016-05-06
| | | | Change: 121719728
* removing repeated hostcast linesGravatar A. Unique TensorFlower2016-02-24
| | | | Change: 115472914
* Fix import in bitcast_op_test, and fix use of std::min/maxGravatar Vijay Vasudevan2016-02-12
| | | | Change: 114567649
* Add a bitcast op for changing the type of a tensor without copying its bufferGravatar A. Unique TensorFlower2016-02-12
Fixes #655. Change: 114542161