Searched defs:input_scale (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/ |
A D | HaasMLOlda.h | 18 uint32_t input_scale; variable
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/examples/hello_world/ |
A D | hello_world_test.cc | 75 float input_scale = input->params.scale; in TF_LITE_MICRO_TEST() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | hard_swish.cc | 58 const float input_scale = input->params.scale; in HardSwishPrepare() local
|
A D | reduce.cc | 42 float input_scale; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | logistic.h | 94 float input_scale, int input_zero_point, in Logistic()
|
A D | concatenation.h | 81 const float* input_scale = params.input_scale; in ConcatenationWithScaling() local
|
A D | reduce.h | 263 float input_scale, const RuntimeShape& unextended_output_shape, in Mean() 324 float input_scale, const int* input_dims, in QuantizedMeanOrSum()
|
A D | reference_ops.h | 387 const float* input_scale = params.input_scale; in PackWithScaling() local
|
A D | legacy_reference_ops.h | 671 const float* input_scale, int inputs_count, in Concatenation() 1172 const float* input_scale, int inputs_count, Scalar* output_data, in Pack()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | quantization_util.cc | 269 void PreprocessSoftmaxScaling(double beta, double input_scale, in PreprocessSoftmaxScaling() 300 void PreprocessLogSoftmaxScalingExp(double beta, double input_scale, in PreprocessLogSoftmaxScalingExp()
|
A D | types.h | 833 const float* input_scale; member 1014 const float* input_scale; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
A D | mean.h | 181 float input_scale, const RuntimeShape& unextended_output_shape, in Mean()
|
A D | depthwise_conv_hybrid.h | 171 float input_scale = input_scales[b]; in DepthwiseConvHybridGeneral() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | test_helpers.cc | 1003 TfLiteIntArray* dims, float input_scale, in CreateQuantizedBiasTensor() 1020 float input_scale, float* weight_scales, float* scales, int* zero_points, in CreatePerChannelQuantizedBiasTensor()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | kernel_util.cc | 244 const float input_scale = input->params.scale; in PopulateConvolutionQuantizationParams() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | optimized_ops.h | 1129 float input_scale, const RuntimeShape& unextended_output_shape, in Mean() 1522 const float input_scale = scaling_factors_ptr[b]; in HybridConvPerChannel() local 3755 inline void PopulateSoftmaxLookupTable(SoftmaxParams* data, float input_scale, in PopulateSoftmaxLookupTable() 3840 float input_scale, float beta) { in PopulateSoftmaxUInt8LookupTable() 4116 inline void LogSoftmax(const SoftmaxParams& params, float input_scale, in LogSoftmax()
|
Completed in 91 milliseconds