Minsky
|
#include <minskyTensorOps.h>
Public Member Functions | |
TensorsFromPort () | |
TensorsFromPort (const shared_ptr< EvalCommon > &ev) | |
std::vector< TensorPtr > | tensorsFromPort (const Port &) const |
returns vector of tensor ops for all wires attach to port. Port must be an input port More... | |
std::vector< TensorPtr > | tensorsFromPorts (const Item &) const |
returns vector of tensor ops for all wires attached to item More... | |
Public Attributes | |
shared_ptr< EvalCommon > | ev |
Definition at line 56 of file minskyTensorOps.h.
|
inline |
Definition at line 59 of file minskyTensorOps.h.
|
inline |
Definition at line 60 of file minskyTensorOps.h.
returns vector of tensor ops for all wires attach to port. Port must be an input port
Definition at line 1610 of file minskyTensorOps.cc.
References minsky::TensorOpFactory::create(), minsky::Port::input(), minsky::Item::itemPtrFromThis(), minsky::tensorOpFactory, and minsky::Port::wires().
Referenced by minsky::TensorOpFactory::create().
returns vector of tensor ops for all wires attached to item
Definition at line 1638 of file minskyTensorOps.cc.
References minsky::Item::ports(), and minsky::Item::portsSize().
Referenced by minsky::TensorOpFactory::create().
shared_ptr<EvalCommon> minsky::TensorsFromPort::ev |
Definition at line 58 of file minskyTensorOps.h.
Referenced by minsky::TensorOpFactory::create(), and minsky::Ravel::exportAsCSV().