Home
last modified time | relevance | path

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

1234567891011

/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.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteDelegate* delegate) { in Prepare() function
42 ->Prepare(session_options) in Prepare()
141 Prepare = &flex::delegate::Prepare; in FlexDelegate()
/external/tensorflow/tensorflow/lite/kernels/
Dfloor.cc35 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
65 /*free=*/nullptr, floor::Prepare, in Register_FLOOR_REF()
72 /*free=*/nullptr, floor::Prepare, in Register_FLOOR()
Dresize_bilinear.cc52 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
128 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_REF()
135 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_GENERIC_OPT()
142 nullptr, nullptr, resize_bilinear::Prepare, in Register_RESIZE_BILINEAR_NEON_OPT()
Dresize_nearest_neighbor.cc52 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
128 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_REF()
135 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_GENERIC_OPT()
143 nullptr, nullptr, resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR_NEON_OPT()
Ddiv.cc54 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
152 static TfLiteRegistration r = {div::Init, div::Free, div::Prepare, in Register_DIV_REF()
158 static TfLiteRegistration r = {div::Init, div::Free, div::Prepare, in Register_DIV_GENERIC_OPT()
164 static TfLiteRegistration r = {div::Init, div::Free, div::Prepare, in Register_DIV_NEON_OPT()
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
119 static TfLiteRegistration r = {logical::Init, logical::Free, logical::Prepare, in Register_LOGICAL_OR()
127 static TfLiteRegistration r = {logical::Init, logical::Free, logical::Prepare, in Register_LOGICAL_AND()
Dpad.cc96 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
277 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PAD_REF()
283 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PAD_GENERIC_OPT()
292 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PADV2_REF()
298 static TfLiteRegistration r = {nullptr, nullptr, pad::Prepare, in Register_PADV2_GENERIC_OPT()
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()
Dmaximum_minimum.cc49 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
139 nullptr, nullptr, maximum_minimum::Prepare, in Register_MAXIMUM_REF()
147 nullptr, nullptr, maximum_minimum::Prepare, in Register_MINIMUM_REF()
Dl2norm.cc38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
130 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare, in Register_L2NORM_REF()
136 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare, in Register_L2NORM_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()
Dceil.cc29 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
53 /*free=*/nullptr, ceil::Prepare, ceil::Eval}; in Register_CEIL()
Dzeros_like.cc28 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
67 zeros_like::Prepare, zeros_like::Eval}; in Register_ZEROS_LIKE()
Dbatch_to_space_nd.cc101 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
186 nullptr, nullptr, batch_to_space_nd::Prepare, in Register_BATCH_TO_SPACE_ND_REF()
193 nullptr, nullptr, batch_to_space_nd::Prepare, in Register_BATCH_TO_SPACE_ND_GENERIC_OPT()
Dspace_to_batch_nd.cc90 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
181 nullptr, nullptr, space_to_batch_nd::Prepare, in Register_SPACE_TO_BATCH_ND_REF()
188 nullptr, nullptr, space_to_batch_nd::Prepare, in Register_SPACE_TO_BATCH_ND_GENERIC_OPT()
Dexp.cc43 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
82 static TfLiteRegistration r = {nullptr, nullptr, exp::Prepare, in Register_EXP_REF()
Dshape.cc36 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
87 static TfLiteRegistration r = {nullptr, nullptr, shape::Prepare, shape::Eval}; in Register_SHAPE()
Dneg.cc27 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
74 neg::Prepare, neg::Eval}; in Register_NEG()
Dfake_quant.cc43 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
86 static TfLiteRegistration r = {nullptr, nullptr, fake_quant::Prepare, in Register_FAKE_QUANT_REF()
Darg_min_max.cc51 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
222 static TfLiteRegistration r = {nullptr, nullptr, arg_min_max::Prepare, in Register_ARG_MAX()
228 static TfLiteRegistration r = {nullptr, nullptr, arg_min_max::Prepare, in Register_ARG_MIN()
/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
175 OP_REQUIRES_OK(ctx, Prepare()); in GpuCastOp()
179 Status Prepare() { in Prepare() function in tensorflow::GpuCastOp
257 OP_REQUIRES_OK(ctx, Prepare()); in SyclCastOp()
261 Status Prepare() { in Prepare() function in tensorflow::SyclCastOp
/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/tools/benchmark/
Dbenchmark_test.cc58 void Prepare() { in Prepare() function in tflite::benchmark::__anon3e7b8a330211::TestBenchmark
76 benchmark.Prepare(); in TEST()
88 benchmark.Prepare(); in TEST()

1234567891011