Home
last modified time | relevance | path

Searched defs:get_strides (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.cpp46 inline void get_strides(int64_t* strides, ArrayRef<OperandInfo> operands, int64_t ndim) { in get_strides() function
775 StrideVector TensorIteratorBase::get_strides() const { in get_strides() function in at::TensorIteratorBase
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DCopyKernel.cpp55 …auto get_strides = [](int64_t* strides, IntArrayRef strides_out, IntArrayRef strides_in, int64_t n… in reduced_float_copy_kernel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_array.cc568 const auto get_strides = [](const Shape& shape) { in ShapeIsCompatible() local