HomeSort by relevance Sort by last modified time
    Searched refs:gpu_index (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 433 int32_t gpu_index = -1; local
442 gpu_index = i;
446 if (gpu_index <= 0) {
449 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1);
  /hardware/qcom/display/msm8909/sdm/libs/core/
comp_manager.cpp 513 int32_t gpu_index = -1; local
523 gpu_index = i;
527 if (gpu_index <= 0) {
530 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
comp_manager.cpp 500 int32_t gpu_index = -1; local
510 gpu_index = i;
514 if (gpu_index <= 0) {
517 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1);
  /hardware/qcom/display/msm8998/sdm/libs/core/
comp_manager.cpp 495 int32_t gpu_index = -1; local
505 gpu_index = i;
509 if (gpu_index <= 0) {
512 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1);
  /external/tensorflow/tensorflow/python/framework/
ops.py 804 def gpu(self, gpu_index=0):
808 gpu_index: Identifies which GPU to place the contents on the returned
815 return self._copy(context.context(), "GPU:" + str(gpu_index))
    [all...]

Completed in 101 milliseconds