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

Method Write3D

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

Source from the content-addressed store, hash-verified

385}
386
387std::string TensorCodeGenerator::Write3D(const std::string& var_name,
388 const std::string& x,
389 const std::string& y,
390 const std::string& z) const {
391 return WriteGlobalFLT4(storage_type_, data_type_, name_, uniform_size_name_,
392 var_name, x, y, z);
393}
394
395std::string TensorCodeGenerator::Write3D(
396 const std::string& var_name, const std::string& global_address) const {

Callers 15

GetSoftmaxKernelCodeFunction · 0.80
GetMaxUnoolingKernelCodeFunction · 0.80
GetUpsampleCodeFunction · 0.80
GenerateConvBufferFunction · 0.80
GetPaddingCodeFunction · 0.80
GetElementWiseCodeMethod · 0.80
GenerateConvBuffer1x1Function · 0.80
GetConcatKernelCodeFunction · 0.80
GetReshapeCodeFunction · 0.80

Calls 1

WriteGlobalFLT4Function · 0.85

Tested by

no test coverage detected