Home
last modified time | relevance | path

Searched defs:LegacyInt8FullyConnectedAsGEMVWorkerTask (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h2000 struct LegacyInt8FullyConnectedAsGEMVWorkerTask : public gemmlowp::Task { struct
2001 LegacyInt8FullyConnectedAsGEMVWorkerTask( in LegacyInt8FullyConnectedAsGEMVWorkerTask() argument
2028 void Run() override { in Run()
2037 const RuntimeShape& input_shape_;
2038 const int8_t* input_data_;
2039 int32 input_offset_;
2040 const RuntimeShape& filter_shape_;
2041 const int8_t* filter_data_;
2042 int32 filter_offset_;
2043 const RuntimeShape& bias_shape_;
[all …]