Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.cpp754 const auto mat_size = mat_sizes.toDimVector(); in computeFlops() local
773 const auto mat_size = mat_sizes.toDimVector(); in computeFlops() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc182 int mat_size = num_rows * num_cols; in Initialize() local