Searched defs:get_slice (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/keras/utils/ |
D | multi_gpu_utils.py | 177 def get_slice(data, i, parts): function
|
/external/crosvm/common/data_model/src/ |
D | volatile_memory.rs | 78 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice>; in get_slice() method 314 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice> { in get_slice() method 416 fn get_slice(&self, offset: usize, count: usize) -> Result<VolatileSlice> { in get_slice() method
|
D | flexible_array.rs | 79 unsafe fn get_slice(&self, len: usize) -> &[S]; in get_slice() method
|
/external/ComputeLibrary/tests/validation/reference/ |
D | Unstack.cpp | 65 SimpleTensor<T> get_slice(const SimpleTensor<T> &input_tensor, size_t axis, size_t slice) in get_slice() function
|
/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 | 220 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/base/src/windows/ |
D | mmap.rs | 405 fn get_slice(&self, offset: usize, count: usize) -> VolatileMemoryResult<VolatileSlice> { in get_slice() method
|
/external/crosvm/common/sys_util/src/ |
D | mmap.rs | 724 fn get_slice(&self, offset: usize, count: usize) -> VolatileMemoryResult<VolatileSlice> { in get_slice() method
|
/external/crosvm/base/src/unix/ |
D | mmap.rs | 728 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 | 3595 auto get_slice = [&](HloInstruction* padded) { in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local
|