Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_write_ast.c162 char *operand_str = NULL; in __cil_unfill_expr_helper() local
165 operand_str = CIL_KEY_CONS_U1; in __cil_unfill_expr_helper()
168 operand_str = CIL_KEY_CONS_U2; in __cil_unfill_expr_helper()
171 operand_str = CIL_KEY_CONS_U3; in __cil_unfill_expr_helper()
174 operand_str = CIL_KEY_CONS_T1; in __cil_unfill_expr_helper()
177 operand_str = CIL_KEY_CONS_T2; in __cil_unfill_expr_helper()
180 operand_str = CIL_KEY_CONS_T3; in __cil_unfill_expr_helper()
183 operand_str = CIL_KEY_CONS_R1; in __cil_unfill_expr_helper()
186 operand_str = CIL_KEY_CONS_R2; in __cil_unfill_expr_helper()
189 operand_str = CIL_KEY_CONS_R3; in __cil_unfill_expr_helper()
[all …]
Dcil_tree.c438 char *operand_str = NULL; in cil_expr_to_string() local
441 operand_str = CIL_KEY_CONS_U1; in cil_expr_to_string()
444 operand_str = CIL_KEY_CONS_U2; in cil_expr_to_string()
447 operand_str = CIL_KEY_CONS_U3; in cil_expr_to_string()
450 operand_str = CIL_KEY_CONS_T1; in cil_expr_to_string()
453 operand_str = CIL_KEY_CONS_T2; in cil_expr_to_string()
456 operand_str = CIL_KEY_CONS_T3; in cil_expr_to_string()
459 operand_str = CIL_KEY_CONS_R1; in cil_expr_to_string()
462 operand_str = CIL_KEY_CONS_R2; in cil_expr_to_string()
465 operand_str = CIL_KEY_CONS_R3; in cil_expr_to_string()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc867 optional<string> operand_str; in GetInstructionNodeInlinedOperands() local
870 operand_str = in GetInstructionNodeInlinedOperands()
873 operand_str = stringify_constant( in GetInstructionNodeInlinedOperands()
884 operand_str = stringify_constant(constant, constant->shape()); in GetInstructionNodeInlinedOperands()
886 operand_str = StrFormat("Parameter %d", operand->parameter_number()); in GetInstructionNodeInlinedOperands()
889 operand_str = operand->name(); in GetInstructionNodeInlinedOperands()
893 if (operand_str) { in GetInstructionNodeInlinedOperands()
895 lines.push_back(StrFormat("<b>operand %d</b> = %s", i, *operand_str)); in GetInstructionNodeInlinedOperands()
897 lines.push_back(StrFormat("<b>operand</b> = %s", *operand_str)); in GetInstructionNodeInlinedOperands()