Home
last modified time | relevance | path

Searched defs:mat2_size (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/csrc/profiler/
Dutil.cpp673 const auto mat2_size = mat2_sizes_ref.toDimVector(); in computeFlops() local
714 const auto mat2_size = mat2_sizes_ref.toDimVector(); in computeFlops() local
/external/pytorch/aten/src/ATen/native/sparse/cuda/
DSparseMatMul.cu73 int confirm_mult_size(const std::vector<int>& mat1_size, const std::vector<int>& mat2_size) { in confirm_mult_size()
/external/cronet/stable/third_party/icu/source/common/
Dlstmbe.cpp435 int32_t mat2_size = embedding_size * 4 * hunits; in LSTMData() local
/external/cronet/tot/third_party/icu/source/common/
Dlstmbe.cpp435 int32_t mat2_size = embedding_size * 4 * hunits; in LSTMData() local
/external/icu/icu4c/source/common/
Dlstmbe.cpp435 int32_t mat2_size = embedding_size * 4 * hunits; in LSTMData() local
/external/executorch/backends/vulkan/test/
Dvulkan_compute_api_test.cpp2753 std::vector<int64_t> mat2_size = {K, N}; in test_mm() local