Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-034.md40 const int64 smaller_input_element_count = smaller_input.NumElements();
42 bcast[0] = input_element_count / smaller_input_element_count;
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h833 const int64_t smaller_input_element_count = smaller_input.NumElements(); in QuantizedAddUsingEigen() local
849 bcast[0] = input_element_count / smaller_input_element_count; in QuantizedAddUsingEigen()
879 const int64_t smaller_input_element_count = smaller_input.NumElements(); in QuantizedAdd() local
884 (input_element_count / smaller_input_element_count); in QuantizedAdd()
886 const size_t offset = iteration * smaller_input_element_count; in QuantizedAdd()
887 for (int c = 0; c < smaller_input_element_count; ++c) { in QuantizedAdd()