/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/ |
D | fully_connected.h | 45 for (int b = 0; b < batches; ++b) { in FullyConnected() local 90 for (int b = 0; b < batches; ++b) { in FullyConnected() local 137 for (int b = 0; b < batches; ++b) { in FullyConnected() local 201 for (int b = 0; b < 4; b++) { in ShuffledFullyConnected() local 277 for (int b = 0; b < 4; b++) { in ShuffledFullyConnected() local 283 for (int b = 0; b < 4; b++) { in ShuffledFullyConnected() local 295 for (int b = 0; b < 4; b++) { in ShuffledFullyConnected() local
|
D | mul.h | 88 for (int b = 0; b < extended_output_shape.Dims(0); ++b) { in BroadcastMul4DSlow() local 148 for (int b = 0; b < output_shape.Dims(0); ++b) { in BroadcastMul4DSlow() local
|
D | hard_swish.h | 35 inline std::int16_t SaturatingDoublingHighMul(std::int16_t a, std::int16_t b) { in SaturatingDoublingHighMul()
|
D | binary_function.h | 46 for (int b = 0; b < output_shape.Dims(0); ++b) { in BroadcastBinaryFunction4DSlow() local
|
D | resize_bilinear.h | 90 for (int b = 0; b < batches; ++b) { in ResizeBilinear() local 182 for (int b = 0; b < batches; ++b) { in ResizeBilinearInteger() local
|
D | resize_nearest_neighbor.h | 79 for (int b = 0; b < batches; ++b) { in ResizeNearestNeighbor() local
|
D | prelu.h | 41 for (int b = 0; b < extended_output_shape.Dims(0); ++b) { in BroadcastPrelu4DSlow() local
|
D | depthwiseconv_float.h | 56 for (int b = 0; b < batches; ++b) { in DepthwiseConv() local
|
D | comparisons.h | 141 for (int b = 0; b < dims.output_shape.Dims(0); ++b) { in BroadcastComparison4DSlowImpl() local 186 for (int b = 0; b < dims.output_shape.Dims(0); ++b) { in BroadcastComparison4DSlowWithScaling() local
|
D | add.h | 223 for (int b = 0; b < extended_output_shape.Dims(0); ++b) { in BroadcastAdd4DSlow() local 265 for (int b = 0; b < extended_output_shape.Dims(0); ++b) { in BroadcastAdd4DSlow() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/simple_features/fixed_point/ |
D | simple_features_generator.cc | 43 inline int32_t Q1_15_FixedMultiply_Q2_30(int16_t a, int16_t b) { in Q1_15_FixedMultiply_Q2_30() 50 inline int32_t Q2_30_FixedMultiply_Q10_22(int32_t a, int32_t b) { in Q2_30_FixedMultiply_Q10_22() 60 inline int32_t Q10_22_FixedMultiply_Q10_22(int32_t a, int32_t b) { in Q10_22_FixedMultiply_Q10_22()
|
/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/ |
D | util.h | 41 inline bool check_ascii_range(char x, char a, char b) { in check_ascii_range() 231 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) argument 232 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) argument 236 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) argument 237 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) argument 245 #define __strtoull_impl(s, pe, b) _strtoui64(s, pe, b) argument 246 #define __strtoll_impl(s, pe, b) _strtoi64(s, pe, b) argument 248 #define __strtoull_impl(s, pe, b) strtoull(s, pe, b) argument 249 #define __strtoll_impl(s, pe, b) strtoll(s, pe, b) argument
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ |
D | svdf_common.cc | 101 for (int b = 0; b < n_batch; b++) { in EvalIntegerSvdfReference() local 127 for (int b = 0; b < n_batch; ++b) { in EvalIntegerSvdfReference() local 169 for (int b = 0; b < n_batch; ++b) { in EvalIntegerSvdfReference() local 202 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local 234 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local 247 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local
|
D | space_to_depth_test.cc | 29 void ExpectEq(TfLiteIntArray* a, TfLiteIntArray* b) { in ExpectEq() 36 void ExpectNear(const T a[], const T b[], int size, float tolerance = 1e-5) { in ExpectNear()
|
D | prelu.cc | 72 for (int b = 0; b < output_shape.Dims(0); ++b) { in BroadcastPrelu4DSlowFloat() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/xtensa/ |
D | svdf.cc | 106 for (int b = 0; b < n_batch; b++) { in EvalIntegerSvdfHifimini() local 162 for (int b = 0; b < n_batch; ++b) { in EvalIntegerSvdfHifimini() local 216 for (int b = 0; b < n_batch; ++b) { in EvalIntegerSvdfHifimini() local 288 for (int b = 0; b < n_batch; b++) { in EvalIntegerSvdfHifi() local 299 for (int b = 0; b < n_batch; ++b) { in EvalIntegerSvdfHifi() local
|
/tflite-micro-3.4.0-2.7.6/third_party/hexagon/ |
D | svdf.cc | 105 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local 137 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local 150 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local 282 for (int b = 0; b < n_batch; b++) { in EvalIntegerSVDF() local 308 for (int b = 0; b < n_batch; ++b) { in EvalIntegerSVDF() local 353 for (int b = 0; b < n_batch; ++b) { in EvalIntegerSVDF() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | fully_connected.h | 45 for (int b = 0; b < batches; ++b) { in FullyConnected() local 85 for (int b = 0; b < batches; ++b) { in FullyConnected() local
|
D | mul.h | 103 for (int b = 0; b < extended_output_shape.Dims(0); ++b) { in BroadcastMul4DSlow() local
|
D | add.h | 73 for (int b = 0; b < extended_output_shape.Dims(0); ++b) { in BroadcastBinaryFunction4DSlow() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/ |
D | common.h | 118 auto b = vld1q_f32(bias_data + i); in BiasAndClamp() local 393 IntegerType SaturatingAddNonGemmlowp(IntegerType a, IntegerType b) { in SaturatingAddNonGemmlowp() 399 inline std::int32_t SaturatingAddNonGemmlowp(std::int32_t a, std::int32_t b) { in SaturatingAddNonGemmlowp() 413 gemmlowp::FixedPoint<tRawType, tIntegerBits> b) { in SaturatingAddNonGemmlowp() 419 IntegerType SaturatingSub(IntegerType a, IntegerType b) { in SaturatingSub() 425 inline std::int16_t SaturatingSub(std::int16_t a, std::int16_t b) { in SaturatingSub() 435 inline std::int32_t SaturatingSub(std::int32_t a, std::int32_t b) { in SaturatingSub() 449 gemmlowp::FixedPoint<tRawType, tIntegerBits> b) { in SaturatingSub() 963 Integer CeilQuotient(Integer a, Integer b) { in CeilQuotient()
|
D | quantization_util.cc | 225 double IntegerDoubleMultiply(double a, double b) { in IntegerDoubleMultiply() 240 int IntegerDoubleCompare(double a, double b) { in IntegerDoubleCompare()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | svdf.cc | 78 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local 110 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local 123 for (int b = 0; b < batch_size; ++b) { in ApplyTimeWeightsBiasAndActivation() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/person_detection/arduino/ |
D | image_provider.cc | 216 uint8_t r, g, b; in DecodeAndProcessImage() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/c/ |
D | common.c | 29 int TfLiteIntArrayEqual(const TfLiteIntArray* a, const TfLiteIntArray* b) { in TfLiteIntArrayEqual()
|