HomeSort by relevance Sort by last modified time
    Searched refs:input_element_count (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
split_op.cc 171 const auto input_element_count = input_shape.num_elements();
174 input_element_count >= std::max(num_threads, num_split) * 4096 &&
175 input_element_count < num_split * 180 * 1024);
213 num_split, input_element_count / num_split, range_output_func);
split_v_op.cc 229 const auto input_element_count = input_shape.num_elements(); variable
232 input_element_count >= std::max(num_threads, num_split) * 4096 &&
233 input_element_count < num_split * 180 * 1024);
271 num_split, input_element_count / num_split, range_output_func);
quantization_utils.h     [all...]

Completed in 72 milliseconds