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/ |
D | pipeline.cpp | 194 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/ |
D | pipeline.cpp | 186 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 D | UnaryOps.cpp | 462 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 D | BinaryOps.cpp | 1393 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 D | op_mul_test.cpp | 58 auto out_impl = torch::executor::TensorImpl( in TEST_F() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/ |
H A D | NestedTensorTransformerUtils.cpp | 505 const auto* out_impl = get_nested_tensor_impl(out_t); in sdpa_nested_preprocessing_backward() local
|