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

Method IsSupported

tensorflow/lite/delegates/gpu/cl/api.cc:291–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 environment_(env) {}
290
291 static bool IsSupported(const TensorTieDef& def,
292 TensorObjectConverterBuilder* converter_builder) {
293 if (!def.external_def.object_def.user_provided ||
294 def.external_def.object_def.object_type != ObjectType::OPENGL_SSBO) {
295 return false;
296 }
297 return DefaultTensorTie::IsSupported(MakeClDef(def), converter_builder);
298 }
299
300 static Status New(const TensorTieDef& def, TensorObject internal_object,
301 TensorObjectConverterBuilder* converter_builder,

Callers

nothing calls this directly

Calls 1

IsSupportedFunction · 0.50

Tested by

no test coverage detected