Home
last modified time | relevance | path

Searched refs:impl_ (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dcontext.cc28 Context::Context() : impl_(new CtxImpl) {} in Context()
29 Context::~Context() { delete impl_; } in ~Context()
31 const Ctx& Context::ctx() const { return static_cast<const Ctx&>(*impl_); } in ctx()
32 Ctx* Context::mutable_ctx() { return static_cast<Ctx*>(impl_); } in mutable_ctx()
A Dcontext_get_ctx.cc23 return static_cast<const Ctx*>(context->impl_); in get_ctx()
25 Ctx* get_ctx(Context* context) { return static_cast<Ctx*>(context->impl_); } in get_ctx()
A Dcontext.h94 CtxImpl* const impl_;
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dthread_utils.c206 WebPWorkerImpl* const impl = (WebPWorkerImpl*)worker->impl_; in ThreadLoop()
231 WebPWorkerImpl* const impl = (WebPWorkerImpl*)worker->impl_; in ChangeState()
273 worker->impl_ = (void*)impl; in Reset()
274 if (worker->impl_ == NULL) { in Reset()
293 worker->impl_ = NULL; in Reset()
322 if (worker->impl_ != NULL) { in End()
323 WebPWorkerImpl* const impl = (WebPWorkerImpl*)worker->impl_; in End()
329 worker->impl_ = NULL; in End()
333 assert(worker->impl_ == NULL); in End()
A Dthread_utils.h40 void* impl_; // platform-dependent implementation worker details member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dkernel_runner.cc42 context_.impl_ = static_cast<void*>(this); in KernelRunner()
79 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in GetTensor()
88 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in GetEvalTensor()
107 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in AllocatePersistentBuffer()
119 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in RequestScratchBufferInArena()
142 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in GetScratchBuffer()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_interpreter.cc79 context_.impl_ = static_cast<void*>(this); in Init()
314 return reinterpret_cast<MicroInterpreter*>(ctx->impl_) in AllocatePersistentBuffer()
322 reinterpret_cast<MicroInterpreter*>(ctx->impl_); in RequestScratchBufferInArena()
329 reinterpret_cast<MicroInterpreter*>(ctx->impl_); in GetScratchBuffer()
339 static_cast<MicroInterpreter*>(context->impl_); in ReportOpError()
350 static_cast<MicroInterpreter*>(context->impl_); in GetTensor()
359 reinterpret_cast<MicroInterpreter*>(context->impl_); in GetEvalTensor()
368 reinterpret_cast<MicroInterpreter*>(context->impl_); in GetGraph()
A Dtest_helpers.cc977 ErrorReporter* error_reporter = static_cast<ErrorReporter*>(context->impl_); in ReportOpError()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h80 std::string impl_;
112 std::string impl_;
/AliOS-Things-master/components/oss/src/encryption/
A DCipher.cc41 impl_(impl), in SymmetricCipher()
118 impl_(impl), in AsymmetricCipher()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.h685 void* impl_; member

Completed in 17 milliseconds