Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc817 instruction->set_frontend_attributes(proto.frontend_attributes()); in CreateFromProto()
1401 broadcast->set_frontend_attributes(operand->frontend_attributes()); in CreateBroadcastSequence()
1427 reshaped_operand->set_frontend_attributes(operand->frontend_attributes()); in CreateBroadcastSequence()
1435 broadcast->set_frontend_attributes(operand->frontend_attributes()); in CreateBroadcastSequence()
1519 derived_instruction->set_frontend_attributes(frontend_attributes_); in SetupDerivedInstruction()
Dhlo_computation.cc932 new_instruction->set_frontend_attributes( in ReplaceInstruction()
Dhlo_instruction.h1563 void set_frontend_attributes(FrontendAttributes frontend_attributes) { in set_frontend_attributes() function
Dhlo_parser.cc2649 instruction->set_frontend_attributes(*frontend_attributes); in ParseInstructionRhs()