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

Function GpuLdg

tensorflow/core/util/gpu_kernel_helper.h:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132__host__ __device__ inline tensorflow::bfloat16 GpuLdg(
133 const tensorflow::bfloat16* address) {
134 tensorflow::bfloat16 return_value;
135 return_value.value = GpuLdg(reinterpret_cast<const uint16_t*>(address));
136 return return_value;
137}
138// Already aliased in gpu_device_functions.h
139
140template <typename T>

Callers 1

ldgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected