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

Method GetAddress

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

Source from the content-addressed store, hash-verified

378}
379
380std::string TensorCodeGenerator::GetAddress(const std::string& var_name,
381 const std::string& x,
382 const std::string& y,
383 const std::string& z) const {
384 return GetGlobalAddress(storage_type_, uniform_size_name_, var_name, x, y, z);
385}
386
387std::string TensorCodeGenerator::Write3D(const std::string& var_name,
388 const std::string& x,

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

GetGlobalAddressFunction · 0.85

Tested by

no test coverage detected