OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hwcn_weights
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/contrib/lite/kernels/
conv.cc
263
TfLiteTensor*
hwcn_weights
=
local
265
hwcn_weights
->type = data_type;
266
hwcn_weights
->allocation_type = kTfLiteDynamic;
270
if (
hwcn_weights
->data.raw) {
271
free(
hwcn_weights
->data.raw);
272
hwcn_weights
->data.raw = nullptr;
279
context->ResizeTensor(context,
hwcn_weights
, hwcn_weights_size);
294
TfLiteTensor* im2col, TfLiteTensor*
hwcn_weights
,
337
TfLiteTensor*
hwcn_weights
, TfLiteTensor* output) {
368
filter_data = GetTensorData<float>(
hwcn_weights
);
411
TfLiteTensor*
hwcn_weights
=
local
[
all
...]
Completed in 71 milliseconds