Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-raw-stream.test7 ; 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/
Dslice_test.cc49 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()
Dregistry.cc95 insert_op(Type::SLICE, NewSliceNodeShader); in Registry()
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Doptimize-hlo.mlir6 …// 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]])
Dcanonicalize.mlir365 …// 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/
Dtensor_list_ops_decomposition.mlir30 …// 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 …]
Dstack_ops_decomposition.mlir38 …// 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…
Dtensor_array_ops_decomposition.mlir569 // CHECK: %[[SLICE:.*]] = "tf.Slice"
571 // CHECK: %[[ELEM:.*]] = "tf.Reshape"(%[[SLICE]], %[[ELEM_SHAPE]])
/external/python/cpython2/Include/
Dopcode.h38 #define SLICE 30 macro
/external/skia/resources/text/
Demoji.txt8 �� SLICE OF PIZZA | �� MEAT ON BONE | �� POULTRY LEG | �� RICE CRACKER | �� RICE BALL
/external/llvm-project/mlir/docs/Dialects/
DTOSA.md67 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/
Damdgcn-intrinsics-gfx8.ll81 ; CHECK-NEXT: [[SLICE32:%.*]] = fpext half [[SLICE:%.*]] to float
97 ; CHECK-NEXT: [[SLICE32:%.*]] = fpext half [[SLICE:%.*]] to float
/external/perfetto/docs/visualization/
Dperfetto-ui.md35 CREATE VIEW rand_slices AS SELECT * FROM SLICE
/external/python/cpython2/Doc/library/
Ddis.rst371 .. opcode:: SLICE+0 ()
376 .. opcode:: SLICE+1 ()
381 .. opcode:: SLICE+2 ()
386 .. opcode:: SLICE+3 ()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h84 SLICE, enumerator
Doperations.cc171 case OperationType::SLICE: in ToString()
248 {"slice", OperationType::SLICE}, in OperationTypeFromString()
/external/starlark-go/internal/compile/
Dcompile.go112 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/
Dlower-static-tensor-list.mlir86 // 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/
Detnaviv_texture_desc.c204 DESC_SET(SLICE, res->levels[0].layer_stride); in etna_create_sampler_view_desc()
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md318 …%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/
Dcompile.c727 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()
Dceval.c1839 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/
Dinterp.go433 case compile.SLICE:
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc479 case OperationType::SLICE: { in GPUOperationFromNode()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dquantization_spec.md498 SLICE

12