Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference_test.cc637 auto* sns = builder.AddInstruction(HloInstruction::CreateSelectAndScatter( in TEST_F()
Dhlo_instruction.h655 static std::unique_ptr<HloInstruction> CreateSelectAndScatter(
Dhlo_instruction.cc439 instruction = CreateSelectAndScatter(shape, operands(0), computations(0), in CreateFromProto()
1092 HloInstruction::CreateSelectAndScatter( in CreateSelectAndScatter() function in xla::HloInstruction
Dhlo_parser.cc1246 builder->AddInstruction(HloInstruction::CreateSelectAndScatter( in ParseInstructionRhs()