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

Function IsSupported

tensorflow/lite/delegates/gpu/common/model_builder.cc:2217–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2215}
2216
2217Status IsSupported(const TfLiteContext* context, TfLiteNode* node,
2218 const TfLiteRegistration* registration) {
2219 return NewOperationParser(registration)
2220 ->IsSupported(context, node, registration);
2221}
2222
2223bool IsAllFloatTensors(const TfLiteContext* context,
2224 const TfLiteIntArray* array) {

Callers 15

GetOpsToReplaceFunction · 0.70
GetAllocationFromFileFunction · 0.50
GenerateCodeMethod · 0.50
GenerateCodeMethod · 0.50
GenerateCodeMethod · 0.50
GenerateCodeMethod · 0.50
GenerateCodeMethod · 0.50
IsSupportedMethod · 0.50
IsSupportedMethod · 0.50
IsSupportedMethod · 0.50

Calls 2

NewOperationParserFunction · 0.85
IsSupportedMethod · 0.45

Tested by

no test coverage detected