Searched refs:OutputIndices (Results 1 – 5 of 5) sorted by relevance
76 PyObject* OutputIndices() const;
98 return tensorflow::PyoOrThrow(self.OutputIndices()); in PYBIND11_MODULE()
240 PyObject* InterpreterWrapper::OutputIndices() const { in OutputIndices() function in tflite::interpreter_wrapper::InterpreterWrapper
182 TEST(NodeMatchers, OutputIndices) { in TEST() argument
537 self._get_tensor_details(i) for i in self._interpreter.OutputIndices()