Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_concat_op.cc32 struct RequantizeCopier { struct
33 RequantizeCopier( in RequantizeCopier() function
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;
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_concat_op.cc57 struct RequantizeCopier { struct
58 RequantizeCopier( in RequantizeCopier() function
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;