Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h211 StatusOr<XlaOp> ReshapeInternal(const Shape& shape, XlaOp operand,
Dmlir_hlo_builder.cc484 StatusOr<XlaOp> MlirHloBuilder::ReshapeInternal(const Shape& shape, in ReshapeInternal() function in xla::MlirHloBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc673 ReshapeInternal(reshaped_shape, operand, /*inferred_dimension=*/-1)); in AddBroadcastSequence()
1006 StatusOr<XlaOp> XlaBuilder::ReshapeInternal(const Shape& shape, XlaOp operand, in ReshapeInternal() function in xla::XlaBuilder
1193 return ReshapeInternal(shape, transposed, inferred_dimension); in Reshape()
1210 return ReshapeInternal(shape, operand, inferred_dimension); in Reshape()
Dxla_builder.h1001 virtual StatusOr<XlaOp> ReshapeInternal(const Shape& shape, XlaOp operand,