Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DBinaryOp.cpp69 static Tensor binary_op_preprocess_other_arg(const Tensor& other_arg) { in binary_op_preprocess_other_arg() function
163 Tensor other = binary_op_preprocess_other_arg(other_arg); in binary_op_tensor()
338 Tensor other = binary_op_preprocess_other_arg(other_arg); in binary_op_tensor_()