Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningArray.h |
| Include | #include "LearningArray.h" |
namespace UE
{
namespace Learning
{
namespace Array
{
template<uint8 InDimNum>
void UE::Learning::Array::CheckShapesEqual
(
const TLearningArrayShape < InDimNum > & Lhs,
const TLearningArrayShape < InDimNum > & Rhs
)
}
}
}
Remarks
Check that two array shapes are equal.