Home
last modified time | relevance | path

Searched defs:func_out (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/autograd/
H A Dgradcheck.py673 fn, inputs, inp_indices, func_out, all_u, all_v, eps, is_forward_ad argument
970 func, inputs, func_out, eps, *, is_forward_ad argument
987 func, func_out, all_inputs, inputs_indices, all_u, eps, nondet_tol argument
1442 func_out, argument
1576 func_out, argument
1864 func_out, argument
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dgrad_mode.cpp13 torch::Tensor func_out = c * c; in TEST() local
H A Dinference_mode.cpp103 torch::Tensor func_out = functional_op(c); // go through kernels: CPU in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp301 #define CREATE_UNARY_TORCH_IMPL_FUNC(func_out, func_stub) \ argument
308 #define CREATE_UNARY_TORCH_IMPL_INTEGER_NO_OP_FUNC(func_out, func_stub) … argument
H A DBinaryOps.cpp530 #define CREATE_BINARY_TORCH_IMPL_FUNC(func_out, func_stub) … argument