Searched defs:MeanWorkerTask (Results 1 – 2 of 2) sorted by relevance
143 struct MeanWorkerTask : cpu_backend_threadpool::Task { struct144 MeanWorkerTask(const tflite::MeanParams& op_params, in MeanWorkerTask() function160 void Run() override { in Run()167 const RuntimeShape& input_shape;168 const int8_t* input_data;169 int32 multiplier;170 int32 shift;171 int32 bias;172 const RuntimeShape& output_shape;173 int8_t* output_data;[all …]
1093 struct MeanWorkerTask : cpu_backend_threadpool::Task { struct1094 MeanWorkerTask(const tflite::MeanParams& op_params, in MeanWorkerTask() argument1110 void Run() override { in Run()1117 const RuntimeShape& input_shape;1118 const uint8_t* input_data;1119 int32 multiplier;1120 int32 shift;1121 int32 bias;1122 const RuntimeShape& output_shape;1123 uint8_t* output_data;[all …]