Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dpropagate_fixed_sizes.cc1765 const auto& weights_time_array = model->GetArray(op->inputs[2]); in ProcessSvdfOperator() local
1766 if (!weights_time_array.has_shape()) return; in ProcessSvdfOperator()
1776 const int memory_size = weights_time_array.shape().dims()[1]; in ProcessSvdfOperator()