Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.cc2112 auto new_fused_computation = GetOrCloneCalledComputations(context); in CloneWithNewOperandsImpl() local
2113 CHECK_EQ(new_fused_computation.size(), 1); in CloneWithNewOperandsImpl()
2115 shape, fusion_kind(), new_operands, new_fused_computation.front()); in CloneWithNewOperandsImpl()