/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-raw-stream.test | 7 ; RUN: llvm-pdbutil bytes -stream-data=1:8@20 %p/Inputs/empty.pdb | FileCheck --check-prefix=SLICE … 8 … llvm-pdbutil bytes -stream-data=1:0x8@0x14 %p/Inputs/empty.pdb | FileCheck --check-prefix=SLICE %s 53 SLICE: Stream Data 54 SLICE-NEXT: ============================================================ 55 SLICE-NEXT: Stream 1: PDB Stream (dumping 20 / 118 bytes) 56 SLICE-NEXT: Data ( 57 SLICE-NEXT: 13008: 01000000 0B355641 86A0A249 896F9988 FAE52FF0 |… 58 SLICE-NEXT: )
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | slice_test.cc | 49 SingleOpModel model({ToString(OperationType::SLICE), attr}, {input}, in TEST() 72 SingleOpModel model({ToString(OperationType::SLICE), attr}, {input}, in TEST() 95 SingleOpModel model({ToString(OperationType::SLICE), attr}, {input}, in TEST() 118 SingleOpModel model({ToString(OperationType::SLICE), attr}, {input}, in TEST() 141 SingleOpModel model({ToString(OperationType::SLICE), attr}, {input}, in TEST() 164 SingleOpModel model({ToString(OperationType::SLICE), attr}, {input}, in TEST()
|
D | registry.cc | 95 insert_op(Type::SLICE, NewSliceNodeShader); in Registry()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | optimize-hlo.mlir | 6 …// CHECK: [[SLICE:%.+]] = "mhlo.dynamic-slice"(%arg0, %arg1, [[CST]], [[CST]]) {slice_sizes = dens… 7 // CHECK: [[RESHAPE:%.+]] = "mhlo.reshape"([[SLICE]]) 26 …// CHECK: [[SLICE:%.+]] = "mhlo.dynamic-slice"(%arg0, [[RESHAPE]], [[CST]], [[CST]]) {slice_sizes … 27 // CHECK: [[RES:%.+]] = "mhlo.reshape"([[SLICE]])
|
D | canonicalize.mlir | 365 …// CHECK: [[SLICE:%.+]] = "mhlo.slice"(%arg1) {limit_indices = dense<[1, 5]> : tensor<2xi64>, star… 368 // CHECK: return [[SLICE]] 375 …// CHECK: [[SLICE:%.+]] = "mhlo.slice"(%arg1) {limit_indices = dense<[2, 5]> : tensor<2xi64>, star… 378 // CHECK: return [[SLICE]] 387 …// CHECK: [[SLICE:%.+]] = "mhlo.slice"([[CONCAT]]) {limit_indices = dense<[3, 5]> : tensor<2xi64>,… 390 // CHECK: return [[SLICE]] 500 …// CHECK-NEXT: [[SLICE:%.+]] = "mhlo.slice"([[CAST1]]) {limit_indices = dense<2> : tensor<1xi64>, … 501 // CHECK-NEXT: [[CAST2:%.+]] = index_cast [[SLICE]] : tensor<1xi64> to tensor<1xindex>
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tensor_list_ops_decomposition.mlir | 30 …// CHECK-NEXT: %[[SLICE:.*]] = "tf.Slice"(%[[COPY]], %[[SUB]], %[[SLICE_SIZE]]) : (tensor<10xf32>,… 32 …// CHECK-NEXT: %[[ELEM:.*]] = "tf.Reshape"(%[[SLICE]], %[[ELEM_SHAPE]]) : (tensor<1xf32>, tensor<0… 71 …// CHECK-NEXT: %[[SLICE:.*]] = "tf.Slice"(%[[UPDATE]], %[[GET_INDEX]], %[[SLICE_SIZE]]) : (tensor<… 73 …// CHECK-NEXT: %[[ELEM:.*]] = "tf.Reshape"(%[[SLICE]], %[[ELEM_SHAPE]]) : (tensor<1xf32>, tensor<0… 103 …// CHECK-NEXT: %[[SLICE:.*]] = "tf.Slice"(%[[BUFFER]], %[[GET_INDEX]], %[[SLICE_SIZE]]) : (tensor<… 105 …// CHECK-NEXT: %[[ELEM:.*]] = "tf.Reshape"(%[[SLICE]], %[[ELEM_SHAPE]]) : (tensor<1xf32>, tensor<0… 240 …// CHECK: %[[SLICE:.*]] = "tf.Slice"(%[[COPY]], %[[SUB]], %[[SLICE_SIZE]]) : (tensor<10xf32>, tens… 242 …// CHECK: %[[ELEM:.*]] = "tf.Reshape"(%[[SLICE]], %[[ELEM_SHAPE]]) : (tensor<1xf32>, tensor<0xi32>… 287 …// CHECK: %[[SLICE:.*]] = "tf.Slice"(%[[COPY]], %[[SUB]], %[[SLICE_SIZE]]) : (tensor<10xf32>, tens… 289 …// CHECK: %[[ELEM:.*]] = "tf.Reshape"(%[[SLICE]], %[[ELEM_SHAPE]]) : (tensor<1xf32>, tensor<0xi32>… [all …]
|
D | stack_ops_decomposition.mlir | 38 …// CHECK-NEXT: %[[SLICE:.*]] = "tf.Slice"(%[[READ_VAL1]], %[[SUB]], %[[SLICE_SIZE]]) : (tensor<10x… 40 …// CHECK-NEXT: %[[ELEM:.*]] = "tf.Reshape"(%[[SLICE]], %[[ELEM_SHAPE]]) : (tensor<1xf32>, tensor<0…
|
D | tensor_array_ops_decomposition.mlir | 569 // CHECK: %[[SLICE:.*]] = "tf.Slice" 571 // CHECK: %[[ELEM:.*]] = "tf.Reshape"(%[[SLICE]], %[[ELEM_SHAPE]])
|
/external/python/cpython2/Include/ |
D | opcode.h | 38 #define SLICE 30 macro
|
/external/skia/resources/text/ |
D | emoji.txt | 8 SLICE OF PIZZA | MEAT ON BONE | POULTRY LEG | RICE CRACKER | RICE BALL
|
/external/llvm-project/mlir/docs/Dialects/ |
D | TOSA.md | 67 lowering of operations such as tf.Split from a sequence of tosa.SLICE 89 …%output[i] = tosa.SLICE(%value) {start=begin_vals, size=size_vals} (tensor<%value.type>) -> tensor…
|
/external/llvm-project/llvm/test/Transforms/InstCombine/AMDGPU/ |
D | amdgcn-intrinsics-gfx8.ll | 81 ; CHECK-NEXT: [[SLICE32:%.*]] = fpext half [[SLICE:%.*]] to float 97 ; CHECK-NEXT: [[SLICE32:%.*]] = fpext half [[SLICE:%.*]] to float
|
/external/perfetto/docs/visualization/ |
D | perfetto-ui.md | 35 CREATE VIEW rand_slices AS SELECT * FROM SLICE
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 371 .. opcode:: SLICE+0 () 376 .. opcode:: SLICE+1 () 381 .. opcode:: SLICE+2 () 386 .. opcode:: SLICE+3 ()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | operations.h | 84 SLICE, enumerator
|
D | operations.cc | 171 case OperationType::SLICE: in ToString() 248 {"slice", OperationType::SLICE}, in OperationTypeFromString()
|
/external/starlark-go/internal/compile/ |
D | compile.go | 112 SLICE // x lo hi step SLICE slice const 215 SLICE: "slice", 288 SLICE: -3, 1347 fcomp.emit(SLICE)
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | lower-static-tensor-list.mlir | 86 // CHECK: [[SLICE:%.*]] = "tf.Slice"([[INPUT]], [[START_POS]], [[SLICE_SIZE]]) : (tensor<3x10xf32>… 102 // CHECK: [[RESULT:%.*]] = "tf.Concat"([[ZERO]], [[SLICE]], [[EXPANDED_ITEM]], [[SLICE_1]]) : (ten… 131 // CHECK: [[SLICE:%.*]] = "tf.Slice"([[INPUT]], [[START_POS]], [[SLICE_SIZE]]) : (tensor<5xf32>, t… 147 // CHECK: [[RESULT:%.*]] = "tf.Concat"([[ZERO]], [[SLICE]], [[EXPANDED_ITEM]], [[SLICE_1]]) : (ten…
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture_desc.c | 204 DESC_SET(SLICE, res->levels[0].layer_stride); in etna_create_sampler_view_desc()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 318 …%output = tosa.SLICE(%a3_reshape) {begin=a4_begin, size=a4_size} : (tensor<%a3_reshape.type>) -> t… 839 …%output[i] = tosa.SLICE(%value) {start=begin_vals, size=size_vals} (tensor<%value.type>) -> tensor… 871 …%output[i] = tosa.SLICE(%value) {start=begin_vals, size=size_vals} (tensor<%value.type>) -> tensor… 965 …%a1_slice = tosa.SLICE(%input) {start=a1_start, size=a1_size} : (tensor<%input.type>) -> tensor<a1… 971 …%a3_slice = tosa.SLICE(%a2_reshape) {start=a3_start, size=a3_size} : (tensor<%a2_reshape.type>) ->… 1020 …%slice = %tosa.SLICE(%transposed_value) {begin=begin_vals, size=size_vals} (tensor<%tranposed_valu… 2713 %output = tosa.SLICE(%input) {start=begin, size=output_size} : (tensor<%input.type>) -> tensor<outp…
|
/external/python/cpython2/Python/ |
D | compile.c | 727 case SLICE+0: in opcode_stack_effect() 729 case SLICE+1: in opcode_stack_effect() 731 case SLICE+2: in opcode_stack_effect() 733 case SLICE+3: in opcode_stack_effect() 3305 case Load: op = SLICE; break; in compiler_simple_slice()
|
D | ceval.c | 1839 TARGET_WITH_IMPL_NOARG(SLICE, _slice) in PyEval_EvalFrameEx() 1845 if ((opcode-SLICE) & 2) in PyEval_EvalFrameEx() 1849 if ((opcode-SLICE) & 1) in PyEval_EvalFrameEx()
|
/external/starlark-go/starlark/ |
D | interp.go | 433 case compile.SLICE:
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
D | operation_selector.cc | 479 case OperationType::SLICE: { in GPUOperationFromNode()
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | quantization_spec.md | 498 SLICE
|