Home
last modified time | relevance | path

Searched defs:vector1 (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/external/icing/icing/index/embed/
H A Dembedding-index_test.cc392 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local
417 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local
451 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local
476 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local
501 PropertyProto::VectorProto vector1 = CreateVector("model1", {0.1, 0.2}); in TEST_F() local
534 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2}); in TEST_F() local
565 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local
621 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local
686 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local
713 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
Dvector10.hpp82 struct vector1 struct
86 typedef vector1<T0> this_type;
87 typedef vector_data1<T0> base_type;
88 typedef mpl::vector1<T0> types;
89 typedef vector_tag fusion_tag;
90 typedef fusion_sequence_tag tag;
91 typedef mpl::false_ is_view;
92 typedef random_access_traversal_tag category;
93 typedef mpl::int_<1> size;
95 vector1() {} in vector1() argument
[all …]
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc57 ThreadClock vector1(100); in TEST() local
113 ThreadClock vector1(10); in TEST() local
166 ThreadClock vector1(10); in TEST() local
199 ThreadClock vector1(10); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dportable_tensor_utils.h63 inline void VectorVectorCwiseProduct(const T* vector1, const T* vector2, in VectorVectorCwiseProduct()
86 inline void VectorVectorCwiseProductAccumulate(const T* __restrict__ vector1, in VectorVectorCwiseProductAccumulate()
418 inline void BatchVectorBatchVectorDotProduct(const T* vector1, const T* vector2, in BatchVectorBatchVectorDotProduct()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/plain/
Dvector10.hpp23 struct vector1 struct
25 typedef aux::vector_tag<1> tag;
26 typedef vector1 type;
27 typedef T0 item0;
28 typedef void_ item1;
29 typedef T0 back;
30 typedef v_iter< type,0 > begin;
31 typedef v_iter< type,1 > end;
/aosp_15_r20/external/icing/icing/schema/
H A Dproperty-util_test.cc114 PropertyProto::VectorProto vector1; in TEST() local
185 PropertyProto::VectorProto vector1; in TEST() local
241 PropertyProto::VectorProto vector1; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/preprocessed/
Dvector_10.hpp37 struct vector1 struct
39 typedef A0 member_type0; A0 a0;
64 , ( boost::phoenix::vector1 ) (A0)
Dvector_20.hpp37 struct vector1 struct
39 typedef A0 member_type0; A0 a0;
64 , ( boost::phoenix::vector1 ) (A0)
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dgeom_unittest.ts19 const vector1 = new Vector2D({x: 1, y: 2}); constant
27 const vector1 = new Vector2D({x: 5, y: 7}); constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/
Dvector10.hpp17 struct vector1 struct
23 typedef vector1 type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/
Dvector50.hpp66 …uct vector1 { typedef v_iter<vector1< P0>, boost::type_of::constant<int,0> > begin; typedef P0 ite… argument
Dvector100.hpp116 …uct vector1 { typedef v_iter<vector1< P0>, boost::type_of::constant<int,0> > begin; typedef P0 ite… argument
/aosp_15_r20/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java407 static float squaredEuclideanDistance(float[] vector1, float[] vector2) { in squaredEuclideanDistance()
424 static float cosineDistance(float[] vector1, float[] vector2) { in cosineDistance()
441 static float minimumCosineDistance(float[] vector1, float[] vector2, int numOrientations) { in minimumCosineDistance()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector10.hpp62 struct vector1 struct
64 typedef aux::vector_tag<1> tag;
65 typedef vector1 type;
66 typedef T0 item0;
67 typedef void_ item1;
68 typedef T0 back;
69 typedef v_iter< type,0 > begin;
70 typedef v_iter< type,1 > end;
/aosp_15_r20/external/icing/icing/util/
H A Dtokenized-document_test.cc244 PropertyProto::VectorProto vector1; in TEST_F() local
504 PropertyProto::VectorProto vector1; in TEST_F() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstmUtils.cpp187 void VectorVectorCwiseProduct(armnn::Decoder<float>& vector1, in VectorVectorCwiseProduct()
204 void VectorVectorCwiseProductAccumulate(armnn::Decoder<float>& vector1, in VectorVectorCwiseProductAccumulate()
/aosp_15_r20/external/webrtc/common_audio/signal_processing/
H A Ddot_product_with_scale.cc15 int32_t WebRtcSpl_DotProductWithScale(const int16_t* vector1, in WebRtcSpl_DotProductWithScale()
H A Dcross_correlation_neon.c17 const int16_t* vector1, in DotProductWithScaleNeon()
/aosp_15_r20/system/core/libutils/binder/
H A DVector_test.cpp119 Vector<int> vector1; in TEST_F() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dexpand_bwd_test_template.hpp27 bool CheckEqualVector(const Vector1 &vector1, const Vector2 &vector2) in CheckEqualVector()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dportable_tensor_utils.cc687 float PortableVectorVectorDotProduct(const float* vector1, const float* vector2, in PortableVectorVectorDotProduct()
697 inline int32_t VectorVectorDotProduct(const int16_t* vector1, in VectorVectorDotProduct()
707 void PortableBatchVectorBatchVectorDotProduct(const int16_t* vector1, in PortableBatchVectorBatchVectorDotProduct()
/aosp_15_r20/external/cronet/base/win/
H A Dvariant_vector_unittest.cc31 VariantVector vector1; in TEST() local
48 VariantVector vector1, vector2; in TEST() local
1460 VariantVector vector1, vector2; in TEST() local

1234