Searched defs:copy_array (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_to_tensor_op.cc | 404 void copy_array(VALUE_TYPE* dst, const VALUE_TYPE* src, INDEX_TYPE size) { in copy_array() function 409 void copy_array<tstring, int64>(tstring* dst, const tstring* src, int64 size) { in copy_array() function 414 void copy_array<tstring, int32>(tstring* dst, const tstring* src, int32 size) { in copy_array() function 422 void copy_array<Eigen::half, int64>(Eigen::half* dst, const Eigen::half* src, in copy_array() function 428 void copy_array<Eigen::half, int32>(Eigen::half* dst, const Eigen::half* src, in copy_array() function
|