Home
last modified time | relevance | path

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

12

/external/skia/src/pathops/
DSkReduceOrder.cpp17 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { in coincident_line()
22 static int reductionLineCount(const SkDQuad& reduction) { in reductionLineCount()
26 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line()
32 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line()
39 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) { in check_linear()
103 static int coincident_line(const SkDCubic& cubic, SkDCubic& reduction) { in coincident_line()
108 static int reductionLineCount(const SkDCubic& reduction) { in reductionLineCount()
112 static int vertical_line(const SkDCubic& cubic, SkDCubic& reduction) { in vertical_line()
118 static int horizontal_line(const SkDCubic& cubic, SkDCubic& reduction) { in horizontal_line()
125 static int check_quadratic(const SkDCubic& cubic, SkDCubic& reduction) { in check_quadratic()
[all …]
/external/skqp/src/pathops/
DSkReduceOrder.cpp17 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { in coincident_line()
22 static int reductionLineCount(const SkDQuad& reduction) { in reductionLineCount()
26 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line()
32 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line()
39 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) { in check_linear()
103 static int coincident_line(const SkDCubic& cubic, SkDCubic& reduction) { in coincident_line()
108 static int reductionLineCount(const SkDCubic& reduction) { in reductionLineCount()
112 static int vertical_line(const SkDCubic& cubic, SkDCubic& reduction) { in vertical_line()
118 static int horizontal_line(const SkDCubic& cubic, SkDCubic& reduction) { in horizontal_line()
125 static int check_quadratic(const SkDCubic& cubic, SkDCubic& reduction) { in check_quadratic()
[all …]
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py143 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
213 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
268 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS, argument
323 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
374 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
451 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
607 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
661 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
727 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
850 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
/external/tensorflow/tensorflow/python/keras/
Dlosses.py90 def __init__(self, reduction=losses_utils.ReductionV2.AUTO, name=None): argument
224 reduction=losses_utils.ReductionV2.AUTO, argument
311 reduction=losses_utils.ReductionV2.AUTO, argument
370 reduction=losses_utils.ReductionV2.AUTO, argument
430 reduction=losses_utils.ReductionV2.AUTO, argument
491 reduction=losses_utils.ReductionV2.AUTO, argument
579 reduction=losses_utils.ReductionV2.AUTO, argument
660 reduction=losses_utils.ReductionV2.AUTO, argument
741 reduction=losses_utils.ReductionV2.AUTO, argument
809 def __init__(self, reduction=losses_utils.ReductionV2.AUTO, name='hinge'): argument
[all …]
Dmetrics_correctness_test.py643 def test_fit(self, reduction): argument
657 def test_eval(self, reduction): argument
668 def test_train_on_batch(self, reduction): argument
682 def test_test_on_batch(self, reduction): argument
695 def test_fit_generator(self, reduction): argument
706 def test_eval_generator(self, reduction): argument
/external/tensorflow/tensorflow/python/ops/
Dnccl_ops.py210 def _apply_all_reduce(reduction, tensors): argument
239 def _apply_reduce(reduction, tensors): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner_test.cc69 HloComputation* reduction = reductions[i]; in MakeCrossReplicaReductions() local
94 HloComputation* reduction = in MakeReduction() local
216 HloComputation* reduction = MakeReduction(HloOpcode::kAdd, module.get()); in TEST_F() local
243 HloComputation* reduction = MakeReduction(HloOpcode::kAdd, module.get()); in TEST_F() local
Dall_gather_decomposer.cc49 HloComputation* reduction = module->AddEmbeddedComputation(sum_b.Build()); in MakeBinaryAdd() local
Dall_reduce_combiner.cc56 HloComputation* reduction = to_combine[0]->to_apply(); in CombineAllReduces() local
Dhlo_module_test.cc285 HloComputation* reduction = root->to_apply(); in TEST_F() local
Dbfloat16_normalization_test.cc247 HloComputation* reduction = in TEST_F() local
/external/tensorflow/tensorflow/python/keras/utils/
Dlosses_utils.py257 reduction=ReductionV2.SUM_OVER_BATCH_SIZE): argument
270 reduction=ReductionV2.SUM_OVER_BATCH_SIZE, argument
/external/tensorflow/tensorflow/core/kernels/
Dsparse_reduce_op.cc57 ReduceDetails reduction; in SparseTensorReduceHelper() local
179 ReduceDetails reduction = SparseTensorReduceHelper( in Compute() local
269 ReduceDetails reduction = SparseTensorReduceHelper( in Compute() local
Dsegment_reduction_ops_test.cc43 const string& reduction, Index num_rows, in BM_SegmentReduction()
Dnccl_ops.cc68 string reduction; in NcclReduceOpBase() local
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dreduction.py72 def __init__(self, reduction, axis=-2, **kwargs): argument
/external/tensorflow/tensorflow/python/keras/saving/
Dlosses_serialization_test.py48 reduction=losses_utils.ReductionV2.AUTO, argument
/external/tensorflow/tensorflow/python/tpu/
Dtpu_optimizer.py38 reduction=losses.Reduction.MEAN, argument
/external/skqp/src/utils/win/
DSkDWriteGeometrySink.cpp91 static bool check_quadratic(const Cubic& cubic, Quadratic& reduction) { in check_quadratic()
/external/tensorflow/tensorflow/python/keras/applications/
Ddensenet.py73 def transition_block(x, reduction, name): argument
/external/skqp/src/core/
DSkStroke.cpp643 SkPoint* reduction) { in CheckConicLinear()
666 SkPoint* reduction) { in CheckQuadLinear()
688 SkPoint reduction; in conicTo() local
726 SkPoint reduction; in quadTo() local
1244 SkPoint reduction[3]; in cubicTo() local
/external/tensorflow/tensorflow/core/nccl/
Dnccl_rewrite.cc32 string reduction; in ReplaceReduce() 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/python/cpython3/Lib/multiprocessing/
Dcontext.py210 def reducer(self, reduction): argument
/external/llvm-project/openmp/runtime/src/
Dkmp_itt.inl329 kmp_uint64 reduction) {

12