null_tensor.hpp Source File# Composable Kernel: null_tensor.hpp Source File includeck_tilecoretensor null_tensor.hpp Go to the documentation of this file. 1// SPDX-License-Identifier: MIT 2// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved. 3 4#pragma once 5 6namespace ck_tile { 7 8struct null_tensor 9{ 10}; 11 12} // namespace ck_tile ck_tileDefinition tile/core/algorithm/cluster_descriptor.hpp:13 ck_tile::null_tensorDefinition null_tensor.hpp:9