Home | History | Annotate | Download | only in batch

Lines Matching refs:is_active

200                    is_active, scheduled_reads):
214 is_active: A boolean tensor that says if this handler is active or not.
226 is_active, are_buckets_ready, self._dense_float_column, buckets,
340 is_active, scheduled_reads):
354 is_active: A boolean tensor that says if this handler is active or not.
366 is_active, are_buckets_ready, self._sparse_float_column.indices,
423 def dense_make_stats_update(is_active, are_buckets_ready, float_column,
430 is_active[1], # For the next layer, this handler is inactive.
449 math_ops.logical_and(are_buckets_ready, is_active[0]),
459 is_active, are_buckets_ready, sparse_column_indices, sparse_column_values,
521 control_flow_ops.cond(is_active[1], lambda: handler_active,