Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h170 StatusOr<XlaOp> WhileInternal(const Shape& shape,
Dmlir_hlo_builder.cc264 StatusOr<XlaOp> MlirHloBuilder::WhileInternal(const Shape& shape, in WhileInternal() function in xla::MlirHloBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2254 return WhileInternal(shape, condition, body, init); in While()
2258 StatusOr<XlaOp> XlaBuilder::WhileInternal(const Shape& shape, in WhileInternal() function in xla::XlaBuilder
Dxla_builder.h827 virtual StatusOr<XlaOp> WhileInternal(const Shape& shape,