#include <ThreadEnvironment.h>
◆ CreateTask()
Task Eigen::StlThreadEnvironment::CreateTask |
( |
std::function< void()> |
f | ) |
|
|
inline |
37 {
return Task{std::move(
f)}; }
static int f(const TensorMap< Tensor< int, 3 > > &tensor)
Definition: cxx11_tensor_map.cpp:237
References f().
◆ CreateThread()
EnvThread* Eigen::StlThreadEnvironment::CreateThread |
( |
std::function< void()> |
f | ) |
|
|
inline |
36 {
return new EnvThread(std::move(
f)); }
References f().
◆ ExecuteTask()
void Eigen::StlThreadEnvironment::ExecuteTask |
( |
const Task & |
t | ) |
|
|
inline |
The documentation for this struct was generated from the following file: