Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_concat_op.cc32 struct RequantizeCopier { struct
33 RequantizeCopier( in RequantizeCopier() argument
40 inline void Copy(T* dst, const T* src, int input_index, size_t n) { in Copy()
64 float output_min;
65 float output_max;
66 const std::vector<std::pair<float, float>>* input_min_and_max;
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_concat_op.cc57 struct RequantizeCopier { struct
58 RequantizeCopier( in RequantizeCopier() argument
66 inline void Copy(T* dst, const T* src, int input_index, size_t n) { in Copy()
88 float output_min;
89 float output_max;
90 const std::vector<std::pair<float, float>>* input_min_and_max;