Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dbyte_swap.cc33 auto array_32 = reinterpret_cast<uint32_t*>(array); in ByteSwapArray() local
35 array_32[i] = BYTE_SWAP_32(array_32[i]); in ByteSwapArray()