Searched refs:weight_t_tensor (Results 1 – 1 of 1) sorted by relevance
61 Tensor weight_t_tensor = at::transpose(weight_tensor, 1, 0) in replace_linear_with_matmul() local63 Value* weight_t = graph_->insertConstant(std::move(weight_t_tensor)); in replace_linear_with_matmul()