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 …]
1091 struct MeanWorkerTask : cpu_backend_threadpool::Task { struct1092 MeanWorkerTask(const tflite::MeanParams& op_params, in MeanWorkerTask() function1108 void Run() override { in Run()1115 const RuntimeShape& input_shape;1116 const uint8_t* input_data;1117 int32 multiplier;1118 int32 shift;1119 int32 bias;1120 const RuntimeShape& output_shape;1121 uint8_t* output_data;[all …]