Home
last modified time | relevance | path

Searched refs:GetTargetDevice (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_continuation.h52 std::string GetTargetDevice(int32_t missionId);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_utils.h93 extern TfLiteStatus GetTargetDevice(TfLiteContext* context, TfLiteDelegate* delegate,
H A Dnnrt_utils.cpp101 TfLiteStatus GetTargetDevice(TfLiteContext* context, TfLiteDelegate* delegate, const NnrtApi* nnrt,… in GetTargetDevice() function
H A Dnnrt_delegate.cpp247 TF_LITE_ENSURE_STATUS(GetTargetDevice(context, delegate, nnrt, nnrtDevice)); in CheckDeviceValid()
H A Dnnrt_delegate_kernel.cpp81 TF_LITE_ENSURE_STATUS(tflite::GetTargetDevice(context, params->delegate, m_nnrt, m_nnrtDevice)); in Init()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp145 std::string DSchedContinuation::GetTargetDevice(int32_t missionId) in GetTargetDevice() function in OHOS::DistributedSchedule::DSchedContinuation
H A Ddistributed_sched_service.cpp596 return dschedContinuation_->GetTargetDevice(missionId); in GetContinuaitonDevice()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.cpp818 std::string result = dschedContinuation_->GetTargetDevice(missionId);