Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc343 ALWAYS_INLINE void LoadSingleScalar(const bfloat16** data, Packet* l) { in LoadSingleScalar() function
357 LoadSingleScalar(data, l1); in LoadTwoScalars()
358 LoadSingleScalar(data, l2); in LoadTwoScalars()
377 ALWAYS_INLINE void LoadSingleScalar(const float** data, Packet* l) { in LoadSingleScalar() function
383 LoadSingleScalar(data, l1); in LoadTwoScalars()
384 LoadSingleScalar(data, l2); in LoadTwoScalars()
397 LoadSingleScalar(data, l3); in LoadThreeScalars()
751 LoadSingleScalar(&data, &l); in GEPP()