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

Function GetDataType4

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

Source from the content-addressed store, hash-verified

285}
286
287std::string GetDataType4(DataType type) { return GetDataType(type) + "4"; }
288
289std::string GetTensorDeclaration(TensorStorageType storage_type,
290 AccessType access, DataType data_type) {

Callers 5

GetToDhwc4KernelMethod · 0.85
InitMethod · 0.85
GetFromDhwc4KernelMethod · 0.85
InitMethod · 0.85
GetTensorDeclarationFunction · 0.85

Calls 1

GetDataTypeFunction · 0.70

Tested by

no test coverage detected