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

Method IsSupported

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

Source from the content-addressed store, hash-verified

83 : TensorTie(def), obj_(obj) {}
84
85 static bool IsSupported(const TensorTieDef& def) {
86 return def.external_def == def.internal_def;
87 }
88
89 static Status New(const TensorTieDef& def, TensorObject internal_object,
90 std::unique_ptr<TensorTie>* tie) {

Callers 4

IsSupportedMethod · 0.45
InitializeMethod · 0.45
SetInputObjectDefMethod · 0.45
SetOutputObjectDefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected