Home
last modified time | relevance | path

Searched defs:check_align (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/deriving/
Dderiving-with-repr-packed.rs11 fn check_align(ptr: *const Aligned) { in check_align() function
/third_party/rust/rust/tests/ui/packed/
Dpacked-struct-drop-aligned.rs14 fn check_align(ptr: *const Aligned) { in check_align() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc468 bool check_align) { in GenerateNonZeroIndex()
490 … const TensorPtr &tensor_index, bool check_align) { in GenerateNonZeroIndexTensorList()
508 … std::vector<int64_t> *tensor_positions, bool check_align) { in TensorGetitemByTupleParseTensorIndex()
908 size_t *cur_dim, bool check_align) { in RemoveExpandedDimsParseTensorIndex()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/profiler/
Dgpu_profiling.cc42 static int check_align(size_t align) { in check_align() function