Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc509 int NPyBfloat16_Fill(void* buffer_raw, npy_intp length, void* ignored) { in NPyBfloat16_Fill() argument
510 bfloat16* const buffer = reinterpret_cast<bfloat16*>(buffer_raw); in NPyBfloat16_Fill()