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

Method Read3D

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

Source from the content-addressed store, hash-verified

352}
353
354std::string TensorCodeGenerator::Read3D(const std::string& x,
355 const std::string& y,
356 const std::string& z,
357 TextureAddressMode address_mode) const {
358 return ReadGlobalFLT4(storage_type_, data_type_, name_, uniform_size_name_, x,
359 y, z, address_mode);
360}
361
362std::string TensorCodeGenerator::ReadAsFloat3D(
363 const std::string& x, const std::string& y, const std::string& z,

Callers 15

GetSrcValueFunction · 0.80
GetMaxUnoolingKernelCodeFunction · 0.80
GetPaddingCodeFunction · 0.80
GetElementWiseCodeMethod · 0.80
GetCoreCodeMethod · 0.80
GetConcatKernelCodeFunction · 0.80
GetReshapeCodeFunction · 0.80
GetApplyMaskKernelCodeFunction · 0.80
InitMethod · 0.80

Calls 1

ReadGlobalFLT4Function · 0.85

Tested by

no test coverage detected