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

  /frameworks/rs/rsov/driver/
rsovContext.cpp 62 std::vector<VkPhysicalDevice> GPUs(gpu_count);
64 res = vkEnumeratePhysicalDevices(mInstance, &gpu_count, GPUs.data());
69 mGPU = GPUs[0];
  /external/mesa3d/docs/specs/
MESA_configless_context.spec 38 inefficient with modern GPUs where this restriction is unnecessary.
  /external/tensorflow/tensorflow/contrib/all_reduce/python/
all_reduce.py 210 ring order of GPUs at each worker. Other permutations will be generated
214 ValueError: the number of subchunks may not exceed the number of GPUs.
263 gpu_perm: a list of ints giving a ring-wise rank ordering of GPUs at
265 GPUs with the same rank ordering. If NVLINK is available, this should
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 9 Compared with the current GRPC, verbs and GDR implementation, the result implementation gave the best performance for every model, with any number of nodes. For VGG16 on 8 nodes with 4 P100 GPUs each, the prototype beat the second place by over 15%.
  /external/tensorflow/tensorflow/python/ops/
control_flow_ops.py     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 176 milliseconds