Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/
H A DTensorInfo.cpp141 const Strides &strides_in_bytes, size_t offset_first_element_in_bytes, in init()
169 const Strides &strides_in_bytes, size_t offset_first_element_in_bytes, in init()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTensorInfo.h215 const Strides &strides_in_bytes() const override in strides_in_bytes() function
H A DSubTensorInfo.h135 const Strides &strides_in_bytes() const override in strides_in_bytes() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtranspose.h77 absl::Span<int64_t const> strides_in_bytes; member
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DConvolutionLayerFixture.h440 arm_compute::Strides strides_in_bytes = tensor_info.strides_in_bytes(); in prepare_weights() local