Home
last modified time | relevance | path

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

1234

/aosp_15_r20/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() argument
28 std::size_t t;
29 std::size_t u;
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DByteSourceTester.java90 ByteSourceFactory sliced = SourceSinkFactories.asSlicedByteSourceFactory(factory, off, len); in suiteForBytes() local
237 ByteSource sliced = source.slice(1, size - 2); in testSlice_constrainedRange() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DByteSourceTester.java90 ByteSourceFactory sliced = SourceSinkFactories.asSlicedByteSourceFactory(factory, off, len); in suiteForBytes() local
237 ByteSource sliced = source.slice(1, size - 2); in testSlice_constrainedRange() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable_indexing.cpp387 Variable sliced = applySlicing( in THPVariable_getitem() local
516 Variable sliced = applySlicing( in THPVariable_setitem() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dall_reduce_contiguous.cc70 HloInstruction* sliced = computation.AddInstruction( in ReplaceWithContiguousAllReduce() local
/aosp_15_r20/packages/modules/StatsD/statsd/src/condition/
DConditionTracker.h119 virtual void setSliced(bool sliced) { in setSliced()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dops_util_test.cc348 Tensor sliced; in TEST_F() local
388 Tensor sliced; in TEST_F() local
H A Deigen_mkldnn_contraction_kernel_test.cc91 Scalar sliced = slice_dst.coeff(i); in TEST() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_tokenizer.h207 TraceBlobView sliced = in Tokenize() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dslice_op.cc175 auto sliced = xla::DynamicSlice(padded_input, begin_indices, in Compile() local
H A Ddynamic_partition_op.cc103 auto sliced = in DynamicPartition1D() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dunroll_batch_matmul.cc104 std::vector<Value> sliced; in sliceInput() local
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/
Dlib.rs1792 let sliced = owning.map(|map| &map[10..20]); in owning_ref() localVariable
1797 let sliced = owning.map(|map| &map[10..20]); in owning_ref() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/character/
H A Dstreaming.rs188 let sliced = input.slice(index..); in not_line_ending() localVariable
H A Dcomplete.rs194 let sliced = input.slice(index..); in not_line_ending() localVariable
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java368 final NetworkStatsHistory sliced = new NetworkStatsHistory( in getHistory() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/
Dmore.py1128 def sliced(seq, n, strict=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/
Dmore.py1128 def sliced(seq, n, strict=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/
Dmore.py1128 def sliced(seq, n, strict=False): function
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/more_itertools/
Dmore.py1128 def sliced(seq, n, strict=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/
Dmore.py1128 def sliced(seq, n, strict=False): function

1234