Searched refs:runtime_inputs_from_model (Results 1 – 2 of 2) sorted by relevance
222 const int runtime_inputs_from_model = in CheckInputsOutputs() local224 if (runtime_inputs_from_model != runtime_inputs) { in CheckInputsOutputs()227 runtime_inputs_from_model, " runtime input(s).")); in CheckInputsOutputs()
109 const int runtime_inputs_from_model = GetNumberOfRuntimeInputs(op_sig); in CheckInputsOutputs() local110 if (runtime_inputs_from_model != required_runtime_inputs) { in CheckInputsOutputs()114 runtime_inputs_from_model, " runtime input(s).")); in CheckInputsOutputs()