Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto98 int64 edge_padding_low = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc775 llvm::SmallVector<int64_t, 4> edge_padding_low; in ImportInstructionImpl() local
H A Dmlir_hlo_to_hlo.cc1251 auto edge_padding_low = ConvertDenseIntAttr(op.edge_padding_low()); in ExportXlaOp() local