Home
last modified time | relevance | path

Searched defs:get_slice (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/common/data_model/src/
Dvolatile_memory.rs86 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice>; in get_slice() method
368 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice> { in get_slice() method
483 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice> { in get_slice() method
Dflexible_array.rs79 unsafe fn get_slice(&self, len: usize) -> &[S]; in get_slice() method
/external/ComputeLibrary/tests/validation/reference/
DUnstack.cpp65 SimpleTensor<T> get_slice(const SimpleTensor<T> &input_tensor, size_t axis, size_t slice) in get_slice() function
/external/crosvm/swap/src/
Dstaging.rs202 pub fn get_slice(&self, idx_range: Range<usize>) -> Result<VolatileSlice> { in get_slice() method
355 fn get_slice() { in get_slice() function
Dfile.rs320 pub fn get_slice(&self, idx_range: Range<usize>) -> Result<VolatileSlice> { in get_slice() method
645 fn get_slice() { in get_slice() function
/external/flatbuffers/include/flatbuffers/
Dgrpc.h129 ::grpc::Slice &get_slice(uint8_t *p, size_t size) { in get_slice() function
/external/crosvm/base/src/
Dmmap.rs363 fn get_slice(&self, offset: usize, count: usize) -> VolatileMemoryResult<VolatileSlice> { in get_slice() method
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather.cc163 bool get_slice = false; in ReadTensorFromCheckpoint() local
/external/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs315 pub fn get_slice<T: ReadLE>(&self) -> Result<&[T], Error> { in get_slice() method
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc2638 auto get_slice = [&](std::string_view hlo_name, const ShapeIndex& index) { in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc4231 auto get_slice = [&](HloInstruction* padded, in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local