Home
last modified time | relevance | path

Searched refs:mutable_opcode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h1177 HloOpcode* mutable_opcode() { return &opcode_; } in mutable_opcode() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dvalue_inference.cc169 *inst.mutable_opcode() = HloOpcodeString(opcode.value()); in Evaluate()
H A Dxla_builder.cc3736 *const_instr.mutable_opcode() = HloOpcodeString(HloOpcode::kConstant); in BuildConstantSubGraph()