Home
last modified time | relevance | path

Searched refs:PadInternal (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h265 StatusOr<XlaOp> PadInternal(const Shape& shape, XlaOp operand,
Dmlir_hlo_builder.cc684 StatusOr<XlaOp> MlirHloBuilder::PadInternal( in PadInternal() function in xla::MlirHloBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1156 return PadInternal(shape, operand, padding_value, padding_config); in Pad()
1172 StatusOr<XlaOp> XlaBuilder::PadInternal(const Shape& shape, XlaOp operand, in PadInternal() function in xla::XlaBuilder
Dxla_builder.h467 virtual StatusOr<XlaOp> PadInternal(const Shape& shape, XlaOp operand,