Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc411 llvm::SmallVector<int64_t, 4> edge_padding_high; in ImportInstructionImpl() local
Dmlir_hlo_to_hlo.cc820 auto edge_padding_high = ConvertDenseIntAttr(op.edge_padding_high()); in ExportXlaOp() local
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto102 int64 edge_padding_high = 2; field