Home
last modified time | relevance | path

Searched defs:Prepare (Results 1 – 25 of 218) sorted by relevance

123456789

/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc124 Status CpuCastOp::Prepare() { in Prepare() function in tensorflow::CpuCastOp
178 Status Prepare() { in Prepare() function in tensorflow::GpuCastOp
/external/webrtc/modules/desktop_capture/win/
Ddxgi_frame.cc28 bool DxgiFrame::Prepare(DesktopSize size, DesktopCapturer::SourceId source_id) { in Prepare() function in webrtc::DxgiFrame
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_data.cc30 tensorflow::Status DelegateData::Prepare( in Prepare() function in tflite::flex::DelegateData
/external/tensorflow/tensorflow/lite/micro/kernels/
Dquantize.cc34 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dshape.cc37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dexp.cc29 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dceil.cc31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dround.cc31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dzeros_like.cc27 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dbatch_to_space_nd.cc40 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dfill.cc33 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dresize_nearest_neighbor.cc34 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py44 def Prepare(self, emitter, registers, unused_kernel_size): member in MinMaxTransformation
88 def Prepare(self, emitter, registers, unused_kernel_size): member in DequantizeTransformation
157 def Prepare(self, emitter, registers, unused_kernel_size): member in QuantizeTransformation
226 def Prepare(self, emitter, registers, unused_kernel_size): member in RequantizeTransformation
Dquantized_mul_kernels_common.py53 def Prepare(self, emitter, registers, kernel_m, kernel_n, lhs, rhs): member in _StaticQuantizationUInt8Transformation
130 def Prepare(self, emitter, registers, kernel_m, kernel_n, lhs, rhs): member in _StaticQuantizationInt32Transformation
162 def Prepare(self, emitter, registers, kernel_m, kernel_n, lhs, rhs): member in _StaticQuantizationFloatTransformation
205 def Prepare(self, emitter, registers, kernel_m, unused_kernel_n, member in _RowMajorOutput
/external/dng_sdk/source/
Ddng_opcodes.h358 virtual void Prepare (dng_negative & /* negative */, in Prepare() function
460 virtual void Prepare (dng_negative & /* negative */, in Prepare() function
/external/tensorflow/tensorflow/lite/kernels/
Dneg.cc34 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Drank.cc30 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dceil.cc31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dround.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dzeros_like.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dassign_variable.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dshape.cc39 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
Dread_variable.cc33 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
/external/llvm-project/lldb/source/Host/common/
DOptionParser.cpp18 void OptionParser::Prepare(std::unique_lock<std::mutex> &lock) { in Prepare() function in OptionParser
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DAddUsingTests.cpp22 TEST_F(AddUsingTest, Prepare) { in TEST_F() argument

123456789