BoLiu's picture
update SPDX and license
e05eed1
Raw
History Blame
273 Bytes
// SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
#include "common.h"
#include <sstream>
using namespace std;
void print_tensor(const torch::Tensor &t) {
cout << t << endl;
}