Home
last modified time | relevance | path

Searched defs:reduction (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/src/pathops/
DSkReduceOrder.cpp24 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { in coincident_line()
29 static int reductionLineCount(const SkDQuad& reduction) { in reductionLineCount()
33 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line()
39 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line()
46 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) { in check_linear()
110 static int coincident_line(const SkDCubic& cubic, SkDCubic& reduction) { in coincident_line()
115 static int reductionLineCount(const SkDCubic& reduction) { in reductionLineCount()
119 static int vertical_line(const SkDCubic& cubic, SkDCubic& reduction) { in vertical_line()
125 static int horizontal_line(const SkDCubic& cubic, SkDCubic& reduction) { in horizontal_line()
132 static int check_quadratic(const SkDCubic& cubic, SkDCubic& reduction) { in check_quadratic()
[all …]
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py140 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
179 def compute_loss(losses, weights, loss_collection, reduction): argument
220 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
275 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS, argument
330 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
381 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
458 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
625 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
775 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
841 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
[all …]
/external/tensorflow/tensorflow/python/keras/
Dlosses.py87 def __init__(self, reduction=losses_utils.ReductionV2.AUTO, name=None): argument
221 reduction=losses_utils.ReductionV2.AUTO, argument
308 reduction=losses_utils.ReductionV2.AUTO, argument
366 reduction=losses_utils.ReductionV2.AUTO, argument
425 reduction=losses_utils.ReductionV2.AUTO, argument
486 reduction=losses_utils.ReductionV2.AUTO, argument
575 reduction=losses_utils.ReductionV2.AUTO, argument
659 reduction=losses_utils.ReductionV2.AUTO, argument
743 reduction=losses_utils.ReductionV2.AUTO, argument
810 def __init__(self, reduction=losses_utils.ReductionV2.AUTO, name='hinge'): argument
[all …]
/external/tensorflow/tensorflow/python/ops/
Dnccl_ops.py208 def _apply_all_reduce(reduction, tensors): argument
237 def _apply_reduce(reduction, tensors): argument
Dcollective_ops.py468 reduction='Add', argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner_test.cc67 HloComputation* reduction = reductions[i]; in MakeCrossReplicaReductions() local
92 HloComputation* reduction = in MakeReduction() local
214 HloComputation* reduction = MakeReduction(HloOpcode::kAdd, module.get()); in TEST_F() local
241 HloComputation* reduction = MakeReduction(HloOpcode::kAdd, module.get()); in TEST_F() local
Dall_gather_decomposer.cc51 HloComputation* reduction = module->AddEmbeddedComputation(sum_b.Build()); in MakeBinaryAdd() local
Dall_reduce_combiner.cc57 HloComputation* reduction = to_combine[0]->to_apply(); in CombineAllReduces() local
Dreduce_scatter_combiner.cc59 HloComputation* reduction = to_combine[0]->to_apply(); in CombineReduceScatters() local
Dbfloat16_normalization_test.cc247 HloComputation* reduction = in TEST_F() local
Dhlo_module_test.cc411 HloComputation* reduction = root->to_apply(); in TEST_F() local
/external/tensorflow/tensorflow/python/keras/utils/
Dlosses_utils.py265 reduction=ReductionV2.SUM_OVER_BATCH_SIZE): argument
279 reduction=ReductionV2.SUM_OVER_BATCH_SIZE, argument
/external/tensorflow/tensorflow/core/kernels/
Dsparse_reduce_op.cc59 ReduceDetails reduction; in SparseTensorReduceHelper() local
184 ReduceDetails reduction = SparseTensorReduceHelper( in Compute() local
290 ReduceDetails reduction = SparseTensorReduceHelper( in Compute() local
Dsegment_reduction_ops_test.cc42 const string& reduction, int num_rows, in BM_UnsortedSegmentReduction()
111 const string& reduction, Index num_rows, in BM_SegmentReduction()
Dnccl_ops.cc68 string reduction; in NcclReduceOpBase() local
/external/armnn/src/armnnTfLiteParser/test/
DL2Normalization.cpp69 const float reduction = std::accumulate(elements.begin(), elements.end(), 0.0f, in CalcL2Norm() local
/external/ComputeLibrary/tests/validation/NEON/
DReductionOperation.cpp125 NEReductionOperation reduction; variable
/external/tensorflow/tensorflow/python/tpu/
Dtpu_optimizer.py34 reduction=losses.Reduction.MEAN, argument
/external/armnn/src/backends/reference/workloads/
DRefL2NormalizationWorkload.cpp85 float reduction = 0.0; in Execute() local
/external/tensorflow/tensorflow/core/nccl/
Dnccl_rewrite.cc32 string reduction; in ReplaceReduce() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_shape_ops_to_standard.cc135 auto reduction = rewriter.create<shape::ReduceOp>( in matchAndRewrite() local
/external/skia/src/core/
DSkStroke.cpp677 SkPoint* reduction) { in CheckConicLinear()
700 SkPoint* reduction) { in CheckQuadLinear()
722 SkPoint reduction; in conicTo() local
760 SkPoint reduction; in quadTo() local
1280 SkPoint reduction[3]; in cubicTo() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
Dtf_jitrt_tile_reduction.cc69 auto reduction = mlir::dyn_cast<GenericOp>(op); in isCanonicalizedReduction() local
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py210 def reducer(self, reduction): argument
/external/armnn/src/backends/backendsCommon/test/layerTests/
DL2NormalizationTestImpl.cpp104 const float reduction = std::accumulate(elements.begin(), elements.end(), 0.0f, in CalcInvL2Norm() local

12