Home
last modified time | relevance | path

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

12345678910>>...15

/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/delegates/flex/
Ddelegate.cc33 TfLiteStatus Prepare(TfLiteContext* context, TfLiteDelegate* delegate) { in Prepare() function
43 ->Prepare(session_options); in Prepare()
145 Prepare = &flex::delegate::Prepare; in FlexDelegate()
/external/tensorflow/tensorflow/lite/kernels/
Dfloor.cc36 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
66 /*free=*/nullptr, floor::Prepare, in Register_FLOOR_REF()
73 /*free=*/nullptr, floor::Prepare, in Register_FLOOR()
Dresize_nearest_neighbor.cc52 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
130 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_REF()
137 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_GENERIC_OPT()
145 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_NEON_OPT()
Dresize_bilinear.cc55 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
142 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_REF()
149 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_GENERIC_OPT()
156 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_NEON_OPT()
Ddequantize.cc56 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()
Dlocal_response_norm.cc37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
96 nullptr, nullptr, local_response_norm::Prepare, in Register_LOCAL_RESPONSE_NORM_REF()
103 nullptr, nullptr, local_response_norm::Prepare, in Register_LOCAL_RESPONSE_NORM_GENERIC_OPT()
Dlogical.cc47 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
121 static TfLiteRegistration r = {logical::Init, logical::Free, logical::Prepare, in Register_LOGICAL_OR()
129 static TfLiteRegistration r = {logical::Init, logical::Free, logical::Prepare, in Register_LOGICAL_AND()
Dpad.cc98 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
270 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PAD_REF()
276 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PAD_GENERIC_OPT()
285 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PADV2_REF()
291 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PADV2_GENERIC_OPT()
Drank.cc29 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
59 static TfLiteRegistration r = {nullptr, nullptr, rank::Prepare, rank::Eval}; in Register_RANK()
Ddepth_to_space.cc38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
143 nullptr, nullptr, depth_to_space::Prepare, in Register_DEPTH_TO_SPACE_REF()
150 nullptr, nullptr, depth_to_space::Prepare, in Register_DEPTH_TO_SPACE_GENERIC_OPT()
Dmaximum_minimum.cc51 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
141 nullptr, nullptr, maximum_minimum::Prepare, in Register_MAXIMUM_REF()
149 nullptr, nullptr, maximum_minimum::Prepare, in Register_MINIMUM_REF()
Dspace_to_depth.cc38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
139 nullptr, nullptr, space_to_depth::Prepare, in Register_SPACE_TO_DEPTH_REF()
146 nullptr, nullptr, space_to_depth::Prepare, in Register_SPACE_TO_DEPTH_GENERIC_OPT()
Dceil.cc29 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
53 /*free=*/nullptr, ceil::Prepare, ceil::Eval}; in Register_CEIL()
Dround.cc29 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
53 /*free=*/nullptr, round::Prepare, round::Eval}; in Register_ROUND()
Dassign_variable.cc36 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
75 static TfLiteRegistration r = {nullptr, nullptr, assign_variable::Prepare, in Register_ASSIGN_VARIABLE()
Dl2norm.cc38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
144 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare, in Register_L2NORM_REF()
150 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare, in Register_L2NORM_GENERIC_OPT()
Dtranspose.cc72 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
161 static TfLiteRegistration r = {nullptr, nullptr, transpose::Prepare, in Register_TRANSPOSE_REF()
167 static TfLiteRegistration r = {nullptr, nullptr, transpose::Prepare, in Register_TRANSPOSE_GENERIC_OPTIMIZED()
Dzeros_like.cc28 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
67 zeros_like::Prepare, zeros_like::Eval}; in Register_ZEROS_LIKE()
/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc123 OP_REQUIRES_OK(ctx, Prepare()); in CpuCastOp()
126 Status CpuCastOp::Prepare() { in Prepare() function in tensorflow::CpuCastOp
176 OP_REQUIRES_OK(ctx, Prepare()); in GpuCastOp()
180 Status Prepare() { in Prepare() function in tensorflow::GpuCastOp
259 OP_REQUIRES_OK(ctx, Prepare()); in SyclCastOp()
263 Status Prepare() { in Prepare() function in tensorflow::SyclCastOp
/external/v8/src/parsing/
Dpending-compilation-error-handler.cc35 void PendingCompilationErrorHandler::MessageDetails::Prepare( in Prepare() function in v8::internal::PendingCompilationErrorHandler::MessageDetails
109 warning.Prepare(isolate); in PrepareWarnings()
139 error_details_.Prepare(isolate); in PrepareErrors()
174 error_details_.Prepare(isolate); in FormatErrorMessageForTest()
/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()
472 TF_RETURN_IF_ERROR(db->Prepare(get_sql, &get)); in InitializeUser()
489 TF_RETURN_IF_ERROR(db->Prepare(insert_sql, &insert)); in InitializeUser()
513 TF_RETURN_IF_ERROR(db->Prepare(get_sql, &get)); in InitializeExperiment()
535 TF_RETURN_IF_ERROR(db->Prepare(insert_sql, &insert)); in InitializeExperiment()
[all …]
/external/tensorflow/tensorflow/lite/micro/kernels/
Darg_min_max.cc33 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
108 r.prepare = arg_min_max::Prepare; in Register_ARG_MAX()
115 r.prepare = arg_min_max::Prepare; in Register_ARG_MIN()
Dlogistic.cc34 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
64 r.prepare = activations::Prepare; in Register_LOGISTIC()
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibrator.py75 self._calibrator.Prepare()
102 self._calibrator.Prepare()

12345678910>>...15