Home
last modified time | relevance | path

Searched defs:allocations (Results 1 – 25 of 66) sorted by relevance

123

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java40 private final ImmutableMultiset<Allocation> allocations; field in AllocationStats
55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats()
61 Multiset<Allocation> allocations) { in AllocationStats()
DAllAllocationsRecorder.java36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in AllAllocationsRecorder
DAllocation.java42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_best_fit_repacker.cc37 void ImportAllocationBlocks(absl::Span<AllocationBlock*> allocations) { in ImportAllocationBlocks()
81 absl::Span<AllocationBlock*> allocations) { in Repack()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_context.h76 absl::Span<const BufferAllocation> allocations() const { in allocations() function
83 void set_allocations(absl::Span<const BufferAllocation> allocations) { in set_allocations()
Dbuffer_allocations.cc35 absl::Span<const BufferAllocation> allocations) { in TearDown()
Dgpu_executable.cc888 std::vector<BufferAllocation>* allocations, in SetUpMlirAllocation()
1010 std::vector<BufferAllocation> allocations, in GpuExecutable()
1060 std::vector<BufferAllocation> allocations; in LoadFromObjFile() local
Dgpu_executable.h117 std::vector<BufferAllocation> allocations; member
Dgpu_compiler.cc954 std::vector<BufferAllocation> allocations; member
1541 std::vector<BufferAllocation>* allocations, in GetMlirAllocationInfo()
1620 std::vector<BufferAllocation> allocations; in CompileLmhloToExecutable() local
Dir_emission_utils.cc572 mlir::Value v, absl::Span<const BufferAllocation> allocations, in GetAllocationSlice()
627 absl::Span<const BufferAllocation> allocations) { in CanEmitFusedDynamicUpdateSliceInPlaceForGpu()
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc176 gtl::InlinedVector<AllocRecord, 4> allocations; in GetRecordsAndUnRef() local
189 gtl::InlinedVector<AllocRecord, 4> allocations; in GetCurrentRecords() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocator.java43 void release(Allocation[] allocations); in release()
DDefaultAllocator.java122 public synchronized void release(Allocation[] allocations) { in release()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dkernel_ops_pattern.cc123 std::vector<xla::BufferAllocation> allocations; member
198 std::vector<xla::BufferAllocation> allocations; in GetAllocations() local
218 absl::Span<const xla::BufferAllocation> allocations, in Emit()
272 auto allocations = GetAllocations(arguments, get_global_ops); in Match() local
/external/perfetto/src/tools/
Dprofiling_sample_distribution.cc92 std::vector<std::pair<std::string, uint64_t>> allocations; in ProfilingSampleDistributionMain() local
/external/minigbm/
Ddrv_array_helpers.c19 uint32_t allocations; member
/external/selinux/libselinux/utils/
Davcstat.c33 unsigned long long allocations; member
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.h107 std::map<int64_t, int64_t> allocations; variable
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp134 vector<AllocationSp>* allocations) in allocateStagingBuffers()
165 vector<AllocationSp>* allocations) in allocateAndWriteStagingBuffers()
179 const vector<AllocationSp>& allocations) in readStagingBuffers()
356 vector<AllocationSp> allocations; in allocateAndBindImageMemory() local
478 void fillImageMemory (const vk::DeviceInterface& vkd, in fillImageMemory()
665 void readImageMemory (const vk::DeviceInterface& vkd, in readImageMemory()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto117 repeated AllocationRecord allocations = 11; field
/external/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp221 std::vector<allocation> allocations; member
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/io/
DRealConnection.java88 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DRealConnection.java84 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
/external/webrtc/p2p/base/
Dturn_server.h210 const AllocationMap& allocations() const { in allocations() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp408 std::vector<de::SharedPtr<Allocation> > allocations; in iterate() local

123