Home
last modified time | relevance | path

Searched refs:set_custom_call_has_side_effect (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dce_test.cc102 instr->set_custom_call_has_side_effect(true); in TEST_F()
Dhlo_instruction_test.cc1861 custom_call_instr1->set_custom_call_has_side_effect(true); in TEST_F()
1895 custom_call_instr->set_custom_call_has_side_effect(true); in TEST_F()
1908 custom_call_instr->set_custom_call_has_side_effect(true); in TEST_F()
Dhlo_instructions.cc2431 proto.set_custom_call_has_side_effect(custom_call_has_side_effect_); in ToProto()
2602 cloned->set_custom_call_has_side_effect(custom_call_has_side_effect_); in CloneWithNewOperandsImpl()
Dhlo_instructions.h1454 void set_custom_call_has_side_effect(bool custom_call_has_side_effect) { in set_custom_call_has_side_effect() function
Dhlo_parser.cc2358 custom_call_instr->set_custom_call_has_side_effect( in ParseInstructionRhs()
Dhlo_instruction.cc597 custom_call_instr->set_custom_call_has_side_effect( in CreateFromProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1944 instr.set_custom_call_has_side_effect(has_side_effect); in CustomCallInternal()