Searched refs:t_op (Results 1 – 3 of 3) sorted by relevance
68 TransposeOperator* t_op = static_cast<TransposeOperator*>(op->get()); in Run() local69 if (CountOpsWithInput(*model, t_op->outputs[0]) != 1) { in Run()72 Operator* next = GetOpWithInput(*model, t_op->outputs[0]); in Run()82 if (TransformsToIdentity(t_op->perm, t_next->perm)) { in Run()86 ReplaceOpInputsWith(model, t_next->outputs[0], t_op->inputs[0]); in Run()88 DeleteOpAndArrays(model, t_op); in Run()
2800 struct t_op { struct2806 extern const struct t_op u_ops[]; argument2807 extern const struct t_op b_ops[];
185 const struct t_op u_ops[] = {214 const struct t_op b_ops[] = {2734 const struct t_op *tbl; in test_isop()