Home
last modified time | relevance | path

Searched refs:SymbolicShapeMeta (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/c10/core/
DSymbolicShapeMeta.cpp10 SymbolicShapeMeta::SymbolicShapeMeta(const SymbolicShapeMeta& other) in SymbolicShapeMeta() function in c10::SymbolicShapeMeta
78 SymBool SymbolicShapeMeta::compute_contiguous() const { in compute_contiguous()
89 SymBool SymbolicShapeMeta::name() const { \
99 SymBool SymbolicShapeMeta::name() const { \
131 SymBool SymbolicShapeMeta::compute_is_non_overlapping_and_dense_dim4() const { in DEFINE_EAGER_SYMBOOL_COMPUTE()
144 SymBool SymbolicShapeMeta::compute_channels_last_contiguous_3d_dim5() const { in compute_channels_last_contiguous_3d_dim5()
152 SymBool SymbolicShapeMeta::compute_channels_last_2d_dim5() const { in compute_channels_last_2d_dim5()
161 SymBool SymbolicShapeMeta::compute_channels_last_3d_dim5() const { in compute_channels_last_3d_dim5()
168 SymBool SymbolicShapeMeta::compute_is_non_overlapping_and_dense_dim5() const { in compute_is_non_overlapping_and_dense_dim5()
182 SymBool SymbolicShapeMeta::compute_is_non_overlapping_and_dense_anydim() const { in compute_is_non_overlapping_and_dense_anydim()
[all …]
DSymbolicShapeMeta.h15 class C10_API SymbolicShapeMeta {
24 SymbolicShapeMeta() = default;
25 SymbolicShapeMeta(const SymbolicShapeMeta& other);
26 SymbolicShapeMeta& operator=(const SymbolicShapeMeta& other) = delete;
27 SymbolicShapeMeta& operator=(SymbolicShapeMeta&& other) = delete;
DTensorImpl.h233 std::unique_ptr<c10::SymbolicShapeMeta> symbolic_shape_meta_ = nullptr;
243 std::make_unique<c10::SymbolicShapeMeta>(*other.symbolic_shape_meta_); in ExtraMeta()
263 std::unique_ptr<c10::SymbolicShapeMeta> symbolic_shape_meta,
1720 c10::SymbolicShapeMeta& symbolic_shape_meta() { in symbolic_shape_meta()
1725 const c10::SymbolicShapeMeta& symbolic_shape_meta() const { in symbolic_shape_meta()
DTensorImpl.cpp878 std::make_unique<c10::SymbolicShapeMeta>(); in set_sizes_and_strides()
912 std::make_unique<c10::SymbolicShapeMeta>(); in generic_set_sizes_contiguous()