Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DSymbolicShapeMeta.cpp116 DEFINE_EAGER_SYMBOOL_COMPUTE(compute_channels_last_contiguous_3d, is_channels_last_contiguous_3d, _… in DEFINE_EAGER_SYMBOOL_COMPUTE()
149 return ~is_channels_last_contiguous() & compute_channels_last_contiguous_3d(); in compute_channels_last_contiguous_3d_dim5()
H A DSymbolicShapeMeta.h155 SymBool compute_channels_last_contiguous_3d() const;
H A DTensorImpl.h2562 bool compute_channels_last_contiguous_3d(identity<bool>) const;
2648 compute_channels_last_contiguous_3d(type_id); in compute_channels_last_contiguous_3d_dim5()
H A DTensorImpl.cpp247 bool TensorImpl::compute_channels_last_contiguous_3d(identity<bool>) const { in compute_channels_last_contiguous_3d() function in c10::TensorImpl