Home
last modified time | relevance | path

Searched defs:rhs_stride (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ruy/example/
H A Dparametrized_example.cc53 int rhs_stride; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lhlo_gpu_to_tfrt_gpu/
H A Dgemm_pattern.cc179 auto rhs_stride = builder.create<tfrt::compiler::ConstantI64Op>( in CreateTfrtOps() local
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp1699 int64_t rhs_stride = rhs_idx ? rhs_strides[*rhs_idx] : 0; in dot() local