/external/tensorflow/tensorflow/compiler/tests/ |
D | segment_reduction_ops_test.py | 35 def _segmentReduction(self, op, data, indices, num_segments): argument 44 def _unsortedSegmentSum(self, data, indices, num_segments): argument 48 def _unsortedSegmentProd(self, data, indices, num_segments): argument 52 def _unsortedSegmentMin(self, data, indices, num_segments): argument 56 def _unsortedSegmentMax(self, data, indices, num_segments): argument
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_math_ops.py | 162 num_segments, argument 264 def segment_sum(data, segment_ids, num_segments, name=None): argument 274 def segment_prod(data, segment_ids, num_segments, name=None): argument 284 def segment_min(data, segment_ids, num_segments, name=None): argument 294 def segment_max(data, segment_ids, num_segments, name=None): argument 304 def segment_mean(data, segment_ids, num_segments, name=None): argument 320 def segment_sqrt_n(data, segment_ids, num_segments, name=None): argument
|
D | segment_id_ops.py | 80 def segment_ids_to_row_splits(segment_ids, num_segments=None, argument
|
D | ragged_segment_op_test.py | 55 def expected_value(self, data, segment_ids, num_segments, combiner): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unsorted_segment_join_op.cc | 62 const int64 num_segments) { in GetOutputShape() 93 auto num_segments = num_segments_tensor.scalar<NUM_SEGMENTS_TYPE>()(); in Compute() local
|
D | segment_reduction_ops_impl_1.cc | 47 const Tensor& num_segments) { in UnsortedSegmentReductionValidation() 63 const Tensor& num_segments) { in UnsortedSegmentReductionDoValidation()
|
/external/freetype/src/autofit/ |
D | afwarp.c | 79 FT_Int num_segments ) in af_warper_compute_line_best() 173 FT_Int nn, num_points, num_segments; in af_warper_compute() local
|
D | afhints.h | 313 FT_Int num_segments; /* number of used segments */ member
|
D | afhints.c | 502 FT_Int* num_segments ) in af_glyph_hints_get_num_segments()
|
/external/tensorflow/tensorflow/core/tpu/kernels/xla/ |
D | segment_reduction_ops.cc | 50 int64 num_segments; in Compile() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 4176 def _unsorted_segment_N(data, segment_ids, num_segments): argument 4204 def unsorted_segment_mean(data, segment_ids, num_segments, name=None): argument 4250 def unsorted_segment_sqrt_n(data, segment_ids, num_segments, name=None): argument 4299 num_segments=None): argument 4374 num_segments=None, argument 4444 num_segments=None): argument 4489 num_segments=None, argument 4529 num_segments=None): argument 4565 num_segments=None, argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | unsorted_segment_join_op_test.py | 191 num_segments, separator, argument
|
D | segment_reduction_ops_test.py | 52 def _segmentReduce(self, indices, x, op1, op2=None, num_segments=None, argument 518 num_segments=None): argument
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | segment_reduction_ops.cc | 59 int64 num_segments; in Compile() local
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.cpp | 258 const size_t num_segments = info.segments.size(); in UpdateImageLoadAddress() local 332 const size_t num_segments = info.segments.size(); in UnloadModuleSections() local 800 const size_t num_segments = segments.size(); in FindSegment() local
|
/external/webp/src/enc/ |
D | quant_enc.c | 245 const int num_segments = enc->segment_hdr_.num_segments_; in SetupMatrices() local 367 const int num_segments = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) in SimplifySegments() local 405 const int num_segments = enc->segment_hdr_.num_segments_; in VP8SetSegmentParams() local
|
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 953 …DrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) in PathArcTo() 997 …DrawList::PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) in PathBezierCurveTo() 1144 void ImDrawList::AddCircle(const ImVec2& centre, float radius, ImU32 col, int num_segments, float t… in AddCircle() 1155 void ImDrawList::AddCircleFilled(const ImVec2& centre, float radius, ImU32 col, int num_segments) in AddCircleFilled() 1166 …t ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) in AddBezierCurve()
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 1057 size_t num_segments = elf_header.e_phnum; in get_binary_load_address() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 526 int num_segments = CeilOfRatio(bit_width, 32); in EmitFullWarpShuffleDown() local
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBDefs.h | 314 num_segments; // Number of contiguous memory segments to in SEGMENTS array member
|
/external/stressapptest/src/ |
D | worker.cc | 2818 int64 num_segments; in DoWork() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_n_z.cc | 2743 int64_t num_segments = (*num_segments_attr.begin()).getSExtValue(); in VerifyUnsortedSegmentReduction() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties_test.cc | 2383 Tensor num_segments(DT_INT32, TensorShape({})); in TEST_F() local
|