Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_matmul_acl.h35 arm_compute::Tensor lhs_tensor; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbatch_matmul.cc725 const TfLiteTensor* lhs_tensor = adj_x ? GetTempLhs(context, node, lhs) : lhs; in Eval() local