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.h200 StatusOr<XlaOp> ReshapeInternal(const Shape& shape, XlaOp operand,
Dmlir_hlo_builder.cc363 StatusOr<XlaOp> MlirHloBuilder::ReshapeInternal(const Shape& shape, in ReshapeInternal() function in xla::MlirHloBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc610 ReshapeInternal(reshaped_shape, operand, /*inferred_dimension=*/-1)); in AddBroadcastSequence()
940 StatusOr<XlaOp> XlaBuilder::ReshapeInternal(const Shape& shape, XlaOp operand, in ReshapeInternal() function in xla::XlaBuilder
1126 return ReshapeInternal(shape, transposed, inferred_dimension); in Reshape()
1143 return ReshapeInternal(shape, operand, inferred_dimension); in Reshape()
Dxla_builder.h967 virtual StatusOr<XlaOp> ReshapeInternal(const Shape& shape, XlaOp operand,