/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | memory_management_test.cc | 44 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 …]
|
D | memory_management.cc | 47 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/ |
D | kms_lease.c | 52 __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/ |
D | equality_assignment.h | 40 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()
|
D | greedy_in_order_assignment.h | 60 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()
|
D | greedy_by_breadth_assignment.cc | 66 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()
|
D | greedy_by_size_assignment.cc | 189 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()
|
D | naive_assignment.h | 39 assignment->object_ids.assign(usage_records.size(), kNotAssigned); in NaiveAssignment() 42 assignment->object_ids[i] = i; in NaiveAssignment()
|
D | types.h | 53 std::vector<size_t> object_ids; member
|
D | min_cost_flow_assignment.cc | 133 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/ |
D | heap_graph_duplicate.textproto | 34 object_ids: 0x01 35 object_ids: 0x01
|
D | heap_graph_closest_proc.textproto | 24 object_ids: 0x01 87 object_ids: 0x02
|
D | heap_graph_interleaved.textproto | 24 object_ids: 0x01 61 object_ids: 0x01
|
D | heap_graph_legacy.textproto | 46 object_ids: 0x01 47 object_ids: 0x05
|
D | heap_graph_baseapk.textproto | 46 object_ids: 0x01 47 object_ids: 0x05
|
D | heap_graph.textproto | 46 object_ids: 0x01 47 object_ids: 0x05
|
D | heap_graph_two_locations.textproto | 46 object_ids: 0x01 47 object_ids: 0x05
|
D | heap_graph_branching.textproto | 24 object_ids: 0x01
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_tracker_unittest.cc | 168 root.object_ids.emplace_back(1); in TEST() 169 root.object_ids.emplace_back(999); in TEST()
|
D | heap_graph_tracker.h | 87 std::vector<uint64_t> object_ids; member
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | inference_context.cc | 511 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/ |
D | runtime.cc | 507 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/ |
D | heap_graph.proto | 48 repeated uint64 object_ids = 1 [packed = true]; field
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 943 __u64 object_ids; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 949 __u64 object_ids; member
|