Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc1617 const ArrayDataType specified_type = in ResolveModelFlags() local
1619 QCHECK(specified_type != ArrayDataType::kNone); in ResolveModelFlags()
1621 QCHECK(specified_type == input_array.data_type) in ResolveModelFlags()
1627 input_array.data_type = specified_type; in ResolveModelFlags()
/external/python/cpython3/Tools/clinic/
Dclinic.py2898 self.specified_type = type
2904 self.type = self.specified_type or self.type or default_type