Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1346 class HloDynamicUpdateSliceInstruction : public HloDynamicIndexInstruction {
1348 explicit HloDynamicUpdateSliceInstruction(const Shape& shape,
1352 explicit HloDynamicUpdateSliceInstruction(
Dhlo_instructions.cc2254 HloDynamicUpdateSliceInstruction::HloDynamicUpdateSliceInstruction( in HloDynamicUpdateSliceInstruction() function in xla::HloDynamicUpdateSliceInstruction
2263 HloDynamicUpdateSliceInstruction::HloDynamicUpdateSliceInstruction( in HloDynamicUpdateSliceInstruction() function in xla::HloDynamicUpdateSliceInstruction
Dhlo_dataflow_analysis.cc976 Cast<HloDynamicUpdateSliceInstruction>(fusion->fused_expression_root()); in CanDoInPlaceDynamicUpdateSlice()
Dhlo_verifier.cc591 Cast<HloDynamicUpdateSliceInstruction>(dynamic_update_slice) in HandleDynamicUpdateSlice()
Dhlo_evaluator_typed_visitor.h1527 Cast<HloDynamicUpdateSliceInstruction>(dynamic_update_slice) in HandleDynamicUpdateSlice()
Dhlo_instruction.cc1004 return absl::make_unique<HloDynamicUpdateSliceInstruction>( in CreateDynamicUpdateSlice()