Searched refs:stride_x (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | util.cc | 53 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()
|
D | util.h | 39 const std::string& stride_x, 47 const std::string& stride_x,
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | local_test.py | 299 stride_x = (1,) 307 'strides': stride_x + stride_y,
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_common.cc | 2621 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/ |
D | legalization.md | 625 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/ |
D | TosaOps.td | 1394 expected use, stride_y is approximately (IH<<shift)/OH and stride_x is
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | mve-gather-scatter-optimisation.ll | 842 …zeroext %kernel_y, i16 zeroext %pad_x, i16 zeroext %pad_y, i16 zeroext %stride_x, i16 zeroext %str…
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 856 ix = ox*stride_x + kx - pad_low_x;
|