Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h294 void set_constant(bool is_constant) { is_constant_ = is_constant; } in set_constant() function
Dbuffer_assignment.cc1111 allocation->set_constant(true); in AssignSingleHloBuffer()
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp183 void set_constant(chip_class chip, uint64_t constant) in set_constant() function
1162 ctx.info[def.tempId()].set_constant(ctx.program->chip_class, val & mask); in label_instruction()
1183 …ctx.info[instr->definitions[i].tempId()].set_constant(ctx.program->chip_class, vec_op.constantValu… in label_instruction()
1200 …ctx.info[instr->definitions[0].tempId()].set_constant(ctx.program->chip_class, (info.val >> (dst_o… in label_instruction()
1224 …ctx.info[instr->definitions[0].tempId()].set_constant(ctx.program->chip_class, op.constantValue64(… in label_instruction()
1263 …ctx.info[instr->definitions[0].tempId()].set_constant(ctx.program->chip_class, instr->operands[0].… in label_instruction()
1272 ctx.info[instr->definitions[0].tempId()].set_constant(ctx.program->chip_class, 0u); in label_instruction()