Searched refs:SPARSE (Results 1 – 17 of 17) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | layout_test.cc | 37 EXPECT_EQ(Layout().set_format(SPARSE).set_max_sparse_elements(123).ToString(), in TEST_F() 85 EXPECT_EQ(Layout().set_format(SPARSE), Layout().set_format(SPARSE)); in TEST_F() 86 EXPECT_EQ(Layout().set_format(SPARSE).set_max_sparse_elements(42), in TEST_F() 87 Layout().set_format(SPARSE).set_max_sparse_elements(42)); in TEST_F() 88 EXPECT_NE(Layout().set_format(SPARSE).set_max_sparse_elements(42), in TEST_F() 89 Layout().set_format(SPARSE).set_max_sparse_elements(24)); in TEST_F() 109 expect_unchanged(Layout().set_format(SPARSE)); in TEST_F() 110 expect_unchanged(Layout().set_format(SPARSE).set_max_sparse_elements(123)); in TEST_F()
|
D | layout.cc | 79 if (format() == SPARSE) { in ToString()
|
D | layout_util.cc | 96 layout.set_format(SPARSE); in MakeSparseLayout() 298 return layout.format() == SPARSE; in IsSparse()
|
D | xla_data.proto | 112 SPARSE = 2; enumerator 151 // The maximum number of elements that can be stored for SPARSE formats. This 153 // memory. This field must be unset unless the format is SPARSE.
|
/external/antlr/runtime/ObjC/Framework/ |
D | IntArray.m | 41 @synthesize SPARSE; 62 SPARSE = NO; 76 SPARSE = NO; 140 if ( SPARSE==NO && anIndex > idx ) { 143 else if ( SPARSE == YES && anIndex >= BuffSize ) { 157 if ( SPARSE==NO && anIndex > idx ) { 160 } else if ( SPARSE==YES && anIndex >= BuffSize ) { 169 if ( SPARSE == NO && anIndex > idx ) { 172 else if ( SPARSE == YES && anIndex >= BuffSize ) {
|
D | IntArray.h | 41 BOOL SPARSE; variable 72 @property (assign) BOOL SPARSE;
|
/external/llvm/test/CodeGen/X86/ |
D | switch-density.ll | 2 …4-linux-gnu %s -o - -jump-table-density=10 | FileCheck %s --check-prefix=SPARSE --check-prefix=CHE… 46 ; SPARSE: addl $-10 47 ; SPARSE: cmpl $40 48 ; SPARSE: ja 49 ; SPARSE: jmpq *.LJTI
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | switch-density.ll | 2 …4-linux-gnu %s -o - -jump-table-density=10 | FileCheck %s --check-prefix=SPARSE --check-prefix=CHE… 46 ; SPARSE: addl $-10 47 ; SPARSE: cmpl $40 48 ; SPARSE: ja 49 ; SPARSE: jmpq *.LJTI
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | RegularImmutableTableTest.java | 41 private static final SparseImmutableTable<Character, Integer, String> SPARSE = field in RegularImmutableTableTest 51 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE, in getTestInstances()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_v0.fbs | 144 SPARSE = 1,
|
D | schema_v2.fbs | 165 SPARSE = 1,
|
D | schema_v1.fbs | 157 SPARSE = 1,
|
D | schema_v3.fbs | 175 SPARSE = 1,
|
D | schema.fbs | 371 SPARSE = 1,
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 511 -> decltype(this->AppendImpl(LayoutPatternFormatImpl(SPARSE))) { 512 return AppendImpl(LayoutPatternFormatImpl(SPARSE));
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client.py | 459 SPARSE = 2 variable in Format
|
/external/tcpdump/ |
D | CHANGES | 437 fixes for forces: SPARSE data (per RFC 5810)
|