Searched defs:ones_ (Results 1 – 5 of 5) sorted by relevance
83 struct ones_ : qi::symbols<char, unsigned> struct85 ones_() in ones_() argument
79 struct ones_ : x3::symbols<unsigned> struct81 ones_() in ones_() function
245 def ones_(tensor: Tensor) -> Tensor: function
116 Tensor ones_(Tensor tensor) { in ones_() function
210 …Tensor ones_ = bias.defined() ? at::ones({output_height, output_width}, input_.options()) : Tensor… in slow_conv_transpose2d_out_cuda_template() local