HomeSort by relevance Sort by last modified time
    Searched refs:OffsetInput (Results 1 - 3 of 3) sorted by null

  /external/gemmlowp/meta/
multi_thread_transform.h 52 task.input = Util::OffsetInput(params.kernel, params.input, i * chunk);
59 task.input = Util::OffsetInput(params.kernel, params.input, sum_chunk);
transform_kernels.h 170 static const InType* OffsetInput(const Quantize& params, const InType* input,
188 static const InType* OffsetInput(const Requantize& params,
206 static const InType* OffsetInput(const Dequantize& params,
224 static const InType* OffsetInput(const MinMax<MinMaxType>& params,
base.h 135 static const InType* OffsetInput(const Transform& params, const InType* input,

Completed in 49 milliseconds