/external/tensorflow/tensorflow/lite/micro/ |
D | recording_micro_allocator.cc | 109 RecordedAllocation allocations = SnapshotAllocationUsage(); in AllocatePersistentBuffer() local 134 RecordedAllocation allocations = SnapshotAllocationUsage(); in AllocateNodeAndRegistrations() local 159 RecordedAllocation allocations = SnapshotAllocationUsage(); in PrepareNodeAndRegistrationDataFromFlatbuffer() local 171 RecordedAllocation allocations = SnapshotAllocationUsage(); in AllocateTfLiteEvalTensors() local 190 RecordedAllocation allocations = SnapshotAllocationUsage(); in AllocateVariables() local 202 RecordedAllocation allocations = SnapshotAllocationUsage(); in AllocatePersistentTfLiteTensorInternal() local 214 RecordedAllocation allocations = SnapshotAllocationUsage(); in PopulateTfLiteTensorFromFlatbuffer() local
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 40 private final ImmutableMultiset<Allocation> allocations; field in AllocationStats 55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats() 61 Multiset<Allocation> allocations) { in AllocationStats()
|
D | AllAllocationsRecorder.java | 36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in AllAllocationsRecorder
|
D | Allocation.java | 42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_best_fit_repacker.cc | 37 void ImportAllocationBlocks(absl::Span<AllocationBlock*> allocations) { in ImportAllocationBlocks() 81 absl::Span<AllocationBlock*> allocations) { in Repack()
|
D | memory_space_assignment.h | 948 MemorySpaceAssignment::AllocationSequence* allocations, in AlternateMemoryBestFitHeap() 996 MemorySpaceAssignment::AllocationSequence* allocations() { in allocations() function 1015 absl::flat_hash_set<const MemorySpaceAssignment::Allocation*> allocations; member
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_context.h | 75 absl::Span<const BufferAllocation> allocations() const { in allocations() function 82 void set_allocations(absl::Span<const BufferAllocation> allocations) { in set_allocations()
|
D | buffer_allocations.cc | 37 absl::Span<const BufferAllocation> allocations) { in TearDown()
|
D | gpu_compiler.cc | 938 std::vector<BufferAllocation> allocations = in RunBackend() local 1007 mlir::FuncOp func, std::vector<BufferAllocation>* allocations, in GetMlirAllocationInfo() 1106 std::vector<BufferAllocation> allocations; in CompileLmhloToExecutable() local
|
D | gpu_executable.h | 79 std::vector<BufferAllocation> allocations; member
|
D | ir_emission_utils.cc | 741 mlir::Value v, absl::Span<const BufferAllocation> allocations) { in GetAllocationSliceForMlir() 790 absl::Span<const BufferAllocation> allocations) { in CanEmitFusedDynamicUpdateSliceInPlaceForGpu()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
D | Allocator.java | 45 void release(Allocation[] allocations); in release()
|
D | DefaultAllocator.java | 115 public synchronized void release(Allocation[] allocations) { in release()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tracking_allocator.cc | 176 gtl::InlinedVector<AllocRecord, 4> allocations; in GetRecordsAndUnRef() local 189 gtl::InlinedVector<AllocRecord, 4> allocations; in GetCurrentRecords() local
|
/external/minigbm/ |
D | helpers_array.c | 18 uint32_t allocations; member
|
/external/perfetto/tools/ |
D | profiling_sample_distribution.cc | 92 std::vector<std::pair<std::string, uint64_t>> allocations; in ProfilingSampleDistributionMain() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | gemm_rewrite_test.cc | 49 absl::Span<const BufferAllocation> allocations = in CheckNumberOfAllocations() local
|
/external/selinux/libselinux/utils/ |
D | avcstat.c | 33 unsigned long long allocations; member
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_timeline.h | 109 std::map<int64, int64> allocations; variable
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 132 vector<AllocationSp>* allocations) in allocateStagingBuffers() 163 vector<AllocationSp>* allocations) in allocateAndWriteStagingBuffers() 177 const vector<AllocationSp>& allocations) in readStagingBuffers() 324 vector<AllocationSp> allocations; in allocateAndBindImageMemory() local 446 void fillImageMemory (const vk::DeviceInterface& vkd, in fillImageMemory() 633 void readImageMemory (const vk::DeviceInterface& vkd, in readImageMemory()
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_log.proto | 117 repeated AllocationRecord allocations = 11; field
|
/external/mesa3d/src/util/tests/vma/ |
D | vma_random_test.cpp | 221 std::vector<allocation> allocations; member
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/io/ |
D | RealConnection.java | 88 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/ |
D | RealConnection.java | 84 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
|
/external/webrtc/p2p/base/ |
D | turn_server.h | 204 const AllocationMap& allocations() const { in allocations() function
|