Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matmul_acl.h33 arm_compute::Tensor rhs_tensor; member
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_matmul.cc724 const TfLiteTensor* rhs_tensor = adj_y ? rhs : GetTempRhs(context, node, rhs); in Eval() local