Home
last modified time | relevance | path

Searched refs:smaller_input_element_count (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h824 const int64 smaller_input_element_count = smaller_input.NumElements(); in QuantizedAddUsingEigen() local
840 bcast[0] = input_element_count / smaller_input_element_count; in QuantizedAddUsingEigen()
870 const int64 smaller_input_element_count = smaller_input.NumElements(); in QuantizedAdd() local
875 (input_element_count / smaller_input_element_count); in QuantizedAdd()
877 const size_t offset = iteration * smaller_input_element_count; in QuantizedAdd()
878 for (int c = 0; c < smaller_input_element_count; ++c) { in QuantizedAdd()