Searched refs:smaller_input_element_count (Results 1 – 2 of 2) sorted by relevance
831 const int64_t smaller_input_element_count = smaller_input.NumElements(); in QuantizedAddUsingEigen() local847 bcast[0] = input_element_count / smaller_input_element_count; in QuantizedAddUsingEigen()877 const int64_t smaller_input_element_count = smaller_input.NumElements(); in QuantizedAdd() local882 (input_element_count / smaller_input_element_count); in QuantizedAdd()884 const size_t offset = iteration * smaller_input_element_count; in QuantizedAdd()885 for (int c = 0; c < smaller_input_element_count; ++c) { in QuantizedAdd()
40 const int64 smaller_input_element_count = smaller_input.NumElements();42 bcast[0] = input_element_count / smaller_input_element_count;