include_generator_kernels.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_backend_test
namespace kernel
class Constant#
#include <include_generator_kernels.h>

Returns a copy of the value attribute of the Constant op.

Public Functions

inline explicit Constant(const KernelContext &ctx)#
Tensor operator()(const Tensor &value) const#
void operator()(const Tensor &value, Tensor &output) const#

Public Static Functions

static inline constexpr bool CanRunInPlace() noexcept#

Private Members

KernelContext ctx_#