/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | test_util.cc | 71 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/ |
D | CallPromotionUtils.cpp | 47 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/ |
D | function.bench.cpp | 185 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/ |
D | proxy.h | 78 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
|
D | proxy.cc | 21 void SynchronousMethodCall::Invoke(const rtc::Location& posted_from, in Invoke() function in webrtc::internal::SynchronousMethodCall
|
/external/abseil-cpp/absl/cleanup/ |
D | cleanup.h | 98 void Invoke() && { in Invoke() function
|
/external/angle/third_party/abseil-cpp/absl/cleanup/ |
D | cleanup.h | 98 void Invoke() && { in Invoke() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/cleanup/ |
D | cleanup.h | 99 void Invoke() && { in Invoke() function
|
/external/webrtc/third_party/abseil-cpp/absl/cleanup/ |
D | cleanup.h | 98 void Invoke() && { in Invoke() function
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | CoreWindowNativeWindow.h | 71 IFACEMETHOD(Invoke) in IFACEMETHOD() argument
|
D | SwapChainPanelNativeWindow.h | 65 IFACEMETHOD(Invoke) in IFACEMETHOD() argument
|
/external/libchrome/base/strings/ |
D | string_number_conversions.cc | 106 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/ |
D | thread.h | 328 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/ |
D | signature_runner.cc | 64 TfLiteStatus SignatureRunner::Invoke() { in Invoke() function in tflite::SignatureRunner
|
/external/pigweed/pw_rpc/ |
D | method_test.cc | 50 TEST(Method, Invoke) { in TEST() argument
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | method.h | 72 void Invoke(const CallContext& context, const Packet& request) const in Invoke() function
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | parse_testdata.cc | 258 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/ |
D | parse_testdata.cc | 255 class Invoke : public Message { class 257 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) { in Invoke() function in tflite::testing::Invoke
|
D | test_runner_test.cc | 36 void Invoke() override {} in Invoke() function in tflite::testing::__anon637848d70111::ConcreteTestRunner
|
D | tf_driver.cc | 254 void TfDriver::Invoke() { in Invoke() function in tflite::testing::TfDriver
|
/external/tensorflow/tensorflow/lite/kernels/shim/ |
D | tflite_op_shim.h | 207 static TfLiteStatus Invoke(TfLiteContext* context, TfLiteNode* node) { in Invoke() function
|
D | op_kernel.h | 201 absl::Status Invoke(InvokeContext* ctx) { in Invoke() function
|
/external/tensorflow/tensorflow/lite/kernels/shim/test_op/ |
D | simple_op.h | 80 absl::Status Invoke(InvokeContext* ctx) { in Invoke() function
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/ |
D | utils.cc | 160 absl::Status Invoke(std::unique_ptr<Interpreter>* interpreter) { in Invoke() function
|
/external/tensorflow/tensorflow/lite/kernels/gradient/ |
D | bcast_grad_args.cc | 68 TfLiteStatus Invoke(TfLiteContext* context, TfLiteNode* node) { in Invoke() function
|