Home
last modified time | relevance | path

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

/external/ml_dtypes/ml_dtypes/_src/
Dcustom_float.h497 void NPyCustomFloat_CopySwap(void* dst, void* src, int swap, void* arr) { in NPyCustomFloat_CopySwap() function
876 arr_funcs.copyswap = NPyCustomFloat_CopySwap<T>; in RegisterFloatDtype()
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc560 void NPyCustomFloat_CopySwap(void* dst, void* src, int swap, void* arr) { in NPyCustomFloat_CopySwap() function
1637 arr_funcs.copyswap = NPyCustomFloat_CopySwap<T>; in RegisterNumpyDtype()