final Segmenter segmenter = Segmentation.getClient(options); //I want this task running on big core by setting cpu affinity Task<SegmentationMask> process = segmenter.process(inputImage); Android Platform.