Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc688 void NPyCast(void* from_void, void* to_void, npy_intp n, void* fromarr, in NPyCast() function
704 if (PyArray_RegisterCastFunc(descr, npy_bfloat16, NPyCast<T, bfloat16>) < 0) { in RegisterBfloat16Cast()
708 NPyCast<bfloat16, T>) < 0) { in RegisterBfloat16Cast()