Home
last modified time | relevance | path

Searched refs:_lazy_read (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py300 …return ref._lazy_read(gen_resource_variable_ops.resource_scatter_update( # pylint: disable=protec…
362 …return ref._lazy_read(gen_state_ops.resource_scatter_nd_update( # pylint: disable=protected-access
414 …return ref._lazy_read(gen_resource_variable_ops.resource_scatter_add( # pylint: disable=protected…
477 return ref._lazy_read(gen_state_ops.resource_scatter_nd_add( # pylint: disable=protected-access
531 …return ref._lazy_read(gen_resource_variable_ops.resource_scatter_sub( # pylint: disable=protected…
595 return ref._lazy_read(gen_state_ops.resource_scatter_nd_sub( # pylint: disable=protected-access
Dresource_variable_ops.py998 return self._lazy_read(assign_sub_op)
1022 return self._lazy_read(assign_add_op)
1025 def _lazy_read(self, op): member in ResourceVariable
1058 return self._lazy_read(assign_op)
1089 return self._lazy_read(gen_resource_variable_ops.resource_scatter_sub(
1110 return self._lazy_read(gen_resource_variable_ops.resource_scatter_add(
1131 return self._lazy_read(gen_resource_variable_ops.resource_scatter_update(
1180 return self._lazy_read(state_ops.batch_scatter_update(
1233 return self._lazy_read(gen_state_ops.resource_scatter_nd_sub(
1286 return self._lazy_read(gen_state_ops.resource_scatter_nd_add(
[all …]