Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/micro/
Drecording_micro_allocator.cc109 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/
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()
Dmemory_space_assignment.h948 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/
Dir_emitter_context.h75 absl::Span<const BufferAllocation> allocations() const { in allocations() function
82 void set_allocations(absl::Span<const BufferAllocation> allocations) { in set_allocations()
Dbuffer_allocations.cc37 absl::Span<const BufferAllocation> allocations) { in TearDown()
Dgpu_compiler.cc938 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
Dgpu_executable.h79 std::vector<BufferAllocation> allocations; member
Dir_emission_utils.cc741 mlir::Value v, absl::Span<const BufferAllocation> allocations) { in GetAllocationSliceForMlir()
790 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/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocator.java45 void release(Allocation[] allocations); in release()
DDefaultAllocator.java115 public synchronized void release(Allocation[] allocations) { in release()
/external/perfetto/tools/
Dprofiling_sample_distribution.cc92 std::vector<std::pair<std::string, uint64_t>> allocations; in ProfilingSampleDistributionMain() local
/external/minigbm/
Dhelpers_array.c18 uint32_t allocations; member
/external/selinux/libselinux/utils/
Davcstat.c33 unsigned long long allocations; member
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgemm_rewrite_test.cc49 absl::Span<const BufferAllocation> allocations = in CheckNumberOfAllocations() local
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.h109 std::map<int64, int64> allocations; variable
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp132 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/
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/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DRealConnection.java84 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
/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/webrtc/p2p/base/
Dturn_server.h204 const AllocationMap& allocations() const { in allocations() function

12