Home
last modified time | relevance | path

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

/external/executorch/kernels/portable/cpu/util/
Dactivation_ops_util.cpp31 const size_t non_negative_dim = dim < 0 ? dim + in.dim() : dim; in check_glu_args() local
82 const size_t non_negative_dim = dim < 0 ? dim + in.dim() : dim; in resize_glu_out() local
/external/executorch/kernels/portable/cpu/
Dop_glu.cpp155 const size_t non_negative_dim = dim < 0 ? dim + self.dim() : dim; in glu_out() local