Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.cc107 StatusOr<HloInstruction*> MakeReshapeHlo(const Shape& result_shape, in MakeReshapeHlo() function
114 StatusOr<HloInstruction*> MakeReshapeHlo( in MakeReshapeHlo() function
118 return MakeReshapeHlo(new_shape, operand); in MakeReshapeHlo()
332 return MakeReshapeHlo(output_shape, operand); in CollapseFirstNDims()
343 return MakeReshapeHlo(new_shape_dims, operand); in PrependDegenerateDims()
360 return MakeReshapeHlo(new_shape, operand); in ExpandFirstDimIntoNDims()
385 return MakeReshapeHlo(output_shape, operand); in ElideDegenerateDims()
417 return MakeReshapeHlo(output_shape, operand); in InsertDegenerateDims()
Dhlo_creation_utils.h69 StatusOr<HloInstruction*> MakeReshapeHlo(const Shape& result_shape,
72 StatusOr<HloInstruction*> MakeReshapeHlo(
Dbatch_dot_simplification.cc77 MakeReshapeHlo(batch_dot->shape(), new_dot)); in ElideDegenerateBatchDimensionFromBatchDot()
Dscatter_expander.cc67 MakeReshapeHlo(new_shape, scatter_indices)); in CanonicalizeScatterIndices()