Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DDepthwiseConvolutionLayerNative.cpp91 const auto stride_values = framework::dataset::make("stride", { Size2D(1U, 1U), Size2D(3U, 2U) }); variable
202stride_values), in FIXTURE_DATA_TEST_CASE_NEW() argument
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DIndirectConv2dAddressPrecalculation.cpp64 const auto stride_values = framework::dataset::make("stride", {1, 2}); variable
H A DDepthwiseConvolutionLayerNative.cpp107 const auto stride_values = framework::dataset::make("stride", { Size2D(1U, 1U), Size2D(3U, 2U) }); variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dkernel.cpp2092 std::vector<int64_t> stride_values(input_stride_args_.size()); in runWithAllocatedOutputs() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc3103 SmallVector<Value, 4> stride_values(rank, one); in matchAndRewrite() local