Searched defs:sub_array (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 225 …hb_array_t sub_array (unsigned int start_offset = 0, unsigned int *seg_count = nullptr /* IN/OUT *… in sub_array() function 239 hb_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function 324 …hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() function 326 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function
|
D | hb-vector.hh | 166 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 168 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 170 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 172 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function
|
D | hb-open-type.hh | 637 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 639 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 641 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 643 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function 925 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 927 …hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr … in sub_array() function 929 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 931 …hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/… in sub_array() function
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.cc | 72 int tensor_stride, const Array& sub_array, in CopyArrayToSubArray()
|