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

Function GetImageModifier

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

Source from the content-addressed store, hash-verified

263}
264
265std::string GetImageModifier(AccessType access) {
266 switch (access) {
267 case AccessType::READ:
268 return "__read_only";
269 case AccessType::WRITE:
270 return "__write_only";
271 case AccessType::READ_WRITE:
272 return "__read_write";
273 }
274}
275
276std::string GetDataType(DataType type) {
277 switch (type) {

Callers 1

GetTensorDeclarationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected