Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.cc1787 absl::InlinedVector<HloComputation*, 1> new_called_computations; in GetOrCloneCalledComputations() local
1797 new_called_computations.push_back(new_custom_call_computation); in GetOrCloneCalledComputations()
1799 return new_called_computations; in GetOrCloneCalledComputations()
2903 absl::InlinedVector<HloComputation*, 1> new_called_computations = in CloneWithNewOperandsImpl() local
2907 shape, new_operands, new_called_computations, custom_call_target(), in CloneWithNewOperandsImpl()