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

  /external/selinux/checkpolicy/
queue.h 17 typedef struct queue_node *queue_node_ptr_t;
19 typedef struct queue_node { struct
queue.c 33 newnode = (queue_node_ptr_t) malloc(sizeof(struct queue_node));
57 newnode = (queue_node_ptr_t) malloc(sizeof(struct queue_node));
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.h 147 static Status UpdateQueue(const NodeDef* queue_node,
graph_properties.cc     [all...]

Completed in 750 milliseconds