Searched defs:per_channel_scale (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils.h | 64 float* __restrict__ result, const float* per_channel_scale, in MatrixBatchVectorMultiplyAccumulate()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | sse_tensor_utils.cc | 100 float* __restrict__ result, const float* per_channel_scale, in SseMatrixBatchVectorMultiplyAccumulateImpl() 273 float* __restrict__ result, const float* per_channel_scale, in SseMatrixBatchVectorMultiplyAccumulate()
|
D | neon_tensor_utils.cc | 435 float* __restrict__ result, const float* per_channel_scale, in DotprodMatrixBatchFourVectorMultiplyAccumulate() 564 float* __restrict__ result, const float* per_channel_scale, in DotprodMatrixBatchFourVectorMultiplyAccumulate() 597 float* __restrict__ result, const float* per_channel_scale, in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 1246 int n_batch, float* __restrict__ result, const float* per_channel_scale, in NeonMatrixBatchVectorMultiplyAccumulateImpl() 1374 int n_batch, float* __restrict__ result, const float* per_channel_scale, in NeonMatrixBatchVectorMultiplyAccumulate()
|
D | sse_tensor_utils.h | 56 int n_batch, float* __restrict__ result, const float* per_channel_scale, in MatrixBatchVectorMultiplyAccumulate()
|
D | neon_tensor_utils.h | 58 int n_batch, float* __restrict__ result, const float* per_channel_scale, in MatrixBatchVectorMultiplyAccumulate()
|
D | optimized_ops.h | 1432 const float* per_channel_scale, int32_t* input_offset, in HybridConvPerChannel()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | conv.h | 194 const float* per_channel_scale, int32_t* input_offset) { in HybridConvPerChannel()
|
D | portable_tensor_utils.h | 78 int n_batch, float* __restrict__ result, const float* per_channel_scale, in MatrixBatchVectorMultiplyAccumulate()
|
D | portable_tensor_utils.cc | 166 int n_batch, float* __restrict__ result, const float* per_channel_scale, in PortableMatrixBatchVectorMultiplyAccumulate()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | depthwise_conv.h | 214 const float* per_channel_scale, int32_t* input_offset) { in DepthwiseConvHybridPerChannel()
|