/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.h | 62 int v_size, float* result) { in VectorVectorCwiseProduct() 67 const float* vector2, int v_size, in VectorVectorCwiseProductAccumulate() 73 void VectorBatchVectorCwiseProduct(const float* vector, int v_size, in VectorBatchVectorCwiseProduct() 80 void VectorBatchVectorCwiseProductAccumulate(const float* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() 88 int v_size) { in VectorVectorDotProduct() 93 const float* vector2, int v_size, in BatchVectorBatchVectorDotProduct() 100 void VectorBatchVectorAdd(const float* vector, int v_size, int n_batch, in VectorBatchVectorAdd() 105 void VectorBatchVectorAssign(const float* vector, int v_size, int n_batch, in VectorBatchVectorAssign() 110 void ApplySigmoidToVector(const float* vector, int v_size, float* result) { in ApplySigmoidToVector() 114 void ApplyActivationToVector(const float* vector, int v_size, in ApplyActivationToVector() [all …]
|
D | neon_tensor_utils.cc | 632 int v_size, float* result) { in NeonVectorVectorCwiseProduct() 653 const float* vector2, int v_size, in NeonVectorVectorCwiseProductAccumulate() 675 void NeonVectorBatchVectorCwiseProduct(const float* vector, int v_size, in NeonVectorBatchVectorCwiseProduct() 705 int v_size, in NeonVectorBatchVectorCwiseProductAccumulate() 737 void NeonSub1Vector(const float* vector, int v_size, float* result) { in NeonSub1Vector() 758 bool NeonIsZeroVector(const float* vector, int v_size) { in NeonIsZeroVector() 782 void NeonClipVector(const float* vector, int v_size, float abs_limit, in NeonClipVector() 810 void NeonVectorScalarMultiply(const int8_t* vector, const int v_size, in NeonVectorScalarMultiply() 960 int v_size) { in NeonVectorVectorDotProduct() 985 const float* vector2, int v_size, in NeonBatchVectorBatchVectorDotProduct() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | portable_tensor_utils.h | 150 bool IsZeroVector(const float* vector, int v_size) { in IsZeroVector() 196 int v_size, float* result) { in VectorVectorCwiseProduct() 201 const float* vector2, int v_size, in VectorVectorCwiseProductAccumulate() 206 void VectorBatchVectorCwiseProduct(const float* vector, int v_size, in VectorBatchVectorCwiseProduct() 213 void VectorBatchVectorCwiseProductAccumulate(const float* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() 221 int v_size) { in VectorVectorDotProduct() 226 const float* vector2, int v_size, in BatchVectorBatchVectorDotProduct() 233 void VectorBatchVectorAdd(const float* vector, int v_size, int n_batch, in VectorBatchVectorAdd() 238 void VectorBatchVectorAssign(const float* vector, int v_size, int n_batch, in VectorBatchVectorAssign() 243 void ApplySigmoidToVector(const float* vector, int v_size, float* result) { in ApplySigmoidToVector() [all …]
|
D | portable_tensor_utils.cc | 38 bool PortableIsZeroVector(const float* vector, int v_size) { in PortableIsZeroVector() 181 const float* vector2, int v_size, in PortableVectorVectorCwiseProduct() 189 int v_size) { in PortableVectorVectorDotProduct() 198 const float* vector2, int v_size, in PortableBatchVectorBatchVectorDotProduct() 215 int v_size, float* result) { in PortableVectorVectorCwiseProductAccumulate() 221 void PortableVectorBatchVectorCwiseProduct(const float* vector, int v_size, in PortableVectorBatchVectorCwiseProduct() 232 int v_size, in PortableVectorBatchVectorCwiseProductAccumulate() 243 void PortableVectorBatchVectorAdd(const float* vector, int v_size, int n_batch, in PortableVectorBatchVectorAdd() 253 void PortableVectorBatchVectorAssign(const float* vector, int v_size, in PortableVectorBatchVectorAssign() 260 void PortableApplySigmoidToVector(const float* vector, int v_size, in PortableApplySigmoidToVector() [all …]
|
/external/drm_hwcomposer/ |
D | platformhisi.cpp | 172 int v_size = vu_stride * (adjusted_height / 2); in ImportBuffer() local
|
/external/webp/src/dec/ |
D | buffer_dec.c | 58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer() local
|
D | idec_dec.c | 713 uint8_t* v, size_t v_size, int v_stride, in WebPINewYUVA() 756 uint8_t* v, size_t v_size, int v_stride) { in WebPINewYUV()
|
D | webp_dec.c | 578 uint8_t* v, size_t v_size, int v_stride) { in WebPDecodeYUVInto()
|
/external/webrtc/talk/media/base/ |
D | videoframe.cc | 88 const size_t v_size = GetVPitch() * GetChromaHeight(); in CopyToBuffer() local
|
/external/webp/include/webp/ |
D | decode.h | 198 size_t u_size, v_size; // chroma planes size member
|
/external/webp/src/webp/ |
D | decode.h | 198 size_t u_size, v_size; // chroma planes size member
|
/external/kernel-headers/original/uapi/linux/ |
D | nilfs2_api.h | 165 __u16 v_size; /* size of members */ member
|
/external/brotli/c/enc/ |
D | brotli_bit_stream.c | 593 static size_t IndexOf(const uint8_t* v, size_t v_size, uint8_t value) { in IndexOf() 611 const size_t v_size, in MoveToFrontTransform()
|
/external/webrtc/talk/session/media/ |
D | planarfunctions_unittest.cc | 143 int u_size, v_size; in CreateFakeYuvTestingImage() local
|