/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | simple.hlo | 15 format: DENSE 31 format: DENSE 48 format: DENSE 64 format: DENSE 83 format: DENSE 92 format: DENSE 99 format: DENSE 114 format: DENSE 123 format: DENSE 130 format: DENSE
|
/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/llvm-project/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 | 62 layout.set_format(DENSE); in MakeLayout() 96 layout.set_format(DENSE); in MakeLayoutFromMajorToMinor() 108 layout.set_format(DENSE); in CreateDefaultLayoutForRank() 152 shape->mutable_layout()->set_format(DENSE); in SetToDefaultLayout() 227 if (layout.format() == DENSE) { in ValidateLayoutForShape() 280 return layout.format() == DENSE; in IsDense() 284 CHECK(layout.format() == DENSE); in IsMonotonicWithDim0Minor() 290 CHECK(layout.format() == DENSE); in IsMonotonicWithDim0Major() 328 CHECK(layout.format() == DENSE); in MinorToMajor() 342 CHECK_EQ(layout.format(), DENSE); in Minor()
|
D | layout.cc | 79 if (format() == DENSE) { in ToString() 102 if (lhs.format() == DENSE && lhs.minor_to_major() != rhs.minor_to_major()) { in operator ()()
|
D | layout.h | 88 : format_(DENSE), in Layout() 95 : format_(DENSE), in format_() argument
|
D | shape.cc | 104 layout_.set_format(DENSE); in DeleteDimension()
|
D | shape_util.cc | 224 layout->set_format(DENSE); in FillNewShape() 1101 new_layout->set_format(DENSE); in PermuteDimensions()
|
D | xla_data.proto | 118 DENSE = 1; enumerator
|
D | literal_test.cc | 1519 shape_proto->mutable_layout()->set_format(DENSE); in SetDefaultLayoutOnProto()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | RegularImmutableTableTest.java | 40 private static final DenseImmutableTable<Character, Integer, String> DENSE = field in RegularImmutableTableTest 45 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE, DENSE); in getTestInstances()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | RegularImmutableTableTest.java | 40 private static final DenseImmutableTable<Character, Integer, String> DENSE = field in RegularImmutableTableTest 45 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE, 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/compiler/mlir/lite/ir/ |
D | tfl_op_interfaces.td | 42 def TFL_DT_Dense : StrEnumAttrCase<"DENSE", 0>;
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_v3a.fbs | 108 // 1. DENSE: each coordinate in this dimension is stored implicitly. 114 DENSE = 0, 143 // - If format is DimensionType.DENSE then we use the dense_size field to 516 DENSE = 2,
|
D | schema_v0.fbs | 145 DENSE = 2,
|
D | schema.fbs | 112 // 1. DENSE: each coordinate in this dimension is stored implicitly. 118 DENSE = 0, 147 // - If format is DimensionType.DENSE then we use the dense_size field to 544 DENSE = 2,
|
D | schema_v2.fbs | 166 DENSE = 2,
|
D | schema_v1.fbs | 158 DENSE = 2,
|
D | schema_v3.fbs | 176 DENSE = 2,
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/ |
D | test_schema.fbs | 105 // 1. DENSE: each coordinate in this dimension is stored implicitly. 111 DENSE = 0, 140 // - If format is DimensionType.DENSE then we use the dense_size field to 512 DENSE = 2,
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | horizontal_loop_fusion.cc | 196 if (instr->shape().layout().format() != DENSE) { in HasOnlyRowMajorLayout()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tpu_rewrite.mlir | 1900 // format: DENSE 2007 // format: DENSE 2091 // format: DENSE 2175 // format: DENSE 2260 // format: DENSE
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 933 return layout.tiles().empty() && layout.format() == DENSE; in IsSimpleLayout()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 498 return AppendImpl(LayoutPatternFormatImpl(DENSE));
|