Searched refs:type_supported (Results 1 – 2 of 2) sorted by relevance
349 static const bool type_supported(cl_device_id) { return true; } in type_supported() function657 static const bool type_supported(cl_device_id device)668 static const bool type_supported(cl_device_id device)681 static const bool type_supported(cl_device_id device)692 static const bool type_supported(cl_device_id device)703 static const bool type_supported(cl_device_id device)714 static const bool type_supported(cl_device_id device)724 static const bool type_supported(cl_device_id device)735 static const bool type_supported(cl_device_id device)748 static const bool type_supported(cl_device_id device)[all …]
2461 bool type_supported = in IsAllAllowedTensors() local2465 type_supported = in IsAllAllowedTensors()2466 type_supported || t->type == kTfLiteInt8 || t->type == kTfLiteUInt8; in IsAllAllowedTensors()2468 if (t->allocation_type == kTfLiteArenaRw && !type_supported) { in IsAllAllowedTensors()