HomeSort by relevance Sort by last modified time
    Searched refs:last_node_id (Results 1 - 2 of 2) sorted by null

  /art/dexdump/
dexdump_cfg.cc 160 uint32_t last_node_id = std::numeric_limits<uint32_t>::max(); local
185 // Seems to be a fall-through, connect to last_node_id. May be spurious edges for things
187 uint32_t old_last = last_node_id;
188 last_node_id = it->second;
191 << " -> node" << last_node_id << ":p" << dex_pc
212 taken_edges << " node" << last_node_id << ":p" << dex_pc
218 last_node_id = std::numeric_limits<uint32_t>::max();
246 taken_edges << " node" << last_node_id << ":p" << dex_pc
270 last_node_id = std::numeric_limits<uint32_t>::max();
  /external/tensorflow/tensorflow/c/
c_api.cc 2120 const int last_node_id = graph->graph.num_node_ids(); variable
    [all...]

Completed in 192 milliseconds