Searched refs:CreateReducePrecision (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_precision_insertion.cc | 97 HloInstruction::CreateReducePrecision(instruction->shape(), instruction, in insert_after() 150 HloInstruction::CreateReducePrecision( in insert_on_inputs()
|
D | reduce_precision_insertion_test.cc | 322 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()
|
D | hlo_instruction.h | 470 static std::unique_ptr<HloInstruction> CreateReducePrecision(
|
D | hlo_instruction.cc | 355 instruction = CreateReducePrecision( in CreateFromProto() 824 HloInstruction::CreateReducePrecision(const Shape& shape, in CreateReducePrecision() function in xla::HloInstruction
|
D | hlo_parser.cc | 1443 builder->AddInstruction(HloInstruction::CreateReducePrecision( in ParseInstructionRhs()
|