Searched defs:GetNodeId (Results 1 – 8 of 8) sorted by relevance
41 uint64_t ParallelDebug::GetNodeId() in GetNodeId() function in ParallelDebug
41 uint64_t GetNodeId() const { return node_id_; } in GetNodeId() function
38 inline std::string GetNodeId(const AdapterNode &node) { in GetNodeId() function
55 uint64_t GetNodeId() { return 0; } in GetNodeId() function
64 uint64_t GetNodeId() { return 0; } in GetNodeId() function
634 size_t GetNodeId(const NodeWithIndex &node_with_index) { in GetNodeId() function in mindspore::graphkernel::Mutator
546 size_t AnfExporter::GetNodeId(const std::pair<AnfNodePtr, size_t> &key) { in GetNodeId() function in mindspore::lite::AnfExporter