struct ov::util::Cast¶
Overview¶
Trnsform tensor data by cast them to type T. More…
#include <shape_infer_type_utils.hpp>
template <class T>
struct Cast
{
// methods
template <class U>
constexpr T operator () (const U u) const;
};
Detailed Documentation¶
Trnsform tensor data by cast them to type T.
Parameters:
T |
Type of returned value. |