Searched refs:InputIndices (Results 1 – 4 of 4) sorted by relevance
75 PyObject* InputIndices() const;
94 return tensorflow::PyoOrThrow(self.InputIndices()); in PYBIND11_MODULE()
232 PyObject* InterpreterWrapper::InputIndices() const { in InputIndices() function in tflite::interpreter_wrapper::InterpreterWrapper
480 self._get_tensor_details(i) for i in self._interpreter.InputIndices()