MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetArrayOfElementPointers

Function GetArrayOfElementPointers

tensorflow/core/util/gpu_launch_config.h:400–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398// Returns an array of void pointers to the elements of the given tuple.
399template <typename... Ts>
400std::array<void*, sizeof...(Ts)> GetArrayOfElementPointers(
401 std::tuple<Ts...>* tuple) {
402 return GetArrayOfElementPointersImpl(tuple,
403 absl::index_sequence_for<Ts...>{});
404}
405
406template <bool...>
407struct BoolPack;

Callers 2

GpuLaunchKernelFunction · 0.85
GpuLaunchKernelFunction · 0.85

Calls 1

Tested by

no test coverage detected