Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/src/jit/
H A Daarch64-assembler.cc57 inline bool is_same_shape(VRegister vt1, VRegister vt2) { in is_same_shape() function
62 inline bool is_same_shape(Reg reg1, Reg reg2, Regs... regs) { in is_same_shape() function
66 inline bool is_same_shape(VRegisterList vs) { in is_same_shape() function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dinput_metadata.cpp117 bool InputMetadata::is_same_shape(const at::Tensor& grad) const { in is_same_shape() function in torch::autograd::InputMetadata
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py697 def is_same_shape(a: Sequence, b: Sequence) -> bool: function