Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dremove_successive_transpose.cc68 TransposeOperator* t_op = static_cast<TransposeOperator*>(op->get()); in Run() local
69 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()
/external/mksh/src/
Dsh.h2800 struct t_op { struct
2806 extern const struct t_op u_ops[]; argument
2807 extern const struct t_op b_ops[];
Dfuncs.c185 const struct t_op u_ops[] = {
214 const struct t_op b_ops[] = {
2734 const struct t_op *tbl; in test_isop()