]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - tinn_api/src/ocl_device.cpp
Renamed namespace (tidl -> tinn), updated documentation
[tidl/tidl-api.git] / tinn_api / src / ocl_device.cpp
index 8275616a5443077f44d87264d780855489bb9fbc..e98a00ab9625e097c363a54c671a364c9245555a 100644 (file)
@@ -37,7 +37,7 @@ using std::size_t;
 #include "ocl_util.h"
 #include "trace.h"
 
-using namespace tidl;
+using namespace tinn;
 
 static const char* error2string(cl_int err);
 static void        errorCheck(cl_int ret, int line);
@@ -493,7 +493,7 @@ static bool PlatformIsAM57()
 }
 
 // TI DL is supported on AM57x - EVE or C66x devices
-uint32_t Device::GetNumDevicesSupportingTIDL(DeviceType device_type)
+uint32_t Device::GetNumDevices(DeviceType device_type)
 {
     if (!PlatformIsAM57()) return 0;