Home
last modified time | relevance | path

Searched defs:IsContiguous (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dtensor_layout_helper.cuh118 inline bool IsContiguous() const { return (dim_size_ == 1 && strides_[0] == 1); } in IsContiguous() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/view/
Dview_strides_calculator.cc61 bool IsContiguous(const ShapeVector &shape, const std::vector<int64_t> &strides) { in IsContiguous() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp422 static bool IsContiguous(const BCECmpBlock &First, in IsContiguous() function in __anon029fcf2b0111::BCECmpChain
/third_party/vixl/src/aarch64/
Doperands-aarch64.h637 bool IsContiguous() const { return !IsScatterGather(); } in IsContiguous() function
Dsimulator-aarch64.h1093 bool IsContiguous() const { return vector_ == NULL; } in IsContiguous() function