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

Method ReadAsFloat3D

tensorflow/lite/delegates/gpu/cl/kernels/util.cc:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362std::string TensorCodeGenerator::ReadAsFloat3D(
363 const std::string& x, const std::string& y, const std::string& z,
364 TextureAddressMode address_mode) const {
365 return ReadGlobalFloat4(storage_type_, name_, uniform_size_name_, x, y, z,
366 address_mode);
367}
368
369std::string TensorCodeGenerator::Read3D(const std::string& global_address,
370 TextureAddressMode address_mode) const {

Callers 4

GetSoftmaxKernelCodeFunction · 0.80
GetUpsampleCodeFunction · 0.80
GetSoftmaxKernelCodeFunction · 0.80

Calls 1

ReadGlobalFloat4Function · 0.85

Tested by

no test coverage detected