Searched refs:compute_channels_last_contiguous_3d (Results 1 – 4 of 4) sorted by relevance
116 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()
155 SymBool compute_channels_last_contiguous_3d() const;
2562 bool compute_channels_last_contiguous_3d(identity<bool>) const;2648 compute_channels_last_contiguous_3d(type_id); in compute_channels_last_contiguous_3d_dim5()
247 bool TensorImpl::compute_channels_last_contiguous_3d(identity<bool>) const { in compute_channels_last_contiguous_3d() function in c10::TensorImpl