Home
last modified time | relevance | path

Searched defs:arr_funcs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc77 static PyArray_ArrFuncs arr_funcs; member
458 PyArray_ArrFuncs CustomFloatTypeDescriptor<T>::arr_funcs; member in tensorflow::__anon7a1ed7ad0111::CustomFloatTypeDescriptor<T>
1631 PyArray_ArrFuncs& arr_funcs = CustomFloatTypeDescriptor<T>::arr_funcs; in RegisterNumpyDtype() local