Searched defs:device_matrix (Results 1 – 6 of 6) sorted by relevance
61 def __init__(self, device_matrix, alias_name): argument
255 TensorInfoBasePtr GroupedMatmulInfo::CreateTensorInfo(const Shape &device_matrix, const ShapeBasePt… in CreateTensorInfo()
796 …auto device_matrix = DeviceMatrix(g_device_manager->global_rank(), g_device_manager->GetDeviceList… in InferForwardCommunicationByLayout() local1117 …auto device_matrix = DeviceMatrix(g_device_manager->global_rank(), g_device_manager->GetDeviceList… in ComputeNDTPReplaceGraph() local1273 …auto device_matrix = DeviceMatrix(g_device_manager->global_rank(), g_device_manager->GetDeviceList… in ComputePostMatMulGraph() local
550 TensorInfoBasePtr CreateTensorInfo(const Shape &device_matrix, const ShapeBasePtr &inputs_shape, in CreateTensorInfo()
51 auto device_matrix = from_layout.device_arrangement_origin().array(); in MakeFromToLayout() local73 auto device_matrix = to_layout.device_arrangement_origin().array(); in MakeFromToLayout() local
111 Status TensorLayout::InitFromExtendVector(const Shape &device_matrix, const std::vector<Shape> &ten… in InitFromExtendVector()