/external/skia/src/pathops/ |
D | SkReduceOrder.cpp | 17 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/ |
D | SkReduceOrder.cpp | 17 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/keras/ |
D | losses.py | 63 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 141 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 192 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 222 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 252 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 282 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 326 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 382 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 434 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument 470 reduction=losses_utils.ReductionV2.SUM_OVER_BATCH_SIZE, argument [all …]
|
/external/tensorflow/tensorflow/python/ops/losses/ |
D | losses_impl.py | 147 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument 215 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument 269 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS, argument 323 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument 373 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument 451 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument 605 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument 658 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument 722 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument 844 reduction=Reduction.SUM_BY_NONZERO_WEIGHTS): argument
|
/external/tensorflow/tensorflow/contrib/gan/python/losses/python/ |
D | losses_impl.py | 83 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 125 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 185 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 253 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 316 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 413 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 478 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 528 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 574 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument 625 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS, argument [all …]
|
/external/v8/src/compiler/ |
D | machine-operator-reducer.cc | 64 Reduction const reduction = ReduceWord32And(node); in Word32And() local 88 Reduction const reduction = ReduceInt32Add(node); in Int32Add() local 95 Reduction const reduction = ReduceInt32Sub(node); in Int32Sub() local 231 Reduction reduction = ReduceWord32Shl(node); in Reduce() local 713 Reduction const reduction = ReduceInt32Sub(node); in ReduceInt32Add() local 722 Reduction const reduction = ReduceInt32Sub(node); in ReduceInt32Add() local 752 Reduction const reduction = ReduceInt32Add(node); in ReduceInt32Sub() local 770 Reduction const reduction = ReduceInt64Add(node); in ReduceInt64Sub() local 1059 Reduction reduction = ReduceWord32And(node); in ReduceWord32Shl() local 1121 Reduction const reduction = ReduceInt32Sub(node); in ReduceWord32Sar() local [all …]
|
D | dead-code-elimination.cc | 202 Reduction reduction = PropagateDeadControl(node); in ReduceNode() local 217 Reduction reduction = PropagateDeadControl(node); in ReducePhi() local 247 Reduction reduction = PropagateDeadControl(node); in ReduceUnreachableOrIfException() local 288 Reduction reduction = PropagateDeadControl(node); in ReduceDeoptimizeOrReturnOrTerminate() local 319 Reduction reduction = PropagateDeadControl(node); in ReduceBranchOrSwitch() local
|
D | escape-analysis.cc | 73 explicit ReduceScope(Node* node, Reduction* reduction) in ReduceScope() 78 Reduction* reduction() { return reduction_; } in reduction() function in v8::internal::compiler::ReduceScope 173 Node* node, Reduction* reduction) in Scope() 316 Reduction reduction; in ReduceFrom() local 361 Reduction* reduction) in Scope() 751 void EscapeAnalysis::Reduce(Node* node, Reduction* reduction) { in Reduce() 762 [this](Node* node, Reduction* reduction) { Reduce(node, reduction); }, in EscapeAnalysis()
|
D | graph-reducer.cc | 85 Reduction reduction = (*i)->Reduce(node); in Reduce() local 150 Reduction reduction = Reduce(node); in ReduceTop() local
|
D | value-numbering-reducer.cc | 100 Reduction reduction = ReplaceIfTypesMatch(node, entry); in Reduce() local
|
D | js-inlining-heuristic.cc | 211 Reduction const reduction = InlineCandidate(candidate, false); in Finalize() local 611 Reduction const reduction = inliner_.ReduceJSCall(node); in InlineCandidate() local 677 Reduction const reduction = inliner_.ReduceJSCall(node); in InlineCandidate() local
|
D | js-call-reducer.cc | 204 Reduction const reduction = Reduce(node); in Finalize() local 308 Reduction const reduction = ReduceJSCallWithArrayLike(node); in ReduceFunctionPrototypeApply() local 383 Reduction const reduction = ReduceJSCall(node); in ReduceFunctionPrototypeApply() local 533 Reduction const reduction = ReduceJSCall(node); in ReduceFunctionPrototypeCall() local 770 Reduction const reduction = ReduceJSCallWithArrayLike(node); in ReduceReflectApply() local 794 Reduction const reduction = ReduceJSConstructWithArrayLike(node); in ReduceReflectConstruct() local 3137 Reduction const reduction = ReduceJSCall(node); in ReduceCallOrConstructWithArrayLikeOrSpread() local 3192 Reduction const reduction = ReduceJSConstruct(node); in ReduceCallOrConstructWithArrayLikeOrSpread() local 3270 Reduction const reduction = ReduceJSCall(node); in ReduceJSCall() local 3318 Reduction const reduction = ReduceJSCall(node); in ReduceJSCall() local [all …]
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | losses_utils.py | 172 reduction=ReductionV2.SUM_OVER_BATCH_SIZE): argument 187 reduction=ReductionV2.SUM_OVER_BATCH_SIZE, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | nccl_ops.py | 210 def _apply_all_reduce(reduction, tensors): argument 239 def _apply_reduce(reduction, tensors): argument
|
/external/tensorflow/tensorflow/contrib/kernel_methods/python/ |
D | losses.py | 36 reduction=losses.Reduction.SUM_BY_NONZERO_WEIGHTS): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_reduce_op.cc | 57 ReduceDetails reduction; in SparseTensorReduceHelper() local 179 ReduceDetails reduction = SparseTensorReduceHelper( in Compute() local 269 ReduceDetails reduction = SparseTensorReduceHelper( in Compute() local
|
D | segment_reduction_ops_test.cc | 42 static void BM_SegmentReduction(int iters, const string& reduction, in BM_SegmentReduction()
|
D | nccl_ops.cc | 64 string reduction; in NcclReduceOpBase() local
|
/external/v8/tools/testrunner/outproc/ |
D | base.py | 20 def process(self, output, reduction=None): argument 27 def _create_result(self, has_unexpected_output, output, reduction): argument
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_optimizer.py | 36 reduction=losses.Reduction.MEAN, argument
|
/external/skqp/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 91 static bool check_quadratic(const Cubic& cubic, Quadratic& reduction) { in check_quadratic()
|
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 91 static bool check_quadratic(const Cubic& cubic, Quadratic& reduction) { in check_quadratic()
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_rewrite.cc | 32 string reduction; in ReplaceReduce() local
|
/external/skqp/src/core/ |
D | SkStroke.cpp | 643 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/skia/src/core/ |
D | SkStroke.cpp | 644 SkPoint* reduction) { in CheckConicLinear() 667 SkPoint* reduction) { in CheckQuadLinear() 689 SkPoint reduction; in conicTo() local 727 SkPoint reduction; in quadTo() local 1240 SkPoint reduction[3]; in cubicTo() local
|