Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dwhile_transformer_test.cc72 auto cast = builder.AddInstruction(HloInstruction::CreateBitcastConvert( in BuildBodyComputation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h529 static std::unique_ptr<HloInstruction> CreateBitcastConvert(
Dhlo_instruction.cc1024 HloInstruction::CreateBitcastConvert(const Shape& shape, in CreateBitcastConvert() function in xla::HloInstruction
1458 clone = CreateBitcastConvert(shape, new_operands[0]); in CloneWithNewOperands()
Dhlo_parser.cc814 HloInstruction::CreateBitcastConvert(shape, operands[0])); in ParseInstructionRhs()