Searched defs:Invoke (Results 1 - 10 of 10) sorted by relevance

/frameworks/ml/nn/common/operations/
H A DLSHProjectionTest.cpp101 void Invoke() { function in class:android::nn::wrapper::LSHProjectionOpModel
150 m.Invoke();
161 m.Invoke();
H A DEmbeddingLookupTest.cpp91 void Invoke() { function in class:android::nn::wrapper::EmbeddingLookupOpModel
162 m.Invoke();
H A DHashtableLookupTest.cpp105 void Invoke() { function in class:android::nn::wrapper::HashtableLookupOpModel
173 m.Invoke();
H A DRNNTest.cpp215 void Invoke() { function in class:android::nn::wrapper::BasicRNNOpModel
323 rnn.Invoke();
H A DSVDFTest.cpp254 void Invoke() { function in class:android::nn::wrapper::SVDFOpModel
373 svdf.Invoke();
435 svdf.Invoke();
H A DLSTMTest.cpp185 void Invoke() { function in class:android::nn::wrapper::LSTMOpModel
373 lstm.Invoke();
479 lstm.Invoke();
1097 lstm.Invoke();
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method.h98 Return Invoke() { function in class:android::pdx::rpc::UnpackArguments
205 .Invoke();
242 .Invoke();
282 .Invoke();
336 static typename rpc::EnableIfDirectReturn<R, Status<R>> Invoke(Client& client, function in struct:android::pdx::CheckArgumentTypes
346 static typename rpc::EnableIfNotDirectReturn<R, Status<R>> Invoke( function in struct:android::pdx::CheckArgumentTypes
457 template Invoke<typename RemoteMethodType::Return>(
/frameworks/rs/
H A DrsScriptIntrinsic.cpp76 void ScriptIntrinsic::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { function in class:android::renderscript::ScriptIntrinsic
H A DrsScriptC.cpp241 void ScriptC::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { function in class:ScriptC
253 ALOGV("%p ScriptC::Invoke invoking slot %i, ptr %p", rsc, slot, this);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp184 InvokeInst *Invoke = I->first; local
185 BasicBlock *UnwindDest = Invoke->getUnwindDest();
210 Invoke->setUnwindDest(NewBB);
216 int Idx = PN->getBasicBlockIndex(Invoke->getParent());

Completed in 128 milliseconds