Searched defs:is_channels_last_contiguous_2d (Results 1 – 5 of 5) sorted by relevance
115 DEFINE_EAGER_SYMBOOL_COMPUTE(compute_channels_last_contiguous_2d, is_channels_last_contiguous_2d, _… in DEFINE_EAGER_SYMBOOL_COMPUTE() argument
135 virtual SymNode is_channels_last_contiguous_2d( in is_channels_last_contiguous_2d() function
69 TORCH_SYMNODE_SIZES_STRIDES(is_channels_last_contiguous_2d) in TORCH_SYMNODE_SIZES_STRIDES() argument
253 def is_channels_last_contiguous_2d(a: Tensor) -> bool: function
386 def is_channels_last_contiguous_2d(self, sizes, strides) -> "SymNode": member in SymNode