Searched defs:get_slice (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/keras/utils/ |
D | multi_gpu_utils.py | 180 def get_slice(data, i, parts): function
|
/external/crosvm/kvm_sys/src/ |
D | lib.rs | 168 fn get_slice(&self, len: usize) -> &[kvm_cpuid_entry2] { in get_slice() method
|
/external/crosvm/data_model/src/ |
D | volatile_memory.rs | 90 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice>; in get_slice() method 312 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice> { in get_slice() method 414 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice> { in get_slice() method
|
D | flexible_array.rs | 77 fn get_slice(&self, len: usize) -> &[S]; in get_slice() method
|
/external/crosvm/devices/src/virtio/gpu/ |
D | udmabuf.rs | 46 fn get_slice(&self, len: usize) -> &[udmabuf_create_item] { in get_slice() method
|
/external/flatbuffers/include/flatbuffers/ |
D | grpc.h | 140 grpc_slice &get_slice(uint8_t *p, size_t size) { in get_slice() function
|
/external/crosvm/base/src/ |
D | mmap.rs | 218 fn get_slice(&self, offset: usize, count: usize) -> VolatileMemoryResult<VolatileSlice> { in get_slice() method
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | sparsify_gather.cc | 163 bool get_slice = false; in ReadTensorFromCheckpoint() local
|
/external/crosvm/sys_util/src/ |
D | mmap.rs | 735 fn get_slice(&self, offset: usize, count: usize) -> VolatileMemoryResult<VolatileSlice> { in get_slice() method
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | dot_handler.cc | 3222 auto get_slice = [&](HloInstruction* padded) { in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local
|