Searched defs:Prepare (Results 1 - 25 of 63) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dembedding_lookup.cc50 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::embedding_lookup
97 static TfLiteRegistration r = {nullptr, nullptr, embedding_lookup::Prepare,
H A Dexp.cc43 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::exp
82 static TfLiteRegistration r = {nullptr, nullptr, exp::Prepare,
H A Dreshape.cc30 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::reshape
84 static TfLiteRegistration r = {nullptr, nullptr, reshape::Prepare,
H A Dskip_gram.cc48 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::__anon25951
154 static TfLiteRegistration r = {nullptr, nullptr, Prepare, Eval};
H A Dconcatenation.cc42 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::concatenation
108 // allocate and populate these during Prepare().
150 nullptr, nullptr, concatenation::Prepare,
157 nullptr, nullptr, concatenation::Prepare,
H A Dgather.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::gather
124 static TfLiteRegistration r = {nullptr, nullptr, gather::Prepare,
H A Dhashtable_lookup.cc59 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::__anon25935
149 static TfLiteRegistration r = {nullptr, nullptr, Prepare, Eval};
H A Dl2norm.cc37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::l2norm
89 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare,
95 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare,
H A Dlocal_response_norm.cc37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::local_response_norm
91 nullptr, nullptr, local_response_norm::Prepare,
98 nullptr, nullptr, local_response_norm::Prepare,
H A Dpad.cc50 // is callable from both Prepare() and Eval() as long as the caller ensures the
78 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::pad
168 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare,
174 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare,
H A Dresize_bilinear.cc50 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::resize_bilinear
116 nullptr, nullptr, resize_bilinear::Prepare,
123 nullptr, nullptr, resize_bilinear::Prepare,
130 nullptr, nullptr, resize_bilinear::Prepare,
H A Dspace_to_depth.cc38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::space_to_depth
128 nullptr, nullptr, space_to_depth::Prepare,
135 nullptr, nullptr, space_to_depth::Prepare,
H A Dsplit.cc71 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::split
99 // Prepare(), and we have to do it now.
114 // calculating it in Prepare, unless we defer shape calculation.
153 static TfLiteRegistration r = {nullptr, nullptr, split::Prepare, split::Eval};
H A Dsqueeze.cc39 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::squeeze
92 static TfLiteRegistration r = {nullptr, nullptr, squeeze::Prepare,
H A Dtranspose.cc68 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::transpose
150 static TfLiteRegistration r = {nullptr, nullptr, transpose::Prepare,
H A Dbasic_rnn.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::rnn
126 rnn::Prepare, rnn::Eval};
H A Dbatch_to_space_nd.cc95 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::batch_to_space_nd
170 nullptr, nullptr, batch_to_space_nd::Prepare,
177 nullptr, nullptr, batch_to_space_nd::Prepare,
H A Ddiv.cc40 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::div
102 static TfLiteRegistration r = {nullptr, nullptr, div::Prepare,
108 static TfLiteRegistration r = {nullptr, nullptr, div::Prepare,
114 static TfLiteRegistration r = {nullptr, nullptr, div::Prepare,
H A Dspace_to_batch_nd.cc90 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::space_to_batch_nd
167 nullptr, nullptr, space_to_batch_nd::Prepare,
174 nullptr, nullptr, space_to_batch_nd::Prepare,
/external/tensorflow/tensorflow/core/kernels/
H A Dcast_op.cc77 OP_REQUIRES_OK(ctx, Prepare());
80 Status CpuCastOp::Prepare() { function in class:tensorflow::CpuCastOp
125 OP_REQUIRES_OK(ctx, Prepare());
129 Status Prepare() { function in class:tensorflow::GpuCastOp
201 OP_REQUIRES_OK(ctx, Prepare());
205 Status Prepare() { function in class:tensorflow::SyclCastOp
/external/gemmlowp/meta/generators/
H A Dquantized_mul_kernels_common.py53 def Prepare(self, emitter, registers, kernel_m, kernel_n, lhs, rhs): member in class:_StaticQuantizationUInt8Transformation
56 emitter.EmitComment('StaticQuantization::Prepare')
130 def Prepare(self, emitter, registers, kernel_m, kernel_n, lhs, rhs): member in class:_StaticQuantizationInt32Transformation
132 emitter.EmitComment('StaticQuantizationInt32::Prepare')
162 def Prepare(self, emitter, registers, kernel_m, kernel_n, lhs, rhs): member in class:_StaticQuantizationFloatTransformation
164 emitter.EmitComment('StaticQuantizationFloat::Prepare')
205 def Prepare(self, emitter, registers, kernel_m, unused_kernel_n, member in class:_RowMajorOutput
207 """Prepare strided load addresses."""
209 emitter.EmitComment('RowMajorOutput::Prepare')
231 """Prepare aggregator
[all...]
H A Dtransform_kernels_common.py44 def Prepare(self, emitter, registers, unused_kernel_size): member in class:MinMaxTransformation
46 emitter.EmitComment('MinMax::Prepare')
88 def Prepare(self, emitter, registers, unused_kernel_size): member in class:DequantizeTransformation
91 emitter.EmitComment('Dequantize::Prepare')
157 def Prepare(self, emitter, registers, unused_kernel_size): member in class:QuantizeTransformation
160 emitter.EmitComment('Quantize::Prepare')
226 def Prepare(self, emitter, registers, unused_kernel_size): member in class:RequantizeTransformation
229 emitter.EmitComment('Requantize::Prepare')
328 self.transformation.Prepare(self.asm_emitter, registers, kernel_size)
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
H A Dextract_feature.cc61 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::custom::extract
111 static TfLiteRegistration r = {nullptr, nullptr, extract::Prepare,
/external/webrtc/webrtc/p2p/base/
H A Dstunrequest.h109 virtual void Prepare(StunMessage* request) {} function in class:cricket::StunRequest
/external/brotli/csharp/org/brotli/dec/
H A DBitReader.cs153 Prepare(br);
156 private static void Prepare(Org.Brotli.Dec.BitReader br) method in class:Org.Brotli.Dec.BitReader
168 Prepare(br);

Completed in 343 milliseconds

123