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

Method GetDeclaration

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

Source from the content-addressed store, hash-verified

344 data_type_(descriptor.data_type) {}
345
346std::string TensorCodeGenerator::GetDeclaration() const {
347 return GetTensorDeclaration(storage_type_, name_, access_, data_type_);
348}
349
350std::string TensorCodeGenerator::GetDeclaration(AccessType access_type) const {
351 return GetTensorDeclaration(storage_type_, name_, access_type, data_type_);

Callers 15

GetSoftmaxKernelCodeFunction · 0.45
GetMaxUnoolingKernelCodeFunction · 0.45
GetUpsampleCodeFunction · 0.45
GenerateConvBufferFunction · 0.45
GetPaddingCodeFunction · 0.45
GetElementWiseCodeMethod · 0.45
GetArgsDeclarationMethod · 0.45
GenerateConvBuffer1x1Function · 0.45
GetConcatKernelCodeFunction · 0.45

Calls 1

GetTensorDeclarationFunction · 0.85

Tested by

no test coverage detected