Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBatchMatmul.h27 constexpr uint32_t kInputLHSTensor = 0; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbatch_matmul.cc42 static const int kInputLHSTensor = 0; variable