Home
last modified time | relevance | path

Searched refs:DENSE (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dsimple.hlo15 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/
Dswitch-density.ll1 …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/
Dswitch-density.ll1 …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/
Dlayout_util.cc62 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()
Dlayout.cc79 if (format() == DENSE) { in ToString()
102 if (lhs.format() == DENSE && lhs.minor_to_major() != rhs.minor_to_major()) { in operator ()()
Dlayout.h88 : format_(DENSE), in Layout()
95 : format_(DENSE), in format_() argument
Dshape.cc104 layout_.set_format(DENSE); in DeleteDimension()
Dshape_util.cc224 layout->set_format(DENSE); in FillNewShape()
1101 new_layout->set_format(DENSE); in PermuteDimensions()
Dxla_data.proto118 DENSE = 1; enumerator
Dliteral_test.cc1519 shape_proto->mutable_layout()->set_format(DENSE); in SetDefaultLayoutOnProto()
/external/guava/guava-tests/test/com/google/common/collect/
DRegularImmutableTableTest.java40 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/
DRegularImmutableTableTest.java40 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/
Dxla_shape.py68 self.message.layout.format = xla_data_pb2.DENSE
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_op_interfaces.td42 def TFL_DT_Dense : StrEnumAttrCase<"DENSE", 0>;
/external/tensorflow/tensorflow/lite/schema/
Dschema_v3a.fbs108 // 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,
Dschema_v0.fbs145 DENSE = 2,
Dschema.fbs112 // 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,
Dschema_v2.fbs166 DENSE = 2,
Dschema_v1.fbs158 DENSE = 2,
Dschema_v3.fbs176 DENSE = 2,
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dtest_schema.fbs105 // 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/
Dhorizontal_loop_fusion.cc196 if (instr->shape().layout().format() != DENSE) { in HasOnlyRowMajorLayout()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_rewrite.mlir1900 // format: DENSE
2007 // format: DENSE
2091 // format: DENSE
2175 // format: DENSE
2260 // format: DENSE
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc933 return layout.tiles().empty() && layout.format() == DENSE; in IsSimpleLayout()
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h498 return AppendImpl(LayoutPatternFormatImpl(DENSE));