Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_binary.cc113 std::vector<int> small_sizes(dims_count); in EvaluateBinaryOperatorOnConstantInputs() local
115 &big_sizes, &small_sizes); in EvaluateBinaryOperatorOnConstantInputs()
129 modulo_indices[i] = output_indices[i] % small_sizes[i]; in EvaluateBinaryOperatorOnConstantInputs()
/external/python/cpython3/Lib/test/
Dpickletester.py2523 small_sizes = [s for s in chunk_sizes if s <= 9]
2532 self.assertLessEqual(len(small_sizes),