Struct ITensorOperations
Defined in File tensor_object.hpp
Derived Type
public morpheus::ITensor
(Struct ITensor)
-
struct ITensorOperations
Subclassed by morpheus::ITensor
Public Functions
- virtual std::shared_ptr<ITensor> slice(const ShapeType &min_dims, const ShapeType &max_dims) const = 0
- virtual std::shared_ptr<ITensor> deep_copy() const = 0
- virtual std::shared_ptr<ITensor> copy_rows(const std::vector<RangeType> &selected_rows, TensorIndex num_rows) const = 0