Home
last modified time | relevance | path

Searched refs:returns_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Ddeclarable.h312 void IncrementReturns() { ++returns_; } in IncrementReturns()
313 bool HasReturns() const { return returns_; } in HasReturns()
346 returns_(0), in Callable()
355 size_t returns_; variable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc236 absl::flat_hash_map<Operation*, NodeVector> returns_; member in tensorflow::__anon69ccc8a20111::Exporter
343 auto* dst_node = returns_[fetch][operand_and_idx.index()]; in AddEdge()
484 auto& return_nodes = returns_[fetch]; in AddFetchNode()