|
|
dlinear
0.0.1
Delta-complete SMT solver for linear programming
|
This is the complete list of members for dlinear::onnx::Tensor, including all inherited members.
| Abs() | dlinear::onnx::Tensor | |
| ComputeOffset(std::initializer_list< std::int64_t > dims) const | dlinear::onnx::Tensor | private |
| ComputeOffset(const std::int64_t *dims, std::size_t size) const | dlinear::onnx::Tensor | private |
| Concat(const Tensor &rhs, std::int64_t axis) | dlinear::onnx::Tensor | |
| Concat(const std::vector< Tensor > &rhs, std::int64_t axis) | dlinear::onnx::Tensor | |
| Convolution(const Tensor &w, const std::vector< std::int64_t > &dilations, std::int64_t group, const std::vector< std::int64_t > &kernel_shape, const std::vector< std::int64_t > &pads, const std::vector< std::int64_t > &strides) const | dlinear::onnx::Tensor | |
| Convolution(const ImageView &image, const KernelView &kernel, const std::vector< std::size_t > &new_shape, const std::vector< std::int64_t > &dilations, std::int64_t group, const std::vector< std::int64_t > &pads, const std::vector< std::int64_t > &strides) const | dlinear::onnx::Tensor | |
| dim(std::size_t i) const | dlinear::onnx::Tensor | |
| dims() const | dlinear::onnx::Tensor | |
| Elementwise(const std::function< Expression(Expression)> &f) | dlinear::onnx::Tensor | |
| Equal(const Tensor &o) const | dlinear::onnx::Tensor | |
| Flatten(std::int64_t axis) | dlinear::onnx::Tensor | |
| Gather(const Tensor &indices, std::int64_t axis) | dlinear::onnx::Tensor | |
| MatMul(const Tensor &tensor) const | dlinear::onnx::Tensor | |
| ndim() const | dlinear::onnx::Tensor | inline |
| Pad(const std::vector< std::int64_t > &pads) const | dlinear::onnx::Tensor | |
| Reshape(std::initializer_list< std::int64_t > dims) | dlinear::onnx::Tensor | |
| Reshape(const Tensor &tensor_dim, bool allow_zero) | dlinear::onnx::Tensor | |
| SameDim(const Tensor &o) const | dlinear::onnx::Tensor | |
| size() const | dlinear::onnx::Tensor | inline |
| Slice(const std::vector< std::int64_t > &starts, const std::vector< std::int64_t > &ends, const std::vector< std::int64_t > &axes={}, const std::vector< std::int64_t > &steps={}) | dlinear::onnx::Tensor | |
| Slice(const Tensor &starts, const Tensor &ends, const Tensor &axes={}, const Tensor &steps={}) | dlinear::onnx::Tensor | |
| Tensor(std::initializer_list< std::int64_t > dims) | dlinear::onnx::Tensor | |
| Tensor(std::int64_t value) | dlinear::onnx::Tensor | explicit |
| Tensor(float value) | dlinear::onnx::Tensor | explicit |
| Tensor(const std::vector< std::int64_t > &dims) | dlinear::onnx::Tensor | explicit |
| Tensor(xt::xarray< Expression > values) | dlinear::onnx::Tensor | explicit |
| Tensor(const ::onnx::TensorProto &tensor) | dlinear::onnx::Tensor | explicit |
| Tensor(const ::onnx::ValueInfoProto &value_info, const std::string &name) | dlinear::onnx::Tensor | explicit |
| Transpose(const std::vector< std::int64_t > &perm={}) | dlinear::onnx::Tensor | |
| Unsqueeze(const Tensor &axes) | dlinear::onnx::Tensor | |
| values() const | dlinear::onnx::Tensor | inline |
| values_ | dlinear::onnx::Tensor | private |