/external/tensorflow/tensorflow/lite/python/optimize/ |
D | calibrator.py | 97 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/ |
D | CTS_ARB_post_depth_coverage.txt | 44 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/ |
D | complex_support.cc | 31 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()
|
D | floor.cc | 37 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()
|
D | dequantize.cc | 52 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()
|
D | maximum_minimum.cc | 55 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()
|
D | resize_bilinear.cc | 60 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()
|
D | local_response_norm.cc | 38 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()
|
D | resize_nearest_neighbor.cc | 59 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()
|
D | pad.cc | 109 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()
|
D | rank.cc | 30 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function 71 static TfLiteRegistration r = {nullptr, nullptr, rank::Prepare, rank::Eval}; in Register_RANK()
|
D | logical.cc | 50 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()
|
D | space_to_depth.cc | 41 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()
|
D | depth_to_space.cc | 41 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()
|
D | l2norm.cc | 41 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()
|
D | round.cc | 32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function 62 /*free=*/nullptr, round::Prepare, round::Eval}; in Register_ROUND()
|
D | assign_variable.cc | 32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function 75 static TfLiteRegistration r = {nullptr, nullptr, assign_variable::Prepare, in Register_ASSIGN_VARIABLE()
|
D | transpose.cc | 71 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()
|
D | ceil.cc | 31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function 64 /*free=*/nullptr, ceil::Prepare, ceil::Eval}; in Register_CEIL()
|
D | zeros_like.cc | 32 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/ |
D | summary_db_writer.cc | 144 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/ |
D | shape.cc | 37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function 65 /*prepare=*/Prepare, in Register_SHAPE()
|
D | space_to_depth.cc | 41 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()
|
D | depth_to_space.cc | 41 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()
|
D | transpose.cc | 71 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()
|