Home
last modified time | relevance | path

Searched refs:SLICE_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/controller/
Dtrace_stream.ts18 const SLICE_SIZE = 32 * 1024 * 1024; constant
65 const sliceEnd = Math.min(this.bytesRead + SLICE_SIZE, this.traceFile.size);
85 const len = Math.min(SLICE_SIZE, this.traceBuf.byteLength - this.bytesRead);
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h38 #define SLICE_SIZE 0x200 macro
195 *slice_size = (SLICE_SIZE * slice_count)>>8; in nouveau_vp3_inter_sizes()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dlower-static-tensor-list.mlir83 // CHECK: [[SLICE_SIZE:%.*]] = "tf.Concat"([[ZERO_2]], [[LEADING_DIM]], [[PARTIAL_SIZE]]) : (tenso…
84 // CHECK: [[SLICE:%.*]] = "tf.Slice"([[INPUT]], [[START_POS]], [[SLICE_SIZE]]) : (tensor<3x10xf32>…
128 // CHECK: [[SLICE_SIZE:%.*]] = "tf.Concat"([[ZERO_2]], [[LEADING_DIM]], [[PARTIAL_SIZE]]) : (tenso…
129 // CHECK: [[SLICE:%.*]] = "tf.Slice"([[INPUT]], [[START_POS]], [[SLICE_SIZE]]) : (tensor<5xf32>, t…
330 // CHECK: [[SLICE_SIZE:%.*]] = "tf.Concat"([[ZERO_2]], [[SLICE_SIZE_HEAD]], [[SLICE_SIZE_TAIL]]) :…
331 // CHECK: [[RESULT:%.*]] = "tf.Slice"([[INPUT]], [[SLICE_BEGIN]], [[SLICE_SIZE]]) : (tensor<3x10xf…