Searched refs:BlockDescriptor (Results 1 – 2 of 2) sorted by relevance
467 struct BlockDescriptor { in emulate() struct474 impl BlockDescriptor { in emulate() impl499 .read_obj::<BlockDescriptor>() in emulate()
348 typedef TensorBlockDescriptor<NumDims, IndexType> BlockDescriptor; typedef374 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE BlockDescriptor381 if (NumDims == 0) return BlockDescriptor(offset, dimensions); in blockDescriptor()