Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h75 PyObject* InputIndices() const;
Dinterpreter_wrapper_pybind11.cc94 return tensorflow::PyoOrThrow(self.InputIndices()); in PYBIND11_MODULE()
Dinterpreter_wrapper.cc232 PyObject* InterpreterWrapper::InputIndices() const { in InputIndices() function in tflite::interpreter_wrapper::InterpreterWrapper
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py480 self._get_tensor_details(i) for i in self._interpreter.InputIndices()