Searched defs:is_fast_path (Results 1 – 12 of 12) sorted by relevance
30 pub fn is_fast_path<F: Float>(&self) -> bool { in is_fast_path() method
37 fn is_fast_path<F: RawFloat>(&self) -> bool { in is_fast_path() method
78 bool is_fast_path = in SliceOffImpl() local
37 bool is_fast_path = dim == 1; in is_cat_nhwc_fast_path() local
51 bool is_fast_path = in is_mean_inner_dim_fast_path() local
99 bool is_fast_path(const Tensor& src, const std::optional<Tensor>& scale, Tensor& output, index_t pa… in is_fast_path() function
3418 def is_fast_path(src, scale, output, padding_idx): function
72 std::vector<bool> is_fast_path; in qcat_nhwc_kernel() local