Home
last modified time | relevance | path

Searched defs:out_impl (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/
Dpipeline.cpp194 auto out_impl = std::make_shared<queue_impl<output_value_type>>(); in pipeline() local
220 auto out_impl = std::make_shared<queue_impl<output_value_type>>(); in pipeline() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dpipeline.cpp186 auto out_impl = std::make_shared<queue_impl<output_value_type>>(); in pipeline() local
214 auto out_impl = std::make_shared<queue_impl<output_value_type>>(); in pipeline() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp462 static inline Tensor unary_op_impl(const Tensor& self, OutImpl& out_impl) { in unary_op_impl()
471 static inline Tensor unary_op_impl_with_complex_to_float(const Tensor& self, OutImpl& out_impl) { in unary_op_impl_with_complex_to_float()
483 static inline Tensor& unary_op_impl_(Tensor& self, OutImpl& out_impl) { in unary_op_impl_()
H A DBinaryOps.cpp1393 Tensor comparison_op(const Tensor& self, const Tensor& other, OutImpl& out_impl) { in comparison_op()
1399 Tensor& comparison_op_(Tensor& self, const Tensor& other, OutImpl& out_impl) { in comparison_op_()
1404 …or& comparison_op_out(Tensor& result, const Tensor& self, const Scalar& other, OutImpl& out_impl) { in comparison_op_out()
1409 Tensor comparison_op(const Tensor& self, const Scalar& other, OutImpl& out_impl) { in comparison_op()
1414 Tensor& comparison_op_(Tensor& self, const Scalar& other, OutImpl& out_impl) { in comparison_op_()
/aosp_15_r20/external/executorch/kernels/portable/test/
H A Dop_mul_test.cpp58 auto out_impl = torch::executor::TensorImpl( in TEST_F() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerUtils.cpp505 const auto* out_impl = get_nested_tensor_impl(out_t); in sdpa_nested_preprocessing_backward() local