Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1808 std::set<int64>* true_indices) { in ReductionShapeHelper() argument
1823 true_indices->insert(wrapped_index); in ReductionShapeHelper()
1858 std::set<int64> true_indices; in ReductionShape() local
1861 input_rank, &true_indices)); in ReductionShape()
1864 input_rank, &true_indices)); in ReductionShape()
1872 if (true_indices.count(i) > 0) { in ReductionShape()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc574 std::set<int32> true_indices; in ProcessTensorFlowReductionOperator() local
587 true_indices.insert(wrapped_index); in ProcessTensorFlowReductionOperator()
593 if (true_indices.count(i) > 0) { in ProcessTensorFlowReductionOperator()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py4244 false_indices, true_indices = data_flow_ops.dynamic_partition(
4252 else_indices, then_indices = false_indices, true_indices
4258 then_outputs = _outputs_for_branch(then_branch.name, true_indices,