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.cc344 ALWAYS_INLINE void LoadSingleScalar(const bfloat16** data, Packet* l) { in LoadSingleScalar() function
358 LoadSingleScalar(data, l1); in LoadTwoScalars()
359 LoadSingleScalar(data, l2); in LoadTwoScalars()
378 ALWAYS_INLINE void LoadSingleScalar(const float** data, Packet* l) { in LoadSingleScalar() function
384 LoadSingleScalar(data, l1); in LoadTwoScalars()
385 LoadSingleScalar(data, l2); in LoadTwoScalars()
398 LoadSingleScalar(data, l3); in LoadThreeScalars()
752 LoadSingleScalar(&data, &l); in GEPP()