Home
last modified time | relevance | path

Searched refs:last_op (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/lib/
Dslre.c323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local
327 branch_start = last_op = r->code_size; in compile()
343 last_op = r->code_size; in compile()
347 last_op = r->code_size; in compile()
351 last_op = r->code_size; in compile()
359 last_op = r->code_size; in compile()
390 quantifier(r, last_op, op); in compile()
393 quantifier(r, last_op, QUEST); in compile()
405 last_op = r->code_size; in compile()
/external/u-boot/cmd/
Dmii.c245 static char last_op[2]; variable
290 op[0] = last_op[0]; in do_mii()
291 op[1] = last_op[1]; in do_mii()
443 last_op[0] = op[0]; in do_mii()
444 last_op[1] = op[1]; in do_mii()
Dmdio.c16 static char last_op[2]; variable
212 op[0] = last_op[0]; in do_mdio()
280 last_op[0] = op[0]; in do_mdio()
/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc44 std::size_t last_op = 0; member
52 return !lifespan.persistent && lifespan.last_op == op_index; in EndsAt()
64 lifespan.last_op = std::max(lifespan.last_op, op_index); in UpdateArrayLifespan()
69 lifespan.last_op = op_index; in UpdateArrayLifespan()
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py258 last_op = self._gradient_colocation_stack.pop()
259 if op is last_op:
266 last_op + ", got " + op.name)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2941 NodeDef* last_op = GetTailOfChain( in TrySimplify() local
2960 composition_node->add_input(last_op->input(0)); in TrySimplify()
2968 ctx().node_map->AddOutput(NodeName(last_op->input(0)), in TrySimplify()