Home
last modified time | relevance | path

Searched refs:stride_x (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc53 const std::string& stride_x, in GetXStrideCorrected() argument
59 batch_size, stride_x, padding_x); in GetXStrideCorrected()
64 const std::string& stride_x, in GetXStrideCorrectedV2() argument
70 batch_size, stride_x, padding_x); in GetXStrideCorrectedV2()
Dutil.h39 const std::string& stride_x,
47 const std::string& stride_x,
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal_test.py299 stride_x = (1,)
307 'strides': stride_x + stride_y,
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc2621 int32_t stride_x = std::lround(frac_x * static_cast<double>(1 << shift)); in convertResizeOp() local
2624 while (stride_y >= 32768 || stride_x >= 32768) { in convertResizeOp()
2627 stride_x = std::lround(frac_x * static_cast<double>(1 << shift)); in convertResizeOp()
2633 ArrayAttr stride = rewriter.getI64ArrayAttr({stride_y, stride_x}); in convertResizeOp()
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md625 int32_t stride_x = (int32_t)std::round(frac_x * double(1 << shift))
628 while (stride_y >= 32768 || stride_x >= 32768) {
631 stride_x = (int32_t)std::round(frac_x * double(1 << shift))
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaOps.td1394 expected use, stride_y is approximately (IH<<shift)/OH and stride_x is
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dmve-gather-scatter-optimisation.ll842 …zeroext %kernel_y, i16 zeroext %pad_x, i16 zeroext %pad_y, i16 zeroext %stride_x, i16 zeroext %str…
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md856 ix = ox*stride_x + kx - pad_low_x;