Searched refs:reshape_input_array (Results 1 – 1 of 1) sorted by relevance
128 const auto& reshape_input_array = model->GetArray(reshape_op->inputs[0]); in Run() local129 if (!reshape_input_array.has_shape()) { in Run()