Searched refs:NodeOutputs (Results 1 – 5 of 5) sorted by relevance
116 using NodeOutputs = std::vector<TensorValue>; in Compile() typedef117 std::vector<NodeOutputs> output_registry(graph_->num_node_ids()); in Compile()119 for (const NodeOutputs& outputs : output_registry) { in Compile()166 const NodeOutputs& src_outputs = output_registry[src->id()]; in Compile()185 NodeOutputs& outputs = output_registry[n->id()]; in Compile()
101 PyObject* NodeOutputs(int i) const;
174 return tensorflow::PyoOrThrow(self.NodeOutputs(i)); in PYBIND11_MODULE()
506 PyObject* InterpreterWrapper::NodeOutputs(int i) const { in NodeOutputs() function in tflite::interpreter_wrapper::InterpreterWrapper
379 op_outputs = self._interpreter.NodeOutputs(op_index)