Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dbyte_swap.cc39 auto array_64 = reinterpret_cast<uint64_t*>(array); in ByteSwapArray() local
41 array_64[i] = BYTE_SWAP_64(array_64[i]); in ByteSwapArray()