17 #include "fastdeploy/core/fd_tensor.h" 31 void GaussianRandom(
const std::vector<int64_t>& shape, FDTensor* out,
32 FDDataType dtype = FDDataType::FP32,
float mean = 0.0f,
33 float std = 1.0f,
int seed = 0);
Definition: float16.h:572
void GaussianRandom(const std::vector< int64_t > &shape, FDTensor *out, FDDataType dtype, float mean, float std, int seed)
Definition: gaussian_random.cc:38
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16