Searched defs:a_impl (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/runtime/core/portable_type/test/ |
H A D | tensor_test.cpp | 48 auto a_impl = TensorImpl(ScalarType::Int, 1, sizes, data, dim_order, nullptr); in TEST_F() local 60 auto a_impl = TensorImpl(ScalarType::Int, 2, sizes, data, dim_order, strides); in TEST_F() local 73 auto a_impl = TensorImpl(ScalarType::Int, 1, sizes, data, dim_order); in TEST_F() local
|
/aosp_15_r20/external/executorch/kernels/portable/test/ |
H A D | op_mul_test.cpp | 54 auto a_impl = torch::executor::TensorImpl( in TEST_F() local
|
/aosp_15_r20/external/executorch/examples/models/llama3_2_vision/cross_attention/ |
H A D | cross_attention_mask_test.cpp | 28 auto a_impl = in TEST() local
|
/aosp_15_r20/external/executorch/extension/kernel_util/test/ |
H A D | make_boxed_from_unboxed_functor_test.cpp | 106 auto a_impl = TensorImpl(ScalarType::Int, 1, sizes, data, dim_order, nullptr); in TEST_F() local
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | interface_ptr_unittest.cc | 687 AImpl a_impl(MakeRequest(&a), run_loop.QuitClosure()); in TEST_P() local
|