Home
last modified time | relevance | path

Searched defs:sliced (Results 1 – 18 of 18) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_tokenizer.h127 TraceBlobView sliced = whole_buf.slice(packet.data, packet.size); in ParseInternal() local
170 TraceBlobView sliced = in ParsePacket() local
/external/guava/android/guava-tests/test/com/google/common/io/
DByteSourceTester.java90 ByteSourceFactory sliced = SourceSinkFactories.asSlicedByteSourceFactory(factory, off, len); in suiteForBytes() local
239 ByteSource sliced = source.slice(1, size - 2); in testSlice_constrainedRange() local
/external/guava/guava-tests/test/com/google/common/io/
DByteSourceTester.java90 ByteSourceFactory sliced = SourceSinkFactories.asSlicedByteSourceFactory(factory, off, len); in suiteForBytes() local
239 ByteSource sliced = source.slice(1, size - 2); in testSlice_constrainedRange() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_contiguous.cc70 HloInstruction* sliced = computation.AddInstruction( in ReplaceWithContiguousAllReduce() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dslice_op.cc175 auto sliced = xla::DynamicSlice(padded_input, begin_indices, in Compile() local
Ddynamic_partition_op.cc103 auto sliced = in DynamicPartition1D() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc104 std::vector<Value> sliced; in sliceInput() local
/external/tensorflow/tensorflow/core/kernels/
Deigen_mkldnn_contraction_kernel_test.cc91 Scalar sliced = slice_dst.coeff(i); in TEST() local
Dops_util_test.cc348 Tensor sliced; in TEST_F() local
388 Tensor sliced; in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc467 auto sliced = ops::Slice(root, shape, ones, ones); in TEST_F() local
501 auto sliced = ops::Slice(root, shape, ones, ones); in TEST_F() local
534 auto sliced = ops::Slice(root, shape, ones, ones); in TEST_F() local
/external/python/cpython3/Lib/test/
Dtest_buffer.py775 lst, sliced=False, cast=False): argument
974 def verify_getbuf(self, orig_ex, ex, req, sliced=False): argument
/external/rust/crates/nom/src/character/
Dstreaming.rs188 let sliced = input.slice(index..); in not_line_ending() localVariable
Dcomplete.rs194 let sliced = input.slice(index..); in not_line_ending() localVariable
/external/python/setuptools/setuptools/_vendor/more_itertools/
Dmore.py1128 def sliced(seq, n, strict=False): function
/external/python/setuptools/pkg_resources/_vendor/more_itertools/
Dmore.py1286 def sliced(seq, n, strict=False): function
/external/python/cpython3/Objects/
Dmemoryobject.c2495 PyMemoryViewObject *sliced; in memory_subscript() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc3642 auto sliced = rewriter.create<SliceOp>( in rewriteWithConstantBegin() local
3775 auto sliced = rewriter.create<DynamicSliceOp>( in rewriteWithUnknownBegin() local
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h2402 struct v4l2_sliced_vbi_format sliced; /* V4L2_BUF_TYPE_SLICED_VBI_CAPTURE */ member