Searched defs:stride_values (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | DepthwiseConvolutionLayerNative.cpp | 91 const auto stride_values = framework::dataset::make("stride", { Size2D(1U, 1U), Size2D(3U, 2U) }); variable 202 … stride_values), in FIXTURE_DATA_TEST_CASE_NEW() argument
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | IndirectConv2dAddressPrecalculation.cpp | 64 const auto stride_values = framework::dataset::make("stride", {1, 2}); variable
|
H A D | DepthwiseConvolutionLayerNative.cpp | 107 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 D | kernel.cpp | 2092 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 D | legalize_tf.cc | 3103 SmallVector<Value, 4> stride_values(rank, one); in matchAndRewrite() local
|