Home
last modified time | relevance | path

Searched defs:WindowDimension (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
H A DStablehloOps.cpp270 struct WindowDimension { struct
271 int64_t size = 0;
272 int64_t stride = 1;
273 int64_t paddingLow = 0;
274 int64_t paddingHigh = 0;
275 int64_t windowDilation = 1;
276 int64_t baseDilation = 1;
277 bool windowReversal = false;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dhlo_ops.cc327 struct WindowDimension { struct
328 int64_t size = 0;
329 int64_t stride = 1;
330 int64_t paddingLow = 0;
331 int64_t paddingHigh = 0;
332 int64_t windowDilation = 1;
333 int64_t baseDilation = 1;
334 bool windowReversal = false;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto466 message WindowDimension { message