Home
last modified time | relevance | path

Searched refs:Prepare (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibrator.py97 self._calibrator.Prepare([list(s.shape) for s in sample])
99 self._calibrator.Prepare()
138 self._calibrator.Prepare([list(s.shape) for s in sample])
140 self._calibrator.Prepare()
159 self._calibrator.Prepare([list(s.shape) for s in sample])
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_post_depth_coverage.txt44 Prepare a proper shader with following layout setup:
49 Prepare a proper shader with following layout setup:
55 Prepare multisample framebuffer with integer color and depth attachments
58 Prepare framebuffer with integer color attachment 1x(number of samples)
61 Prepare shader program which passes gl_SampleMaskIn to the output as a
64 Prepare shader program which passes samples from multisample texture to
/external/tensorflow/tensorflow/lite/kernels/
Dcomplex_support.cc31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
162 complex::Prepare, complex::EvalReal}; in Register_REAL()
168 complex::Prepare, complex::EvalImag}; in Register_IMAG()
174 complex::Prepare, complex::EvalAbs}; in Register_COMPLEX_ABS()
Dfloor.cc37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
73 /*free=*/nullptr, floor::Prepare, in Register_FLOOR_REF()
80 /*free=*/nullptr, floor::Prepare, in Register_FLOOR()
Ddequantize.cc52 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
102 dequantize::Init, dequantize::Free, dequantize::Prepare, in Register_DEQUANTIZE_OPT()
109 dequantize::Prepare, in Register_DEQUANTIZE_REF()
Dmaximum_minimum.cc55 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
196 nullptr, nullptr, maximum_minimum::Prepare, in Register_MAXIMUM_REF()
204 nullptr, nullptr, maximum_minimum::Prepare, in Register_MAXIMUM_GENERIC_OPT()
212 nullptr, nullptr, maximum_minimum::Prepare, in Register_MINIMUM_REF()
220 nullptr, nullptr, maximum_minimum::Prepare, in Register_MINIMUM_GENERIC_OPT()
Dresize_bilinear.cc60 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
157 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_REF()
164 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_GENERIC_OPT()
171 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_NEON_OPT()
Dlocal_response_norm.cc38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
103 nullptr, nullptr, local_response_norm::Prepare, in Register_LOCAL_RESPONSE_NORM_REF()
110 nullptr, nullptr, local_response_norm::Prepare, in Register_LOCAL_RESPONSE_NORM_GENERIC_OPT()
Dresize_nearest_neighbor.cc59 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
151 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_REF()
158 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_GENERIC_OPT()
166 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_NEON_OPT()
Dpad.cc109 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
272 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PAD_REF()
278 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PAD_GENERIC_OPT()
287 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PADV2_REF()
293 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PADV2_GENERIC_OPT()
Drank.cc30 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
71 static TfLiteRegistration r = {nullptr, nullptr, rank::Prepare, rank::Eval}; in Register_RANK()
Dlogical.cc50 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
136 static TfLiteRegistration r = {logical::Init, logical::Free, logical::Prepare, in Register_LOGICAL_OR()
144 static TfLiteRegistration r = {logical::Init, logical::Free, logical::Prepare, in Register_LOGICAL_AND()
Dspace_to_depth.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
148 nullptr, nullptr, space_to_depth::Prepare, in Register_SPACE_TO_DEPTH_REF()
155 nullptr, nullptr, space_to_depth::Prepare, in Register_SPACE_TO_DEPTH_GENERIC_OPT()
Ddepth_to_space.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
152 nullptr, nullptr, depth_to_space::Prepare, in Register_DEPTH_TO_SPACE_REF()
159 nullptr, nullptr, depth_to_space::Prepare, in Register_DEPTH_TO_SPACE_GENERIC_OPT()
Dl2norm.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
153 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare, in Register_L2NORM_REF()
159 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare, in Register_L2NORM_GENERIC_OPT()
Dround.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
62 /*free=*/nullptr, round::Prepare, round::Eval}; in Register_ROUND()
Dassign_variable.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
75 static TfLiteRegistration r = {nullptr, nullptr, assign_variable::Prepare, in Register_ASSIGN_VARIABLE()
Dtranspose.cc71 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
164 static TfLiteRegistration r = {nullptr, nullptr, transpose::Prepare, in Register_TRANSPOSE_REF()
170 static TfLiteRegistration r = {nullptr, nullptr, transpose::Prepare, in Register_TRANSPOSE_GENERIC_OPTIMIZED()
Dceil.cc31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
64 /*free=*/nullptr, ceil::Prepare, ceil::Eval}; in Register_CEIL()
Dzeros_like.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
77 zeros_like::Prepare, zeros_like::Eval}; in Register_ZEROS_LIKE()
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer.cc144 TF_RETURN_IF_ERROR(db->Prepare(sql, &insert_desc)); in SetDescription()
172 TF_RETURN_IF_ERROR(db_->Prepare("INSERT INTO Ids (id) VALUES (?)", &stmt)); in CreateNewId()
259 TF_RETURN_IF_ERROR(db_->Prepare(sql, &insert)); in SaveNodeInputs()
311 TF_RETURN_IF_ERROR(db_->Prepare(sql, &insert)); in SaveNodes()
344 TF_RETURN_IF_ERROR(db_->Prepare(sql, &insert)); in SaveGraph()
454 TF_RETURN_IF_ERROR(db->Prepare(sql, &insert)); in GetTagId()
473 TF_RETURN_IF_ERROR(db->Prepare(get_sql, &get)); in InitializeUser()
490 TF_RETURN_IF_ERROR(db->Prepare(insert_sql, &insert)); in InitializeUser()
514 TF_RETURN_IF_ERROR(db->Prepare(get_sql, &get)); in InitializeExperiment()
536 TF_RETURN_IF_ERROR(db->Prepare(insert_sql, &insert)); in InitializeExperiment()
[all …]
/external/tensorflow/tensorflow/lite/micro/kernels/
Dshape.cc37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
65 /*prepare=*/Prepare, in Register_SHAPE()
Dspace_to_depth.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
148 nullptr, nullptr, space_to_depth::Prepare, in Register_SPACE_TO_DEPTH_REF()
155 nullptr, nullptr, space_to_depth::Prepare, in Register_SPACE_TO_DEPTH_GENERIC_OPT()
Ddepth_to_space.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
152 nullptr, nullptr, depth_to_space::Prepare, in Register_DEPTH_TO_SPACE_REF()
159 nullptr, nullptr, depth_to_space::Prepare, in Register_DEPTH_TO_SPACE_GENERIC_OPT()
Dtranspose.cc71 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
164 static TfLiteRegistration r = {nullptr, nullptr, transpose::Prepare, in Register_TRANSPOSE_REF()
170 static TfLiteRegistration r = {nullptr, nullptr, transpose::Prepare, in Register_TRANSPOSE_GENERIC_OPTIMIZED()

12345678910>>...18