Home
last modified time | relevance | path

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 DHaasMLOlda.h18 uint32_t input_scale; variable
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/examples/hello_world/
A Dhello_world_test.cc75 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 Dhard_swish.cc58 const float input_scale = input->params.scale; in HardSwishPrepare() local
A Dreduce.cc42 float input_scale; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dlogistic.h94 float input_scale, int input_zero_point, in Logistic()
A Dconcatenation.h81 const float* input_scale = params.input_scale; in ConcatenationWithScaling() local
A Dreduce.h263 float input_scale, const RuntimeShape& unextended_output_shape, in Mean()
324 float input_scale, const int* input_dims, in QuantizedMeanOrSum()
A Dreference_ops.h387 const float* input_scale = params.input_scale; in PackWithScaling() local
A Dlegacy_reference_ops.h671 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 Dquantization_util.cc269 void PreprocessSoftmaxScaling(double beta, double input_scale, in PreprocessSoftmaxScaling()
300 void PreprocessLogSoftmaxScalingExp(double beta, double input_scale, in PreprocessLogSoftmaxScalingExp()
A Dtypes.h833 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 Dmean.h181 float input_scale, const RuntimeShape& unextended_output_shape, in Mean()
A Ddepthwise_conv_hybrid.h171 float input_scale = input_scales[b]; in DepthwiseConvHybridGeneral() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dtest_helpers.cc1003 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 Dkernel_util.cc244 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 Doptimized_ops.h1129 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