Home
last modified time | relevance | path

Searched refs:hwcn_weights_index (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc84 int32_t hwcn_weights_index; member
183 data->hwcn_weights_index = temporaries_count; in AllocateTemporaryTensorsIfRequired()
359 node->temporaries->data[data->hwcn_weights_index] = data->hwcn_weights_id; in Prepare()
371 &context->tensors[node->temporaries->data[data->hwcn_weights_index]]; in Prepare()
678 ? &context->tensors[node->temporaries->data[data->hwcn_weights_index]] in Eval()