Home
last modified time | relevance | path

Searched refs:OutputIndices (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h76 PyObject* OutputIndices() const;
Dinterpreter_wrapper_pybind11.cc98 return tensorflow::PyoOrThrow(self.OutputIndices()); in PYBIND11_MODULE()
Dinterpreter_wrapper.cc240 PyObject* InterpreterWrapper::OutputIndices() const { in OutputIndices() function in tflite::interpreter_wrapper::InterpreterWrapper
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers_test.cc182 TEST(NodeMatchers, OutputIndices) { in TEST() argument
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py537 self._get_tensor_details(i) for i in self._interpreter.OutputIndices()