Home
last modified time | relevance | path

Searched refs:RunAsync (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve_animation.h80 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
89 return Interpolator::RunAsync(weakScheduler, option, prepareCallback, finishCallback);
H A Dinterpolator.h63 virtual bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
H A Dkeyframe_animation.h102 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option, in RunAsync() function
H A Danimator.cpp830 if (animation->RunAsync(scheduler_, option, prepareCallback, stopCallback)) { in StartInnerAsync()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dexecutor.h53 virtual OH_NN_ReturnCode RunAsync(NN_Tensor* inputTensors[],
H A Dneural_network_core.cpp1750 …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 Dnnexecutor.h52 OH_NN_ReturnCode RunAsync(NN_Tensor* inputTensors[],
H A Dnnexecutor.cpp318 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 Dnn_executor_test.cpp1084 …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…