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

  /external/tensorflow/tensorflow/contrib/compiler/
xla.py 159 ctxt = ctxt._outer_context
238 context = context._outer_context
241 if self._outer_context:
242 self._outer_context.AddInnerOp(op)
253 if self._outer_context:
254 result = self._outer_context.AddValue(val)
263 if self._outer_context:
264 self._outer_context.AddInnerOp(op)
  /external/tensorflow/tensorflow/python/tpu/
tpu.py 345 ctxt = ctxt._outer_context
425 context = context._outer_context
428 if self._outer_context:
429 self._outer_context.AddInnerOp(op)
440 if self._outer_context:
441 result = self._outer_context.AddValue(val)
450 if self._outer_context:
451 self._outer_context.AddInnerOp(op)
    [all...]
  /external/tensorflow/tensorflow/python/ops/
control_flow_ops.py     [all...]
control_flow_util.py 310 input_while_ctxt._outer_context): # pylint: disable=protected-access

Completed in 80 milliseconds