Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h731 static std::unique_ptr<HloInstruction> CreateScatter(
Dhlo_instruction.cc545 instruction = CreateScatter(shape, operands(0), operands(1), operands(2), in CreateFromProto()
1314 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateScatter( in CreateScatter() function in xla::HloInstruction
Dhlo_instruction_test.cc1452 builder.AddInstruction(HloInstruction::CreateScatter( in TEST_F()
Dhlo_parser.cc1679 instruction = builder->AddInstruction(HloInstruction::CreateScatter( in ParseInstructionRhs()