Searched defs:PartitionInfo (Results 1 – 5 of 5) sorted by relevance
26 struct TORCH_API PartitionInfo { struct27 PartitionInfo(const int64_t _nSubTensors, const int64_t _dim) in PartitionInfo() function30 int64_t nSubTensors() const { in nSubTensors()33 int64_t dim() const { in dim()39 int64_t dim_;
227 pub struct PartitionInfo { struct229 pub revision: PartitionInfoRevision, argument236 record: PartitionInfoRecord, argument239 impl PartitionInfo { argument
570 pub struct PartitionInfo { struct579 impl PartitionInfo { argument660 fn create_gpt_entry(partition: &PartitionInfo, offset: u64) -> GptPartitionEntry { in create_gpt_entry()676 partition: &PartitionInfo, in create_component_disks()718 partitions: &[PartitionInfo], in create_composite_disk()
77 struct PartitionInfo { struct78 int row; // row pixel offset of current 4x4 block79 int column; // column pixel offset of current 4x4 block80 int row_start; // row pixel offset of the start of the prediction block81 int column_start; // column pixel offset of the start of the prediction block82 int width; // prediction block width83 int height; // prediction block height
43 final class PartitionInfo { class397 private PartitionInfo( in PartitionInfo() method in PartitionInfo