Searched refs:own_data (Results 1 – 6 of 6) sorted by relevance
74 if (queue->samples[0].own_data) in sample_queue_pop()87 if (queue->samples[i].own_data) in sample_queue_free()118 queue->samples[queue->len].own_data = 0; in sample_queue_push()130 if (!sample->own_data) { in sample_queue_retain()141 sample->own_data = 1; in sample_queue_retain()
67 int own_data; member
103 own_data (false), in image_t()110 own_data (true), in image_t()114 { if (own_data) free (data); } in ~image_t()150 bool own_data; member
100 own_data (false), in image_t()107 own_data (true), in image_t()111 { if (own_data) free (data); } in ~image_t()147 bool own_data; member
3803 + if (!tensor->IsConst() || tensor->own_data()) {