Home
last modified time | relevance | path

Searched refs:custom_call_has_side_effect (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1454 void set_custom_call_has_side_effect(bool custom_call_has_side_effect) { in set_custom_call_has_side_effect() argument
1455 custom_call_has_side_effect_ = custom_call_has_side_effect; in set_custom_call_has_side_effect()
1459 bool custom_call_has_side_effect() const { in custom_call_has_side_effect() function
Dhlo_instruction_test.cc1894 EXPECT_FALSE(custom_call_instr->custom_call_has_side_effect()); in TEST_F()
1896 EXPECT_TRUE(custom_call_instr->custom_call_has_side_effect()); in TEST_F()
1899 EXPECT_TRUE(custom_call_clone->custom_call_has_side_effect()); in TEST_F()
Dhlo_parser.cc2243 optional<bool> custom_call_has_side_effect; in ParseInstructionRhs() local
2261 &custom_call_has_side_effect}; in ParseInstructionRhs()
2357 if (custom_call_has_side_effect.has_value()) { in ParseInstructionRhs()
2359 *custom_call_has_side_effect); in ParseInstructionRhs()
Dhlo.proto233 bool custom_call_has_side_effect = 65; field
Dhlo_instruction.cc598 proto.custom_call_has_side_effect()); in CreateFromProto()
1541 ->custom_call_has_side_effect(); in HasSideEffectNoRecurse()
Dhlo_parser_test.cc1054 …,2,3]{0,1,2}) %p0, f32[123,4]{0,1} %p1), custom_call_target="baz", custom_call_has_side_effect=true in CreateTestCases()
Dhlo_instructions.cc2547 casted_other.custom_call_has_side_effect()) { in IdenticalSlowPath()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc325 builder_->getBoolAttr(custom_call->custom_call_has_side_effect()))); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt293 …, f32[5,5] %arg2), custom_call_target="foo", backend_config="bar", custom_call_has_side_effect=true