Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc63 int hwcn_weights_id = kTensorNotAllocated; member
184 if (data->hwcn_weights_id == kTensorNotAllocated) { in AllocateTemporaryTensorsIfRequired()
185 context->AddTensors(context, 1, &data->hwcn_weights_id); in AllocateTemporaryTensorsIfRequired()
359 node->temporaries->data[data->hwcn_weights_index] = data->hwcn_weights_id; in Prepare()