Searched defs:copy_array (Results 1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/ |
| D | ragged_tensor_to_tensor_op.cc | 435 void copy_array(VALUE_TYPE* dst, const VALUE_TYPE* src, INDEX_TYPE size) { in copy_array() function 440 void copy_array<tstring, int64_t>(tstring* dst, const tstring* src, in copy_array() function 446 void copy_array<tstring, int32>(tstring* dst, const tstring* src, in copy_array() function 455 void copy_array<Eigen::half, int64_t>(Eigen::half* dst, const Eigen::half* src, in copy_array() function 461 void copy_array<Eigen::half, int32>(Eigen::half* dst, const Eigen::half* src, in copy_array() function
|