Searched defs:IsContiguous (Results 1 – 5 of 5) sorted by relevance
118 inline bool IsContiguous() const { return (dim_size_ == 1 && strides_[0] == 1); } in IsContiguous() function
61 bool IsContiguous(const ShapeVector &shape, const std::vector<int64_t> &strides) { in IsContiguous() function
422 static bool IsContiguous(const BCECmpBlock &First, in IsContiguous() function in __anon029fcf2b0111::BCECmpChain
637 bool IsContiguous() const { return !IsScatterGather(); } in IsContiguous() function
1093 bool IsContiguous() const { return vector_ == NULL; } in IsContiguous() function