Searched defs:func_out (Results 1 – 5 of 5) sorted by relevance
/external/pytorch/test/cpp/api/ |
D | grad_mode.cpp | 13 torch::Tensor func_out = c * c; in TEST() local
|
D | inference_mode.cpp | 103 torch::Tensor func_out = functional_op(c); // go through kernels: CPU in TEST() local
|
/external/pytorch/torch/autograd/ |
D | gradcheck.py | 673 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
|
/external/pytorch/aten/src/ATen/native/ |
D | UnaryOps.cpp | 301 #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
|
D | BinaryOps.cpp | 530 #define CREATE_BINARY_TORCH_IMPL_FUNC(func_out, func_stub) … argument
|