Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DCross.cpp22 TORCH_META_FUNC(linalg_cross) in TORCH_META_FUNC() argument
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py5588 def linalg_cross(g: jit_utils.GraphContext, input, other, dim=-1): function
/external/pytorch/torch/
D_meta_registrations.py170 def linalg_cross(self, other, *, dim=-1): function