Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 31) sorted by relevance

12

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h45 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
Dmul.h88 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
Dhard_swish.h35 inline std::int16_t SaturatingDoublingHighMul(std::int16_t a, std::int16_t b) { in SaturatingDoublingHighMul()
Dbinary_function.h46 for (int b = 0; b < output_shape.Dims(0); ++b) { in BroadcastBinaryFunction4DSlow() local
Dresize_bilinear.h90 for (int b = 0; b < batches; ++b) { in ResizeBilinear() local
182 for (int b = 0; b < batches; ++b) { in ResizeBilinearInteger() local
Dresize_nearest_neighbor.h79 for (int b = 0; b < batches; ++b) { in ResizeNearestNeighbor() local
Dprelu.h41 for (int b = 0; b < extended_output_shape.Dims(0); ++b) { in BroadcastPrelu4DSlow() local
Ddepthwiseconv_float.h56 for (int b = 0; b < batches; ++b) { in DepthwiseConv() local
Dcomparisons.h141 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
Dadd.h223 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/
Dsimple_features_generator.cc43 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/
Dutil.h41 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/
Dsvdf_common.cc101 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
Dspace_to_depth_test.cc29 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()
Dprelu.cc72 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/
Dsvdf.cc106 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/
Dsvdf.cc105 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/
Dfully_connected.h45 for (int b = 0; b < batches; ++b) { in FullyConnected() local
85 for (int b = 0; b < batches; ++b) { in FullyConnected() local
Dmul.h103 for (int b = 0; b < extended_output_shape.Dims(0); ++b) { in BroadcastMul4DSlow() local
Dadd.h73 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/
Dcommon.h118 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()
Dquantization_util.cc225 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/
Dsvdf.cc78 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/
Dimage_provider.cc216 uint8_t r, g, b; in DecodeAndProcessImage() local
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/c/
Dcommon.c29 int TfLiteIntArrayEqual(const TfLiteIntArray* a, const TfLiteIntArray* b) { in TfLiteIntArrayEqual()

12