/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | shape_partition_test.cc | 136 typedef std::vector<std::pair<int64, int64>> Partition; typedef in xla::cpu::__anon68609a240111::ShapePartitionIteratorTest 145 EXPECT_TRUE(ContainersEqual(Partition({{0, 5}}), iterator.GetPartition(0))); in TEST_F() 151 EXPECT_TRUE(ContainersEqual(Partition({{0, 2}}), iterator.GetPartition(0))); in TEST_F() 152 EXPECT_TRUE(ContainersEqual(Partition({{2, 3}}), iterator.GetPartition(1))); in TEST_F() 158 EXPECT_TRUE(ContainersEqual(Partition({{0, 1}}), iterator.GetPartition(0))); in TEST_F() 159 EXPECT_TRUE(ContainersEqual(Partition({{1, 1}}), iterator.GetPartition(1))); in TEST_F() 160 EXPECT_TRUE(ContainersEqual(Partition({{2, 3}}), iterator.GetPartition(2))); in TEST_F() 171 ContainersEqual(Partition({{0, 5}, {0, 3}}), iterator.GetPartition(0))); in TEST_F() 178 ContainersEqual(Partition({{0, 2}, {0, 1}}), iterator.GetPartition(0))); in TEST_F() 180 ContainersEqual(Partition({{0, 2}, {1, 2}}), iterator.GetPartition(1))); in TEST_F() [all …]
|
/external/tcpdump/tests/ |
D | kday6.out | 248 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/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | misc.c | 436 … if ( Mbr->Partition[i].OSIndicator == 0x00 || EXTRACT_UINT32(Mbr->Partition[i].SizeInLBA) == 0 ) { in ValidMBR() 440 StartingLBA = EXTRACT_UINT32(Mbr->Partition[i].StartingLBA); in ValidMBR() 441 EndingLBA = StartingLBA + EXTRACT_UINT32(Mbr->Partition[i].SizeInLBA) - 1; in ValidMBR() 465 … if (Mbr->Partition[j].OSIndicator == 0x00 || EXTRACT_UINT32(Mbr->Partition[j].SizeInLBA) == 0) { in ValidMBR() 468 if ( EXTRACT_UINT32(Mbr->Partition[j].StartingLBA) >= StartingLBA && in ValidMBR() 469 EXTRACT_UINT32(Mbr->Partition[j].StartingLBA) <= EndingLBA ) { in ValidMBR() 475 …NewEndingLBA = EXTRACT_UINT32(Mbr->Partition[j].StartingLBA) + EXTRACT_UINT32(Mbr->Partition[j].Si… in ValidMBR()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 275 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 …]
|
D | SROA.cpp | 317 class llvm::sroa::Partition { class in llvm::sroa 336 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in llvm::sroa::Partition 393 Partition> { 398 Partition P; 568 Partition &operator*() { return P; } in operator *() 1708 static bool isVectorPromotionViableForSlice(Partition &P, const Slice &S, in isVectorPromotionViableForSlice() 1784 static VectorType *isVectorPromotionViable(Partition &P, const DataLayout &DL) { in isVectorPromotionViable() 1970 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy, in isIntegerWideningViable() 3809 Partition &P) { in rewritePartition()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 75 void Partition(const GraphDef& graph_def, in Partition() function 96 Status s = Partition(popts, &g, partitions); in Partition() 111 Partition(graph_def, &partitions); in CheckLoopConstruction() 243 Partition(ToGraphDef(), &partitions_); in TEST_F() 256 Partition(ToGraphDef(), &partitions_); in TEST_F() 277 Partition(ToGraphDef(), &partitions_); in TEST_F() 301 Partition(ToGraphDef(), &partitions_); in TEST_F() 324 Partition(ToGraphDef(), &partitions_); in TEST_F() 349 Partition(ToGraphDef(), &partitions_); in TEST_F() 397 Partition(ToGraphDef(), &partitions); in TEST_F() [all …]
|
D | graph_partition.h | 87 Status Partition(const PartitionOptions& opts, Graph* input,
|
D | graph_partition.cc | 937 Status Partition(const PartitionOptions& opts, Graph* g, in Partition() function
|
/external/llvm/tools/lli/ |
D | OrcLazyJIT.h | 138 std::set<Function*> Partition; in extractSingleFunction() local 139 Partition.insert(&F); in extractSingleFunction() 140 return Partition; in extractSingleFunction()
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 32 class Partition; variable 117 sroa::Partition &P);
|
/external/syslinux/doc/ |
D | gpt.txt | 35 partition to be booted is marked by setting bit 2 in the GPT Partition 53 8 4 Partition start LBA 54 12 4 Partition length in sectors
|
D | chain.txt | 77 Partition can be specified as '#', 'guid', 'label' or 'fs'.
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 172 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/tensorflow/tensorflow/contrib/lite/ |
D | graph_info.cc | 66 void Partition() { in Partition() function in tflite::__anon6ec349600111::PartitionGraphIntoIndependentSubgraphsImpl 220 .Partition(); in PartitionGraphIntoIndependentSubgraphs()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | efipart.h | 55 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
/external/syslinux/efi64/include/efi/ |
D | efipart.h | 55 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
/external/syslinux/efi32/include/efi/ |
D | efipart.h | 55 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | Lists.java | 622 : 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/guava/guava/src/com/google/common/collect/ |
D | Lists.java | 656 : 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/syslinux/core/ |
D | diskboot.inc | 40 Hidden equ StackBuf-24 ; Partition offset (qword) 170 push ax ; Partition offset == 0 212 push dword [di-76+8] ; Partition offset (dword)
|
/external/selinux/secilc/docs/ |
D | cil_infiniband_statements.md | 4 …) partitions and subnet management, security contexts are provided for: Partition Keys (Pkey) that…
|
/external/syslinux/diag/geodsp/ |
D | geodsp1s.asm | 265 ptable zb 40h ; Partition table
|
/external/gptfdisk/ |
D | README | 11 GUID Partition Table (GPT) disks rather than the Master Boot Record (MBR) 152 * Partition numbering -- In most Linux tools, partitions 1-4 are primaries
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 166 TF_RETURN_IF_ERROR(Partition(popts, &graph, &partitions)); in InitItem()
|
/external/iproute2/testsuite/configs/ |
D | all-2.4 | 704 # Partition Types
|