Searched defs:MatrixDescriptor (Results 1 – 1 of 1) sorted by relevance
74 struct MatrixDescriptor { struct75 se::DeviceMemoryBase data;76 bool transpose; // Whether this matrix needs to be transposed.77 int64 num_rows;78 int64 num_cols;