HomeSort by relevance Sort by last modified time
    Searched refs:operand_str (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsepol/cil/src/
cil_write_ast.c 162 char *operand_str = NULL; local
165 operand_str = CIL_KEY_CONS_U1;
168 operand_str = CIL_KEY_CONS_U2;
171 operand_str = CIL_KEY_CONS_U3;
174 operand_str = CIL_KEY_CONS_T1;
177 operand_str = CIL_KEY_CONS_T2;
180 operand_str = CIL_KEY_CONS_T3;
183 operand_str = CIL_KEY_CONS_R1;
186 operand_str = CIL_KEY_CONS_R2;
189 operand_str = CIL_KEY_CONS_R3
    [all...]
cil_tree.c 438 char *operand_str = NULL; local
441 operand_str = CIL_KEY_CONS_U1;
444 operand_str = CIL_KEY_CONS_U2;
447 operand_str = CIL_KEY_CONS_U3;
450 operand_str = CIL_KEY_CONS_T1;
453 operand_str = CIL_KEY_CONS_T2;
456 operand_str = CIL_KEY_CONS_T3;
459 operand_str = CIL_KEY_CONS_R1;
462 operand_str = CIL_KEY_CONS_R2;
465 operand_str = CIL_KEY_CONS_R3
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 823 optional<string> operand_str;
825 operand_str = stringify_constant(operand);
831 operand_str = Printf("Parameter %lld", operand->parameter_number());
833 operand_str = operand->name();
837 if (operand_str) {
839 lines.push_back(Printf("<b>operand %lld</b> = %s", i, *operand_str));
841 lines.push_back(Printf("<b>operand</b> = %s", *operand_str));
    [all...]

Completed in 97 milliseconds