Home
last modified time | relevance | path

Searched refs:has_literal (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_print_asm.cpp125 bool has_literal = chip >= GFX10 && in disasm_instr() local
127 size = 2 + has_literal; in disasm_instr()
Daco_validate.cpp342 bool has_literal = false; in validate_ir() local
351 has_literal |= op.isLiteral(); in validate_ir()
Daco_optimizer.cpp2458 bool has_literal = false; in apply_sgprs() local
2461 has_literal = true; in apply_sgprs()
2475 if (has_literal) in apply_sgprs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc60 if (!response.has_literal()) { in Transfer()
141 if (!response.has_literal()) { in TransferFromOutfeed()
204 if (!response.has_literal()) { in ComputeConstant()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc324 if (proto.has_literal()) { in CreateFromProto()
341 TF_RET_CHECK(proto.has_literal()); in CreateFromProto()
583 if (proto.has_literal()) { in CreateFromProto()