Home
last modified time | relevance | path

Searched refs:object_ids (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmemory_management_test.cc44 objects_assignment.object_ids = {0}; in TEST()
49 objects_assignment.object_ids = {0, 0, 0}; in TEST()
58 objects_assignment.object_ids = {2, 0, 2, 1, 3, 3, 1, 5}; in TEST()
67 EXPECT_TRUE(assignment.object_ids.empty()); in TEST()
72 EXPECT_TRUE(assignment.object_ids.empty()); in TEST()
78 EXPECT_TRUE(assignment.object_ids.empty()); in TEST()
84 EXPECT_TRUE(assignment.object_ids.empty()); in TEST()
90 EXPECT_TRUE(assignment.object_ids.empty()); in TEST()
96 EXPECT_TRUE(assignment.object_ids.empty()); in TEST()
115 EXPECT_THAT(assignment.object_ids, ElementsAre(0)); in TEST()
[all …]
Dmemory_management.cc47 size_t num_tensors = obj_assignment.object_ids.size(); in ObjectsToOffsets()
57 result.offsets[i] = ids_to_offset[obj_assignment.object_ids[i]]; in ObjectsToOffsets()
/external/igt-gpu-tools/tests/
Dkms_lease.c52 __u64 object_ids; member
243 uint32_t object_ids[3]; in make_lease() local
247 mcl.object_ids = (uint64_t) (uintptr_t) &object_ids[0]; in make_lease()
251 object_ids[mcl.object_count++] = data->connector_id; in make_lease()
252 object_ids[mcl.object_count++] = data->crtc_id; in make_lease()
254 object_ids[mcl.object_count++] = data->plane_id; in make_lease()
317 uint32_t object_ids[3]; in page_flip_implicit_plane() local
334 mcl.object_ids = (uint64_t) (uintptr_t) &object_ids[0]; in page_flip_implicit_plane()
338 object_ids[mcl.object_count++] = data->connector_id; in page_flip_implicit_plane()
339 object_ids[mcl.object_count++] = data->crtc_id; in page_flip_implicit_plane()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dequality_assignment.h40 assignment->object_ids.assign(num_records, kNotAssigned); in EqualityAssignmentWithHash()
62 assignment->object_ids[i] = assignment->object_sizes.size(); in EqualityAssignmentWithHash()
65 {usage_records[i].last_task, assignment->object_ids[i]}); in EqualityAssignmentWithHash()
69 assignment->object_ids[i] = pool_it->second.back(); in EqualityAssignmentWithHash()
72 {usage_records[i].last_task, assignment->object_ids[i]}); in EqualityAssignmentWithHash()
85 assignment->object_ids.assign(num_records, kNotAssigned); in EqualityAssignment()
105 assignment->object_ids[i] = assignment->object_sizes.size(); in EqualityAssignment()
111 assignment->object_ids[i] = best_obj; in EqualityAssignment()
Dgreedy_in_order_assignment.h60 assignment->object_ids.assign(num_records, kNotAssigned);
126 assignment->object_ids[i] = assignment->object_sizes.size();
130 {usage_records[i].last_task, assignment->object_ids[i]});
134 assignment->object_ids[i] = shared_id;
139 {usage_records[i].last_task, assignment->object_ids[i]});
154 assignment->object_ids.assign(num_records, kNotAssigned); in GreedyInOrderAssignmentMultidimensional()
193 assignment->object_ids[i] = assignment->object_sizes.size(); in GreedyInOrderAssignmentMultidimensional()
196 {usage_records[i].last_task, assignment->object_ids[i]}); in GreedyInOrderAssignmentMultidimensional()
200 assignment->object_ids[i] = shared_id; in GreedyInOrderAssignmentMultidimensional()
202 {usage_records[i].last_task, assignment->object_ids[i]}); in GreedyInOrderAssignmentMultidimensional()
Dgreedy_by_breadth_assignment.cc66 assignment->object_ids.assign(usage_records.size(), kNotAssigned); in GreedyByBreadthAssignment()
75 if (assignment->object_ids[tensor_info.idx] != kNotAssigned) { in GreedyByBreadthAssignment()
131 assignment->object_ids[tensor_info.idx] = best_object; in GreedyByBreadthAssignment()
135 for (const auto& obj_id : assignment->object_ids) { in GreedyByBreadthAssignment()
Dgreedy_by_size_assignment.cc189 assignment->object_ids.assign(num_records, kNotAssigned); in GreedyBySizeDistPriorityAssignment()
193 if (assignment->object_ids[priority_info[info_id].tensor_usage_id] != in GreedyBySizeDistPriorityAssignment()
216 assignment->object_ids[best_rec_id] = best_obj_id; in GreedyBySizeDistPriorityAssignment()
221 assignment->object_ids[best_rec_id] = best_obj_id; in GreedyBySizeDistPriorityAssignment()
233 if (assignment->object_ids[rec_id] != kNotAssigned) { in GreedyBySizeDistPriorityAssignment()
Dnaive_assignment.h39 assignment->object_ids.assign(usage_records.size(), kNotAssigned); in NaiveAssignment()
42 assignment->object_ids[i] = i; in NaiveAssignment()
Dtypes.h53 std::vector<size_t> object_ids; member
Dmin_cost_flow_assignment.cc133 assignment->object_ids.assign(num_tensors_, kNotAssigned); in CalculateAssignment()
187 assignment->object_ids[tensor_id] = assignment->object_sizes.size(); in AssignTensorsToNewSharedObject()
/external/perfetto/test/trace_processor/profiling/
Dheap_graph_duplicate.textproto34 object_ids: 0x01
35 object_ids: 0x01
Dheap_graph_closest_proc.textproto24 object_ids: 0x01
87 object_ids: 0x02
Dheap_graph_interleaved.textproto24 object_ids: 0x01
61 object_ids: 0x01
Dheap_graph_legacy.textproto46 object_ids: 0x01
47 object_ids: 0x05
Dheap_graph_baseapk.textproto46 object_ids: 0x01
47 object_ids: 0x05
Dheap_graph.textproto46 object_ids: 0x01
47 object_ids: 0x05
Dheap_graph_two_locations.textproto46 object_ids: 0x01
47 object_ids: 0x05
Dheap_graph_branching.textproto24 object_ids: 0x01
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker_unittest.cc168 root.object_ids.emplace_back(1); in TEST()
169 root.object_ids.emplace_back(999); in TEST()
Dheap_graph_tracker.h87 std::vector<uint64_t> object_ids; member
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc511 error += std::to_string(buffer_assignment.object_ids[i]) + in AllocateMemoryForBuffers()
534 const int buffer_index = buffer_assignment.object_ids[tensor_index]; in AllocateMemoryForBuffers()
574 const auto id = assignment.object_ids[remap_from_graph_ids[tensor_id]]; in AllocateMemoryForStrongShapes()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.cc507 size_t assigned_id = assignment.object_ids[usage_rec_id]; in ApplyBuffersAssignment()
549 size_t assigned_id = assignment.object_ids[usage_rec_id]; in ApplyTexturesAssignment()
/external/perfetto/protos/perfetto/trace/profiling/
Dheap_graph.proto48 repeated uint64 object_ids = 1 [packed = true]; field
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h943 __u64 object_ids; member
/external/libdrm/include/drm/
Ddrm_mode.h949 __u64 object_ids; member

12