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

Method IsSupported

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

Source from the content-addressed store, hash-verified

371 converter_builder_(NewConverterBuilder(env)) {}
372
373 bool IsSupported(const TensorTieDef& def) const {
374 auto converter = converter_builder_.get();
375 return IsValid(def.external_def.object_def) &&
376 (NoopTensorTie::IsSupported(def) ||
377 DefaultTensorTie::IsSupported(def, converter) ||
378 GlBufferHolder::IsSupported(def, converter) ||
379 TwoStepTensorTie::IsSupported(def, converter));
380 }
381
382 Status NewTensorTie(const TensorTieDef& def,
383 std::unique_ptr<TensorTie>* tie) {

Callers

nothing calls this directly

Calls 3

IsValidFunction · 0.85
IsSupportedFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected