Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBatchMatmul.h28 constexpr uint32_t kInputRHSTensor = 1; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbatch_matmul.cc43 static const int kInputRHSTensor = 1; variable