Home
last modified time | relevance | path

Searched refs:SPARSE (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_test.cc37 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()
Dlayout.cc79 if (format() == SPARSE) { in ToString()
Dlayout_util.cc96 layout.set_format(SPARSE); in MakeSparseLayout()
298 return layout.format() == SPARSE; in IsSparse()
Dxla_data.proto112 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/
DIntArray.m41 @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 ) {
DIntArray.h41 BOOL SPARSE; variable
72 @property (assign) BOOL SPARSE;
/external/llvm/test/CodeGen/X86/
Dswitch-density.ll2 …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/
Dswitch-density.ll2 …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/
DRegularImmutableTableTest.java41 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/
Dschema_v0.fbs144 SPARSE = 1,
Dschema_v2.fbs165 SPARSE = 1,
Dschema_v1.fbs157 SPARSE = 1,
Dschema_v3.fbs175 SPARSE = 1,
Dschema.fbs371 SPARSE = 1,
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h511 -> decltype(this->AppendImpl(LayoutPatternFormatImpl(SPARSE))) {
512 return AppendImpl(LayoutPatternFormatImpl(SPARSE));
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py459 SPARSE = 2 variable in Format
/external/tcpdump/
DCHANGES437 fixes for forces: SPARSE data (per RFC 5810)