Home
last modified time | relevance | path

Searched defs:Invoke (Results 1 – 25 of 65) sorted by relevance

123

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dtest_util.cc71 absl::Status SingleOpModel::Invoke(const CompilationOptions& compile_options, in Invoke() function in tflite::gpu::gl::SingleOpModel
131 absl::Status SingleOpModel::Invoke(const NodeShader& shader) { in Invoke() function in tflite::gpu::gl::SingleOpModel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp47 static void fixupPHINodeForNormalDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForNormalDest()
78 static void fixupPHINodeForUnwindDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForUnwindDest()
172 if (auto *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) in createRetBitCast() local
/external/libcxx/benchmarks/
Dfunction.bench.cpp185 struct Invoke { struct
186 static void run(benchmark::State& state) { in run()
195 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
197 static std::string name() { return "BM_Invoke" + FunctionType::name(); } in name()
/external/webrtc/api/
Dproxy.h78 void Invoke(C* c, M m, Args&&... args) { in Invoke() function
92 void Invoke(C* c, M m, Args&&... args) { in Invoke() function
136 void Invoke(std::index_sequence<Is...>) { in Invoke() function
164 void Invoke(std::index_sequence<Is...>) { in Invoke() function
Dproxy.cc21 void SynchronousMethodCall::Invoke(const rtc::Location& posted_from, in Invoke() function in webrtc::internal::SynchronousMethodCall
/external/abseil-cpp/absl/cleanup/
Dcleanup.h98 void Invoke() && { in Invoke() function
/external/angle/third_party/abseil-cpp/absl/cleanup/
Dcleanup.h98 void Invoke() && { in Invoke() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/cleanup/
Dcleanup.h99 void Invoke() && { in Invoke() function
/external/webrtc/third_party/abseil-cpp/absl/cleanup/
Dcleanup.h98 void Invoke() && { in Invoke() function
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DCoreWindowNativeWindow.h71 IFACEMETHOD(Invoke) in IFACEMETHOD() argument
DSwapChainPanelNativeWindow.h65 IFACEMETHOD(Invoke) in IFACEMETHOD() argument
/external/libchrome/base/strings/
Dstring_number_conversions.cc106 static bool Invoke(char c) { in Invoke() function in base::__anon53bc536f0111::WhitespaceHelper
113 static bool Invoke(char16 c) { in Invoke() function in base::__anon53bc536f0111::WhitespaceHelper
137 static bool Invoke(const_iterator begin, in Invoke() function in base::__anon53bc536f0111::IteratorRangeToNumber
175 static bool Invoke(const_iterator begin, const_iterator end, in Invoke() function in base::__anon53bc536f0111::IteratorRangeToNumber::Base
/external/webrtc/rtc_base/
Dthread.h328 ReturnT Invoke(const Location& posted_from, FunctionView<ReturnT()> functor) { in Invoke() function
337 void Invoke(const Location& posted_from, FunctionView<void()> functor) { in Invoke() function
/external/tensorflow/tensorflow/lite/
Dsignature_runner.cc64 TfLiteStatus SignatureRunner::Invoke() { in Invoke() function in tflite::SignatureRunner
/external/pigweed/pw_rpc/
Dmethod_test.cc50 TEST(Method, Invoke) { in TEST() argument
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod.h72 void Invoke(const CallContext& context, const Packet& request) const in Invoke() function
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.cc258 class Invoke : public Message { class
260 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) { in Invoke() function in tflite::testing::Invoke
/external/tensorflow/tensorflow/lite/testing/
Dparse_testdata.cc255 class Invoke : public Message { class
257 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) { in Invoke() function in tflite::testing::Invoke
Dtest_runner_test.cc36 void Invoke() override {} in Invoke() function in tflite::testing::__anon637848d70111::ConcreteTestRunner
Dtf_driver.cc254 void TfDriver::Invoke() { in Invoke() function in tflite::testing::TfDriver
/external/tensorflow/tensorflow/lite/kernels/shim/
Dtflite_op_shim.h207 static TfLiteStatus Invoke(TfLiteContext* context, TfLiteNode* node) { in Invoke() function
Dop_kernel.h201 absl::Status Invoke(InvokeContext* ctx) { in Invoke() function
/external/tensorflow/tensorflow/lite/kernels/shim/test_op/
Dsimple_op.h80 absl::Status Invoke(InvokeContext* ctx) { in Invoke() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
Dutils.cc160 absl::Status Invoke(std::unique_ptr<Interpreter>* interpreter) { in Invoke() function
/external/tensorflow/tensorflow/lite/kernels/gradient/
Dbcast_grad_args.cc68 TfLiteStatus Invoke(TfLiteContext* context, TfLiteNode* node) { in Invoke() function

123