Searched refs:TestByteSwap (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | tensor_bundle_test.cc | 291 void TestByteSwap(const T* forward, const T* swapped, int array_len) { in TestByteSwap() function 340 TestByteSwap(forward_16, swapped_16, arr_len_16); in TEST() 341 TestByteSwap(reinterpret_cast<const int16_t*>(forward_16), in TEST() 343 TestByteSwap(reinterpret_cast<const bfloat16*>(forward_16), in TEST() 347 TestByteSwap(forward_32, swapped_32, arr_len_32); in TEST() 348 TestByteSwap(reinterpret_cast<const int32_t*>(forward_32), in TEST() 350 TestByteSwap(reinterpret_cast<const float*>(forward_32), in TEST() 355 TestByteSwap(reinterpret_cast<const uint64*>(forward_64), in TEST() 357 TestByteSwap(reinterpret_cast<const int64_t*>(forward_64), in TEST() 359 TestByteSwap(reinterpret_cast<const double*>(forward_64), in TEST()
|