Home
last modified time | relevance | path

Searched defs:no_batch_dim (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLossNLL.cpp51 auto no_batch_dim = self.dim() == 1 && target.dim() == 0; in TORCH_META_FUNC() local
97 auto no_batch_dim = self.dim() == 1 && target.dim() == 0; in TORCH_META_FUNC() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_nn.py8294 …error_if_input_channels_is_not_num_features(self, device, instance_norm_cls, no_batch_dim, affine): argument