{"record":{"id":"b6982c3187be5b89","repo":"tensorflow/models","slug":"unrecognized-input-type","errorCode":null,"errorMessage":"Unrecognized input_type: {}","messagePattern":"Unrecognized input_type: (.+?)","errorType":"exception","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"official/projects/pointpillars/utils/model_exporter.py","lineNumber":254,"sourceCode":"    \"\"\"\n    signatures = {}\n    for input_type, name in function_keys.items():\n      if input_type == 'tensors':\n        pillars = tf.TensorSpec(\n            shape=self._pillars_spec.shape,\n            dtype=self._pillars_spec.dtype,\n            name='pillars'\n        )\n        indices = tf.TensorSpec(\n            shape=self._indices_spec.shape,\n            dtype=self._indices_spec.dtype,\n            name='indices'\n        )\n        signatures[\n            name] = self.inference_from_tensors.get_concrete_function(\n                pillars, indices)\n      else:\n        raise ValueError('Unrecognized input_type: {}'.format(input_type))\n    return signatures\n","sourceCodeStart":236,"sourceCodeEnd":256,"githubUrl":"https://github.com/tensorflow/models/blob/e006f5f0d534913e49c1f1dae87364039fa607e2/official/projects/pointpillars/utils/model_exporter.py#L236-L256","documentation":"Error \"Unrecognized input_type: {}\" thrown in tensorflow/models.","triggerScenarios":"Thrown at official/projects/pointpillars/utils/model_exporter.py:254 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"e006f5f0d534913e49c1f1dae87364039fa607e2","analyzedAt":"2026-08-24T14:09:15.576Z","schemaVersion":2},"datasetVersion":"2026-08-24T17:17:21.512Z"}