Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dmove_binary_operator_before_reshape.cc128 const auto& reshape_input_array = model->GetArray(reshape_op->inputs[0]); in Run() local
129 if (!reshape_input_array.has_shape()) { in Run()