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

Function IsOpenGl31OrAbove

tensorflow/lite/delegates/gpu/gl/api.cc:384–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384bool IsOpenGl31OrAbove(const GpuInfo& gpu_info) {
385 return (gpu_info.major_version == 3 && gpu_info.minor_version >= 1) ||
386 gpu_info.major_version > 3;
387}
388
389} // namespace
390

Callers 2

CompileFunction · 0.85
ReadSerializedModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected