Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DWindowIterator.h90 void set_strides(const Strides &strides) in set_strides() function
/aosp_15_r20/external/pytorch/c10/core/impl/
H A DSizesAndStrides.h160 void set_strides(IntArrayRef strides) { in set_strides() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dexpr.h271 void set_strides(std::vector<ExprPtr> strides) { in set_strides() function
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/compiler/xla/stream_executor/
Ddnn.pb.h1801 inline void ConvolutionDescriptorProto::set_strides(int index, ::int64_t value) { in set_strides() function
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_multiarray.py424 def set_strides(arr, strides): function