| 211 | } |
| 212 | |
| 213 | void OutputSlot::SetTensorHandleFactory(const ITensorHandleFactory::FactoryId& id) |
| 214 | { |
| 215 | m_TensorHandleFactoryId = id; |
| 216 | } |
| 217 | |
| 218 | ITensorHandleFactory::FactoryId OutputSlot::GetTensorHandleFactoryId() const |
| 219 | { |
no outgoing calls
no test coverage detected