Searched refs:DENSE (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | switch-density.ll | 1 …64-linux-gnu %s -o - -jump-table-density=25 | FileCheck %s --check-prefix=DENSE --check-prefix=CHE… 50 ; DENSE-NOT: cmpl 51 ; DENSE: cmpl $29 52 ; DENSE-DAG: cmpl $10 53 ; DENSE-DAG: cmpl $20 54 ; DENSE-DAG: cmpl $30 55 ; DENSE-DAG: cmpl $40 56 ; DENSE-DAG: cmpl $50 57 ; DENSE: retq
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | switch-density.ll | 1 …64-linux-gnu %s -o - -jump-table-density=25 | FileCheck %s --check-prefix=DENSE --check-prefix=CHE… 50 ; DENSE-NOT: cmpl 51 ; DENSE: cmpl $29 52 ; DENSE-DAG: cmpl $10 53 ; DENSE-DAG: cmpl $20 54 ; DENSE-DAG: cmpl $30 55 ; DENSE-DAG: cmpl $40 56 ; DENSE-DAG: cmpl $50 57 ; DENSE: retq
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | layout_util.cc | 60 layout.set_format(DENSE); in MakeLayout() 87 layout.set_format(DENSE); in MakeLayoutFromMajorToMinor() 106 layout.set_format(DENSE); in CreateDefaultLayoutForRank() 150 shape->mutable_layout()->set_format(DENSE); in SetToDefaultLayout() 225 if (layout.format() == DENSE) { in ValidateLayoutForShape() 278 return layout.format() == DENSE; in IsDense() 282 CHECK(layout.format() == DENSE); in IsMonotonicWithDim0Minor() 288 CHECK(layout.format() == DENSE); in IsMonotonicWithDim0Major() 339 CHECK(layout.format() == DENSE); in MinorToMajor() 353 CHECK_EQ(layout.format(), DENSE); in Minor()
|
D | layout.h | 83 : format_(DENSE), in Layout() 90 : format_(DENSE), in format_() argument
|
D | layout.cc | 82 } else if (format() == DENSE) { in ToString()
|
D | shape.cc | 104 layout_.set_format(DENSE); in DeleteDimension()
|
D | shape_util.cc | 972 new_layout->set_format(DENSE); in PermuteDimensions()
|
D | xla_data.proto | 109 DENSE = 1; enumerator
|
D | literal_test.cc | 1450 shape_proto->mutable_layout()->set_format(DENSE); in SetDefaultLayoutOnProto()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | RegularImmutableTableTest.java | 45 private static final DenseImmutableTable<Character, Integer, String> DENSE = field in RegularImmutableTableTest 52 DENSE); in getTestInstances()
|
/external/tensorflow/tensorflow/compiler/xla/python_api/ |
D | xla_shape.py | 68 self.message.layout.format = xla_data_pb2.DENSE
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_v0.fbs | 145 DENSE = 2,
|
D | schema_v2.fbs | 166 DENSE = 2,
|
D | schema_v1.fbs | 158 DENSE = 2,
|
D | schema_v3.fbs | 176 DENSE = 2,
|
D | schema.fbs | 372 DENSE = 2,
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client.py | 458 DENSE = 1 variable in Format 623 proto.layout.format = Format.DENSE
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 505 -> decltype(this->AppendImpl(LayoutPatternFormatImpl(DENSE))) { 506 return AppendImpl(LayoutPatternFormatImpl(DENSE));
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 746 return layout.tiles().empty() && layout.format() == DENSE; in IsSimpleLayout()
|