Searched defs:length_mod (Results 1 – 15 of 15) sorted by relevance
77 LengthMod length_mod = LengthMod::none; member88 constexpr ConvTag(LengthMod length_mod) // NOLINT in ConvTag()310 LengthMod length_mod = tag.as_length(); in ConsumeConversion() local
288 LengthMod length_mod() const { return length_mod_; } in length_mod() function
76 LengthMod length_mod = LengthMod::none; member87 constexpr ConvTag(LengthMod length_mod) // NOLINT in ConvTag()310 LengthMod length_mod = tag.as_length(); in ConsumeConversion() local
83 LengthMod length_mod = LengthMod::none; member104 constexpr ConvTag(LengthMod length_mod) // NOLINT in ConvTag()
221 LengthMod length_mod = tag.as_length(); in ConsumeConversion() local
80 LengthMod length_mod = LengthMod::none; member99 constexpr ConvTag(LengthMod length_mod) // NOLINT in ConvTag()
212 LengthMod length_mod = tag.as_length(); in ConsumeConversion() local
932 const int32_t length_mod = (dim_end[dim] - dim_begin[dim]) % stride; in StridedSlice() local
933 const int32_t length_mod = (dim_end[dim] - dim_begin[dim]) % stride; in StridedSlice() local