Searched refs:supported_type (Results 1 – 4 of 4) sorted by relevance
180 supported_type = get_operator_type(op, toco_conversion_log_after)181 post_op_profile += ("<tr><td>" + op + "</td><td>" + supported_type +
890 supported_type = key[-1]892 if not supported_type in ["+", "-", "?"]:894 … "malformed stub feature: final character {} not in expected set (+,-,?)".format(supported_type))895 supported_dict[key] = supported_type
935 const DeviceType& supported_type) { in IsSupportedDeviceType() argument936 if (DeviceType(device_attributes.device_type()) == supported_type) { in IsSupportedDeviceType()
341 for supported_type in supported_types:342 logging.info('type: %s', supported_type)