OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:model_label
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/lite/models/smartreply/ops/
predict.cc
82
TfLiteTensor*
model_label
= &context->tensors[node->inputs->data[2]];
local
86
TF_LITE_ENSURE_EQ(context,
model_label
->type, kTfLiteInt32);
90
TF_LITE_ENSURE_EQ(context,
model_label
->dims->size, 2);
93
model_label
->dims->data[0]);
96
TF_LITE_ENSURE_EQ(context,
model_label
->dims->data[1],
120
TfLiteTensor*
model_label
= &context->tensors[node->inputs->data[2]];
local
127
const int items =
model_label
->dims->data[1];
136
aggregation[
model_label
->data.i32[idx * items + j]] +=
/external/autotest/site_utils/
lab_inventory.py
504
model_label
= constants.Labels.MODEL_PREFIX + model
506
if
model_label
in h.labels]
[
all
...]
Completed in 359 milliseconds