Home
last modified time | relevance | path

Searched defs:rhs_element (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/utils/grammar/utils/
H A Drules.cc419 for (const RhsElement& rhs_element : rule.rhs) { in UsesFillers() local
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionGpu.h326 #define rhs_element(i, j) rhs_block[72 * ((i) + 8 * (j))] in EigenContractionKernelInternal() macro
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dtiled_dot_emitter.cc365 llvm::Value* rhs_element = vsl_.LoadScalar(rhs_, col); in EmitInnerLoopEpilogue() local
H A Ddot_op_emitter.cc698 llvm::Value* rhs_element = rhs_array_.EmitReadArrayElement(rhs_index, b_); in EmitNaiveLlvmIrGemm() local