Home
last modified time | relevance | path

Searched defs:mutable_operands (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconditional_code_motion.h44 std::vector<HloInstruction*>& mutable_operands() { return operands_; } in mutable_operands() function
H A Dhlo_instruction.h1212 InstructionVector mutable_operands() { return operands_; } in mutable_operands() function