Home
last modified time | relevance | path

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

12

/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dsliced.hpp24 struct sliced struct
26 sliced(std::size_t t_, std::size_t u_) in sliced() function
28 std::size_t t;
29 std::size_t u;
/external/guava/guava-tests/test/com/google/common/io/
DByteSourceTester.java90 ByteSourceFactory sliced = SourceSinkFactories.asSlicedByteSourceFactory(factory, off, len); in suiteForBytes() local
237 ByteSource sliced = source.slice(1, size - 2); in testSlice_constrainedRange() local
/external/guava/android/guava-tests/test/com/google/common/io/
DByteSourceTester.java90 ByteSourceFactory sliced = SourceSinkFactories.asSlicedByteSourceFactory(factory, off, len); in suiteForBytes() local
237 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/pytorch/torch/csrc/autograd/
Dpython_variable_indexing.cpp387 Variable sliced = applySlicing( in THPVariable_getitem() local
516 Variable sliced = applySlicing( in THPVariable_setitem() local
/external/v4l-utils/utils/v4l2-ctl/
Dv4l2-ctl-vbi.cpp70 v4l2_format *sliced = &sliced_fmt; in vbi_cmd() local
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_tokenizer.h207 TraceBlobView sliced = in Tokenize() 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/rust/android-crates-io/crates/memmap2/src/
Dlib.rs1944 let sliced = owning.map(|map| &map[10..20]); in owning_ref() localVariable
1949 let sliced = owning.map(|map| &map[10..20]); in owning_ref() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/character/
Dcomplete.rs194 let sliced = input.slice(index..); in not_line_ending() localVariable
Dstreaming.rs188 let sliced = input.slice(index..); in not_line_ending() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/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/rust/android-crates-io/crates/nom/src/character/
Dcomplete.rs194 let sliced = input.slice(index..); in not_line_ending() localVariable
Dstreaming.rs188 let sliced = input.slice(index..); in not_line_ending() localVariable
/external/v4l-utils/utils/v4l2-compliance/
Dv4l2-test-formats.cpp458 const struct v4l2_sliced_vbi_format &sliced = fmt.fmt.sliced; in testFormatsType() local
/external/python/cpython3/Lib/test/
Dtest_buffer.py783 lst, sliced=False, cast=False): argument
984 def verify_getbuf(self, orig_ex, ex, req, sliced=False): argument
/external/python/cpython3/Objects/
Dmemoryobject.c2592 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/pytorch/torch/csrc/jit/frontend/
Dir_emitter.cpp5350 Value* sliced = emitSliceOp( in emitSubscript() local

12