Home
last modified time | relevance | path

Searched refs:stride_ref (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DGridPriors.cpp38 const ValueRef& stride_ref, in add_grid_priors_node() argument
43 int32_t stride = graph.extract_scalar<int32_t>(stride_ref); in add_grid_priors_node()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.cpp595 auto stride_ref = extra_args.at(kStride); in computeFlops() local
602 if (!padding_ref.isIntList() || !stride_ref.isIntList() || in computeFlops()
613 const std::vector<int64_t> stride = stride_ref.toIntVector(); in computeFlops()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencoder_utils.c1252 int stride_ref = last_picture->y_stride; in av1_is_integer_mv() local
1254 p_ref += (y_pos * stride_ref + x_pos); in av1_is_integer_mv()
1266 p16_ref += stride_ref; in av1_is_integer_mv()
1276 p_ref += stride_ref; in av1_is_integer_mv()