Searched defs:copy_array (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A 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
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-vector.hh | 317 copy_array (hb_array_t<const Type> other) in copy_array() function 331 copy_array (hb_array_t<const Type> other) in copy_array() function 346 copy_array (hb_array_t<const Type> other) in copy_array() function
|
/aosp_15_r20/system/chre/util/include/chre/util/ |
H A D | buffer.h | 91 bool copy_array(const ElementType *buffer, size_t size) { in copy_array() function
|
/aosp_15_r20/system/chre/util/ |
H A D | buffer_base.cc | 37 bool BufferBase::copy_array(const void *buffer, size_t size, in copy_array() function in chre::BufferBase
|
/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | mem.h | 73 template <typename T, size_t N> inline void copy_array(const T (&arr)[N], T* dest) { in copy_array() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/ |
D | generated_packet_test.cc | 483 std::array<ForArrays, 5> copy_array(fixed_array); in TEST() local 529 std::vector<ForArrays> copy_array(sized_array); in TEST() local 990 std::vector<TwoRelatedNumbers> copy_array(count_array); in TEST() local 1029 std::array<TwoRelatedNumbers, 4> copy_array(count_array); in TEST() local
|