dlinear  0.0.1
Delta-complete SMT solver for linear programming
Loading...
Searching...
No Matches
dlinear::onnx::Tensor Member List

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) constdlinear::onnx::Tensorprivate
ComputeOffset(const std::int64_t *dims, std::size_t size) constdlinear::onnx::Tensorprivate
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) constdlinear::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) constdlinear::onnx::Tensor
dim(std::size_t i) constdlinear::onnx::Tensor
dims() constdlinear::onnx::Tensor
Elementwise(const std::function< Expression(Expression)> &f)dlinear::onnx::Tensor
Equal(const Tensor &o) constdlinear::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) constdlinear::onnx::Tensor
ndim() constdlinear::onnx::Tensorinline
Pad(const std::vector< std::int64_t > &pads) constdlinear::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) constdlinear::onnx::Tensor
size() constdlinear::onnx::Tensorinline
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::Tensorexplicit
Tensor(float value)dlinear::onnx::Tensorexplicit
Tensor(const std::vector< std::int64_t > &dims)dlinear::onnx::Tensorexplicit
Tensor(xt::xarray< Expression > values)dlinear::onnx::Tensorexplicit
Tensor(const ::onnx::TensorProto &tensor)dlinear::onnx::Tensorexplicit
Tensor(const ::onnx::ValueInfoProto &value_info, const std::string &name)dlinear::onnx::Tensorexplicit
Transpose(const std::vector< std::int64_t > &perm={})dlinear::onnx::Tensor
Unsqueeze(const Tensor &axes)dlinear::onnx::Tensor
values() constdlinear::onnx::Tensorinline
values_dlinear::onnx::Tensorprivate