Home
last modified time | relevance | path

Searched refs:check_nested_tensor_matrix_constraints (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorTransformerFunctions.cpp15 inline void check_nested_tensor_matrix_constraints( in check_nested_tensor_matrix_constraints() function
62 check_nested_tensor_matrix_constraints(input, weight, c10::string_view{"Linear"}); in nested_linear()
76 check_nested_tensor_matrix_constraints(self, other, c10::string_view{"Matmul"}); in NestedTensor_matmul()