Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion.cc97 HloInstruction::CreateReducePrecision(instruction->shape(), instruction, in insert_after()
150 HloInstruction::CreateReducePrecision( in insert_on_inputs()
Dreduce_precision_insertion_test.cc322 HloInstruction::CreateReducePrecision(shape, a, 8, 23)); in TEST_F()
349 HloInstruction::CreateReducePrecision(shape, x, 5, 10)); in TEST_F()
377 HloInstruction::CreateReducePrecision(shape, x, 8, 23)); in TEST_F()
Dhlo_instruction.h470 static std::unique_ptr<HloInstruction> CreateReducePrecision(
Dhlo_instruction.cc355 instruction = CreateReducePrecision( in CreateFromProto()
824 HloInstruction::CreateReducePrecision(const Shape& shape, in CreateReducePrecision() function in xla::HloInstruction
Dhlo_parser.cc1443 builder->AddInstruction(HloInstruction::CreateReducePrecision( in ParseInstructionRhs()