17 #include "fastdeploy/core/fd_scalar.h" 18 #include "fastdeploy/core/fd_tensor.h" 29 FASTDEPLOY_DECL
void Full(
const Scalar& value,
30 const std::vector<int64_t>& shape, FDTensor* out,
31 FDDataType dtype = FDDataType::FP32);
39 FASTDEPLOY_DECL
void FullLike(
const FDTensor& x,
const Scalar& value,
41 FDDataType dtype = FDDataType::FP32);
void Full(const Scalar &value, const std::vector< int64_t > &shape, FDTensor *out, FDDataType dtype)
Definition: full.cc:28
void FullLike(const FDTensor &x, const Scalar &value, FDTensor *out, FDDataType dtype)
Definition: full.cc:36
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16