Searched refs:RunAsync (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | curve_animation.h | 80 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option, 89 return Interpolator::RunAsync(weakScheduler, option, prepareCallback, finishCallback);
|
H A D | interpolator.h | 63 virtual bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
|
H A D | keyframe_animation.h | 102 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option, in RunAsync() function
|
H A D | animator.cpp | 830 if (animation->RunAsync(scheduler_, option, prepareCallback, stopCallback)) { in StartInnerAsync()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | executor.h | 53 virtual OH_NN_ReturnCode RunAsync(NN_Tensor* inputTensors[],
|
H A D | neural_network_core.cpp | 1750 …return executorImpl->RunAsync(inputTensor, inputCount, outputTensor, outputCount, timeout, userDat… in OH_NNExecutor_RunAsync()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnexecutor.h | 52 OH_NN_ReturnCode RunAsync(NN_Tensor* inputTensors[],
|
H A D | nnexecutor.cpp | 318 OH_NN_ReturnCode NNExecutor::RunAsync(NN_Tensor* inputTensors[], size_t inputSize, in RunAsync() function in OHOS::NeuralNetworkRuntime::NNExecutor
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 1084 …OH_NN_ReturnCode ret = nnExecutor->RunAsync(nullptr, inputSize, nullptr, outputSize, timeout, buff… 1108 …OH_NN_ReturnCode ret = nnExecutor->RunAsync(nullptr, inputSize, nullptr, outputSize, timeout, buff… 1167 …OH_NN_ReturnCode ret = nnExecutor->RunAsync(&tensor, inputSize, &tensor, outputSize, timeout, buff…
|