Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc116 using NodeOutputs = std::vector<TensorValue>; in Compile() typedef
117 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()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h101 PyObject* NodeOutputs(int i) const;
Dinterpreter_wrapper_pybind11.cc174 return tensorflow::PyoOrThrow(self.NodeOutputs(i)); in PYBIND11_MODULE()
Dinterpreter_wrapper.cc506 PyObject* InterpreterWrapper::NodeOutputs(int i) const { in NodeOutputs() function in tflite::interpreter_wrapper::InterpreterWrapper
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py379 op_outputs = self._interpreter.NodeOutputs(op_index)