Searched refs:node_offsets_ (Results 1 – 1 of 1) sorted by relevance
269 uint32 offset = node_offsets_[id]; in node()272 : reinterpret_cast<NodeItem*>(space_ + node_offsets_[id])); in node()280 uint32* node_offsets_ = nullptr; // array of size "graph_.num_node_ids()" member in tensorflow::__anon6f8fc96b0111::GraphView407 delete[] node_offsets_; in ~GraphView()446 CHECK(node_offsets_[id] == kuint32max); // Initial value in constructor in InitializeNode()460 node_offsets_[id] = offset; in InitializeNode()554 CHECK(node_offsets_ == nullptr); in Initialize()562 node_offsets_ = new uint32[num_nodes]; in Initialize()564 node_offsets_[i] = kuint32max; in Initialize()