Home
last modified time | relevance | path

Searched refs:Partition (Results 1 – 25 of 76) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dshape_partition_test.cc96 typedef std::vector<std::pair<int64, int64>> Partition; typedef in xla::cpu::__anond14004300111::ShapePartitionIteratorTest
105 EXPECT_TRUE(absl::c_equal(Partition({{0, 5}}), iterator.GetPartition(0))); in TEST_F()
111 EXPECT_TRUE(absl::c_equal(Partition({{0, 2}}), iterator.GetPartition(0))); in TEST_F()
112 EXPECT_TRUE(absl::c_equal(Partition({{2, 3}}), iterator.GetPartition(1))); in TEST_F()
118 EXPECT_TRUE(absl::c_equal(Partition({{0, 1}}), iterator.GetPartition(0))); in TEST_F()
119 EXPECT_TRUE(absl::c_equal(Partition({{1, 1}}), iterator.GetPartition(1))); in TEST_F()
120 EXPECT_TRUE(absl::c_equal(Partition({{2, 3}}), iterator.GetPartition(2))); in TEST_F()
131 absl::c_equal(Partition({{0, 5}, {0, 3}}), iterator.GetPartition(0))); in TEST_F()
138 absl::c_equal(Partition({{0, 2}, {0, 1}}), iterator.GetPartition(0))); in TEST_F()
140 absl::c_equal(Partition({{0, 2}, {1, 2}}), iterator.GetPartition(1))); in TEST_F()
[all …]
/external/tcpdump/tests/
Dkday6.out248 Partition DIS TLV #4, length: 4
249 Partition DIS TLV #4, length: 4
250 Partition DIS TLV #4, length: 4
251 Partition DIS TLV #4, length: 4
252 Partition DIS TLV #4, length: 4
253 Partition DIS TLV #4, length: 4
254 Partition DIS TLV #4, length: 4
257 Partition DIS TLV #4, length: 4
258 Partition DIS TLV #4, length: 4
259 Partition DIS TLV #4, length: 4
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp275 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() argument
276 if (Partition->hasDepCycle()) in mergeNonIfConvertible()
282 for (auto *Inst : *Partition) in mergeNonIfConvertible()
371 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local
372 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions()
441 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
442 Partition.removeUnusedInsts(); in removeUnusedInsts()
462 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
464 Partition = -2; in computePartitionSetForPointers()
469 if (Partition == -2) in computePartitionSetForPointers()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp309 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() argument
310 if (Partition->hasDepCycle()) in mergeNonIfConvertible()
316 for (auto *Inst : *Partition) in mergeNonIfConvertible()
407 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local
408 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions()
477 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
478 Partition.removeUnusedInsts(); in removeUnusedInsts()
498 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
500 Partition = -2; in computePartitionSetForPointers()
505 if (Partition == -2) in computePartitionSetForPointers()
[all …]
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc76 void Partition(const GraphDef& graph_def, in Partition() function
97 Status s = Partition(popts, &g, partitions); in Partition()
112 Partition(graph_def, &partitions); in CheckLoopConstruction()
244 Partition(ToGraphDef(), &partitions_); in TEST_F()
257 Partition(ToGraphDef(), &partitions_); in TEST_F()
278 Partition(ToGraphDef(), &partitions_); in TEST_F()
302 Partition(ToGraphDef(), &partitions_); in TEST_F()
325 Partition(ToGraphDef(), &partitions_); in TEST_F()
350 Partition(ToGraphDef(), &partitions_); in TEST_F()
398 Partition(ToGraphDef(), &partitions); in TEST_F()
[all …]
Dgraph_partition.h87 Status Partition(const PartitionOptions& opts, Graph* input,
/external/u-boot/doc/
DREADME.gpt13 - GPT (GUID Partition Table) - it is the EFI standard part
59 LBA 34 |Partition 1 |
62 |Partition 2 |
65 |Partition n |
104 72 8 B Partition entries starting LBA (always 2 in primary copy)
130 Partition Entry Format:
134 0 16 B Partition type GUID (Big Endian)
139 56 72 B Partition name (text)
240 Partition type GUID:
DREADME.android-fastboot72 Partition aliases
108 Partition Names
137 Writing Partition Table
DREADME.odroid106 9. Partition layout
110 Partition table: MSDOS. Disk layout and files as listed in the table below.
293 Partition Map for USB device 0 -- Partition Type: DOS
/external/llvm/tools/lli/
DOrcLazyJIT.h138 std::set<Function*> Partition; in extractSingleFunction() local
139 Partition.insert(&F); in extractSingleFunction()
140 return Partition; in extractSingleFunction()
/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h32 class Partition; variable
117 sroa::Partition &P);
/external/u-boot/board/bticino/mamoj/
DREADME71 - Partition eMMC on host
102 Partition Map for MMC device 2 -- Partition Type: DOS
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h43 class Partition; variable
129 sroa::Partition &P);
/external/u-boot/arch/arm/mach-stm32mp/
DKconfig48 hex "Partition on MMC2 to use to load U-Boot from"
52 Partition on the second MMC to load U-Boot from when the MMC is being
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h172 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
176 : BaseLayer(BaseLayer), Partition(std::move(Partition)), in BaseLayer()
399 auto Part = Partition(F); in extractAndCompile()
504 PartitioningFtor Partition; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp423 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument
460 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes()
461 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes()
462 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
465 GlobalRes.Partition = Partition; in addModuleToGlobalRes()
868 if (R.second.Partition != 0 && in runRegularLTO()
869 R.second.Partition != GlobalResolution::External) in runRegularLTO()
880 if (R.second.Partition == 0) in runRegularLTO()
1180 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
/external/u-boot/disk/
DKconfig2 menu "Partition Types"
5 bool "Enable Partition Labels (disklabels) support"
12 Partition Labels (disklabels) Supported:
/external/tensorflow/tensorflow/lite/
Dgraph_info.cc67 void Partition() { in Partition() function in tflite::__anon3d89db6c0111::PartitionGraphIntoIndependentNodeSubsetsImpl
229 .Partition(); in PartitionGraphIntoIndependentNodeSubsets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h257 PartitioningFtor Partition,
264 Partition(std::move(Partition)), CompileCallbackMgr(CallbackMgr), in ES()
567 auto Part = Partition(F); in extractAndCompile()
714 PartitioningFtor Partition; variable
/external/u-boot/board/warp7/
DKconfig10 int "Partition number to use for root filesystem"
/external/guava/guava/src/com/google/common/collect/
DLists.java656 : new Partition<T>(list, size);
659 private static class Partition<T> extends AbstractList<List<T>> {
663 Partition(List<T> list, int size) {
684 private static class RandomAccessPartition<T> extends Partition<T>
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLists.java622 : new Partition<T>(list, size);
625 private static class Partition<T> extends AbstractList<List<T>> {
629 Partition(List<T> list, int size) {
650 private static class RandomAccessPartition<T> extends Partition<T>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h347 unsigned Partition = Unknown; member
367 ArrayRef<SymbolResolution> Res, unsigned Partition,
/external/u-boot/drivers/fastboot/
DKconfig110 image to the Protective MBR and the Primary GUID Partition
112 to generate and write the Backup GUID Partition Table.)
/external/u-boot/board/Arcturus/ucp1020/
DREADME47 NOR Flash Partition declarations and scripts

1234