Home
last modified time | relevance | path

Searched defs:AllocateNode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dcallchain.h136 std::unique_ptr<NodeT> AllocateNode(const std::vector<EntryT*>& chain, size_t chain_start, in AllocateNode() function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc869 Node* Graph::AllocateNode(std::shared_ptr<NodeProperties> props, in AllocateNode() function in tensorflow::Graph