Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc490 std::string op_text = GetAnfNodeText(func_graph, inputs[0], *apply_map); in OutputCNodeText() local
498 ofs << " %" << apply_idx << " = " << fv_text << op_text << "("; in OutputCNodeText()
500 ofs << " %" << apply_idx << " : " << fv_text << type_info << " = " << op_text << "("; in OutputCNodeText()
503 ofs << " " << fv_text << op_text << "("; in OutputCNodeText()
/third_party/mksh/
Dsh.h2799 const char op_text[4]; member
2807 #define Tda (u_ops[0].op_text)
2808 #define Tdn (u_ops[12].op_text)
2809 #define Tdo (u_ops[14].op_text)
2810 #define Tdr (u_ops[16].op_text)
2811 #define Tdu (u_ops[20].op_text) /* "-u" */
2812 #define Tdx (u_ops[23].op_text)
Dfuncs.c2760 for (; tbl->op_text[0]; tbl++) in test_isop()
2761 if (sc1 == tbl->op_text[1] && !strcmp(s, tbl->op_text)) in test_isop()