commit | 3ad0418bd08c6284c98b0f74226f964da09e5018 | [log] [tgz] |
---|---|---|
author | Alex Zinenko <zinenko@google.com> | Wed Oct 24 09:52:06 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:37:41 2019 -0700 |
tree | 069048dbc68741cd8a78f1d570d3a67041983ad2 | |
parent | e8d476e55ac4272284dc1d9e4bfe98d8e77a5f1d [diff] |
Rename shape_cast to tensor_cast. "shape_cast" only applies to tensors, and there are other operations that actually affect shape, for example "reshape". Rename "shape_cast" to "tensor_cast" in both the code and the documentation. PiperOrigin-RevId: 218528122