/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/ |
D | sliced.hpp | 24 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/ |
D | ByteSourceTester.java | 90 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/ |
D | ByteSourceTester.java | 90 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/ |
D | all_reduce_contiguous.cc | 70 HloInstruction* sliced = computation.AddInstruction( in ReplaceWithContiguousAllReduce() local
|
/external/pytorch/torch/csrc/autograd/ |
D | python_variable_indexing.cpp | 387 Variable sliced = applySlicing( in THPVariable_getitem() local 516 Variable sliced = applySlicing( in THPVariable_setitem() local
|
/external/v4l-utils/utils/v4l2-ctl/ |
D | v4l2-ctl-vbi.cpp | 70 v4l2_format *sliced = &sliced_fmt; in vbi_cmd() local
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | proto_trace_tokenizer.h | 207 TraceBlobView sliced = in Tokenize() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | slice_op.cc | 175 auto sliced = xla::DynamicSlice(padded_input, begin_indices, in Compile() local
|
D | dynamic_partition_op.cc | 103 auto sliced = in DynamicPartition1D() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | unroll_batch_matmul.cc | 104 std::vector<Value> sliced; in sliceInput() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_mkldnn_contraction_kernel_test.cc | 91 Scalar sliced = slice_dst.coeff(i); in TEST() local
|
D | ops_util_test.cc | 348 Tensor sliced; in TEST_F() local 388 Tensor sliced; in TEST_F() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner_test.cc | 467 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/ |
D | lib.rs | 1944 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/ |
D | complete.rs | 194 let sliced = input.slice(index..); in not_line_ending() localVariable
|
D | streaming.rs | 188 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/ |
D | streaming.rs | 188 let sliced = input.slice(index..); in not_line_ending() localVariable
|
D | complete.rs | 194 let sliced = input.slice(index..); in not_line_ending() localVariable
|
/external/rust/android-crates-io/crates/nom/src/character/ |
D | complete.rs | 194 let sliced = input.slice(index..); in not_line_ending() localVariable
|
D | streaming.rs | 188 let sliced = input.slice(index..); in not_line_ending() localVariable
|
/external/v4l-utils/utils/v4l2-compliance/ |
D | v4l2-test-formats.cpp | 458 const struct v4l2_sliced_vbi_format &sliced = fmt.fmt.sliced; in testFormatsType() local
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 783 lst, sliced=False, cast=False): argument 984 def verify_getbuf(self, orig_ex, ex, req, sliced=False): argument
|
/external/python/cpython3/Objects/ |
D | memoryobject.c | 2592 PyMemoryViewObject *sliced; in memory_subscript() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 3642 auto sliced = rewriter.create<SliceOp>( in rewriteWithConstantBegin() local 3775 auto sliced = rewriter.create<DynamicSliceOp>( in rewriteWithUnknownBegin() local
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | ir_emitter.cpp | 5350 Value* sliced = emitSliceOp( in emitSubscript() local
|