FisFilter_ConvertRealArrayToTensor
Header: | FILDL.h |
---|---|
Namespace: | weaver |
Module: | DeepLearning |
Converts an array of reals to a tensor with provided dimensions and the ordering.
Syntax
void weaver::FisFilter_ConvertRealArrayToTensor ( const ftl::Array<float>& inRealArray, const ftl::Array<int>& inTensorDimensions, fil::TensorDataOrdering::Type inTensorDataOrdering, fil::Tensor& outTensor )