FastDeploy
latest
Fast & Easy to Deploy!
|
This is the complete list of members for fastdeploy::FDTensor, including all inherited members.
Allocate(const FDDataType &data_type, const std::vector< int64_t > &data_shape) | fastdeploy::FDTensor | inline |
Dtype() const | fastdeploy::FDTensor | inline |
ExpandDim(int64_t axis=0) | fastdeploy::FDTensor | |
GetData() | fastdeploy::FDTensor | inline |
GetData() const | fastdeploy::FDTensor | inline |
IsShared() | fastdeploy::FDTensor | inline |
name | fastdeploy::FDTensor | |
Nbytes() const | fastdeploy::FDTensor | |
Numel() const | fastdeploy::FDTensor | |
PrintInfo(const std::string &prefix="Debug TensorInfo: ") const | fastdeploy::FDTensor | |
Reshape(const std::vector< int64_t > &new_shape) | fastdeploy::FDTensor | |
SetData(const std::vector< int64_t > &tensor_shape, const FDDataType &data_type, void *data_buffer, bool copy=false, const Device &data_device=Device::CPU, int data_device_id=-1) | fastdeploy::FDTensor | inline |
Shape() const | fastdeploy::FDTensor | inline |
Squeeze(int64_t axis=0) | fastdeploy::FDTensor | |
StopSharing() | fastdeploy::FDTensor |