Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/
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()
/external/ComputeLibrary/arm_compute/core/
DTensorInfo.h215 const Strides &strides_in_bytes() const override in strides_in_bytes() function
DSubTensorInfo.h135 const Strides &strides_in_bytes() const override in strides_in_bytes() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtranspose.h77 absl::Span<int64_t const> strides_in_bytes; member
/external/ComputeLibrary/tests/validation/fixtures/
DConvolutionLayerFixture.h440 arm_compute::Strides strides_in_bytes = tensor_info.strides_in_bytes(); in prepare_weights() local