Searched defs:other_sizes (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | AutogradComposite.cpp | 46 auto other_sizes = other.sym_sizes(); in _new_zeros_with_same_feature_meta() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/ |
H A D | NestedTensorUnaryOps.cpp | 43 const Tensor& other_sizes = other_ptr->get_nested_sizes(); in NestedTensor_where() local
|
H A D | NestedTensorTransformerFunctions.cpp | 132 const auto& other_sizes = nt_other.get_nested_sizes(); in NestedTensor_add_NestedTensor_in_place() local
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | ProcessGroupWrapper.cpp | 270 auto other_sizes = get_size_strs(other); in compute_collective_diff() local
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | imageHelpers.cpp | 786 size_t other_sizes[] = { 2, 3, 5, 6, 7, 9, 10, 11, 13, 15 }; in get_max_sizes() local 788 size_t other_sizes[] = { 2, 3, 5, 6, 7, 9, 11, 13 }; in get_max_sizes() local
|