Home
last modified time | relevance | path

Searched defs:SegmentInfo (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.h72 struct SegmentInfo { struct
73 c10::DeviceIndex device = 0;
74 size_t address = 0;
75 size_t total_size = 0;
76 size_t requested_size = 0; // unrounded, actually requested size
77 size_t allocated_size = 0;
78 size_t active_size = 0;
79 cudaStream_t stream = nullptr;
80 bool is_large = false;
81 bool is_expandable = false;
[all …]
/aosp_15_r20/external/executorch/runtime/core/
H A Ddata_loader.h30 struct SegmentInfo { struct
34 enum class Type {
65 SegmentInfo() = default; argument
91 load(size_t offset, size_t size, const SegmentInfo& segment_info) const = 0; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h310 struct SegmentInfo { struct
333 /// Returns the SegmentInfo for the given group. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h310 struct SegmentInfo { struct
333 /// Returns the SegmentInfo for the given group. argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h307 struct SegmentInfo { struct
330 /// Returns the SegmentInfo for the given group. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h310 struct SegmentInfo { struct
333 /// Returns the SegmentInfo for the given group. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h310 struct SegmentInfo { struct
333 /// Returns the SegmentInfo for the given group. argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h137 struct SegmentInfo { struct
138 uint32_t Index;
139 StringRef Name;
140 uint32_t Alignment;
141 SegmentFlags Flags;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h146 struct SegmentInfo { struct
147 uint32_t Index;
148 StringRef Name;
149 uint32_t Alignment;
150 SegmentFlags Flags;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h146 struct SegmentInfo { struct
147 uint32_t Index;
148 StringRef Name;
149 uint32_t Alignment;
150 SegmentFlags Flags;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h146 struct SegmentInfo { struct
147 uint32_t Index;
148 StringRef Name;
149 uint32_t Alignment;
150 SegmentFlags Flags;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h146 struct SegmentInfo { struct
147 uint32_t Index;
148 StringRef Name;
149 uint32_t Alignment;
150 SegmentFlags Flags;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h146 struct SegmentInfo { struct
147 uint32_t Index;
148 StringRef Name;
149 uint32_t Alignment;
150 SegmentFlags Flags;
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
H A DSefSlowMotionFlattener.java339 private static final class SegmentInfo { class in SefSlowMotionFlattener
356 public SegmentInfo(SlowMotionData.Segment segment, int inputMaxLayer, int normalSpeedLayer) { in SegmentInfo() method in SefSlowMotionFlattener.SegmentInfo
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
H A DSefSlowMotionFlattener.java339 private static final class SegmentInfo { class in SefSlowMotionFlattener
356 public SegmentInfo(SlowMotionData.Segment segment, int inputMaxLayer, int normalSpeedLayer) { in SegmentInfo() method in SefSlowMotionFlattener.SegmentInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h132 llvm::SmallVector<SegmentEntry, 16> SegmentInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DRawMemProfReader.h196 llvm::SmallVector<SegmentEntry, 2> SegmentInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DRawMemProfReader.h196 llvm::SmallVector<SegmentEntry, 2> SegmentInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DRawMemProfReader.h196 llvm::SmallVector<SegmentEntry, 2> SegmentInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DMemProfReader.h219 llvm::SmallVector<SegmentEntry, 2> SegmentInfo; variable
/aosp_15_r20/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp297 sp<WebmElement> WebmElement::SegmentInfo(uint64_t scale, double dur) { in SegmentInfo() function in android::WebmElement
/aosp_15_r20/external/libwebm/testing/
H A Dmkvmuxer_tests.cc121 TEST_F(MuxerTest, SegmentInfo) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp219 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local
H A DWasmYAML.cpp350 IO &IO, WasmYAML::SegmentInfo &SegmentInfo) { in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp234 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local

12