Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_common.h312 inline void VectorVectorCwiseProduct(const T* __restrict__ vector1, in VectorVectorCwiseProduct()
323 inline void VectorVectorCwiseProductAccumulate(const T* __restrict__ vector1, in VectorVectorCwiseProductAccumulate()
351 inline void BatchVectorBatchVectorDotProduct(const T* vector1, const T* vector2, in BatchVectorBatchVectorDotProduct()
/external/webrtc/common_audio/signal_processing/
Ddot_product_with_scale.cc15 int32_t WebRtcSpl_DotProductWithScale(const int16_t* vector1, in WebRtcSpl_DotProductWithScale()
Dcross_correlation_neon.c17 const int16_t* vector1, in DotProductWithScaleNeon()
/external/compiler-rt/lib/tsan/tests/unit/
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
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cpp81 ThreadClock vector1(100); in TEST() local
164 ThreadClock vector1(10); in TEST() local
217 ThreadClock vector1(10); in TEST() local
250 ThreadClock vector1(10); in TEST() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/external/llvm-project/flang/test/Semantics/
Dfinal02.f9048 type(t1) :: vector1(2) local
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_common_test.cpp139 InternalMmapVector<uptr> vector1; in TEST() local
162 InternalMmapVector<uptr> vector1; in TEST() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPIC.java463 private static boolean compare(List vector1, List vector2) { in compare()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPIC.java460 private static boolean compare(List vector1, List vector2) { in compare()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h253 float VectorVectorDotProduct(const float* vector1, const float* vector2, in VectorVectorDotProduct()
258 void BatchVectorBatchVectorDotProduct(const int16_t* vector1, in BatchVectorBatchVectorDotProduct()
Dportable_tensor_utils.cc652 float PortableVectorVectorDotProduct(const float* vector1, const float* vector2, in PortableVectorVectorDotProduct()
662 inline int32_t VectorVectorDotProduct(const int16_t* vector1, in VectorVectorDotProduct()
672 void PortableBatchVectorBatchVectorDotProduct(const int16_t* vector1, in PortableBatchVectorBatchVectorDotProduct()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dsse_tensor_utils.h221 void BatchVectorBatchVectorDotProduct(const int16_t* vector1, in BatchVectorBatchVectorDotProduct()
236 float VectorVectorDotProduct(const float* vector1, const float* vector2, in VectorVectorDotProduct()
Dneon_tensor_utils.h211 void BatchVectorBatchVectorDotProduct(const int16_t* vector1, in BatchVectorBatchVectorDotProduct()
226 float VectorVectorDotProduct(const float* vector1, const float* vector2, in VectorVectorDotProduct()
Dsse_tensor_utils.cc332 const int8_t* __restrict__ vector1 = vectors + 1 * m_cols; in SseSparseMatrix4VectorsMultiplyAccumulate() local
/external/webrtc/modules/audio_coding/neteq/
Dexpand.cc542 const int16_t* vector1 = &(audio_history[signal_length - expansion_length]); in AnalyzeSignal() local
/external/angle/src/tests/gl_tests/
DSimpleOperationTest.cpp397 Vector3 vector1{-1.0f, -1.0f, 0.0f}; in TEST_P() local
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp773 IdRef vector1, in WriteVectorShuffle()
1616 IdRef vector1, in WriteOuterProduct()
1630 IdRef vector1, in WriteDot()
Dspirv_instruction_parser_autogen.cpp892 IdRef *vector1, in ParseVectorShuffle()
1947 IdRef *vector1, in ParseOuterProduct()
1963 IdRef *vector1, in ParseDot()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2315 uint32 vector1 = 3; field
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2284 uint32 vector1 = 3; field
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2284 uint32 vector1 = 3; field
/external/deqp-deps/glslang/glslang/Include/
DTypes.h2484 …bool vector1 : 1; // Backward-compatible tracking of a 1-component vector distinguished f… variable

12