Home
last modified time | relevance | path

Searched refs:array_16 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dbyte_swap.cc27 auto array_16 = reinterpret_cast<uint16_t*>(array); in ByteSwapArray() local
29 array_16[i] = BYTE_SWAP_16(array_16[i]); in ByteSwapArray()