Home
last modified time | relevance | path

Searched defs:num_segments (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dsegment_reduction_ops_test.py35 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/
Dragged_math_ops.py162 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
Dsegment_id_ops.py80 def segment_ids_to_row_splits(segment_ids, num_segments=None, argument
Dragged_segment_op_test.py55 def expected_value(self, data, segment_ids, num_segments, combiner): argument
/external/tensorflow/tensorflow/core/kernels/
Dunsorted_segment_join_op.cc62 const int64 num_segments) { in GetOutputShape()
93 auto num_segments = num_segments_tensor.scalar<NUM_SEGMENTS_TYPE>()(); in Compute() local
Dsegment_reduction_ops_impl_1.cc47 const Tensor& num_segments) { in UnsortedSegmentReductionValidation()
63 const Tensor& num_segments) { in UnsortedSegmentReductionDoValidation()
/external/freetype/src/autofit/
Dafwarp.c79 FT_Int num_segments ) in af_warper_compute_line_best()
173 FT_Int nn, num_points, num_segments; in af_warper_compute() local
Dafhints.h313 FT_Int num_segments; /* number of used segments */ member
Dafhints.c502 FT_Int* num_segments ) in af_glyph_hints_get_num_segments()
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dsegment_reduction_ops.cc50 int64 num_segments; in Compile() local
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py4176 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/
Dunsorted_segment_join_op_test.py191 num_segments, separator, argument
Dsegment_reduction_ops_test.py52 def _segmentReduce(self, indices, x, op1, op2=None, num_segments=None, argument
518 num_segments=None): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsegment_reduction_ops.cc59 int64 num_segments; in Compile() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp258 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/
Dquant_enc.c245 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/
Dimgui_draw.cpp953 …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/
Dabg-elf-helpers.cc1057 size_t num_segments = elf_header.e_phnum; in get_binary_load_address() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc526 int num_segments = CeilOfRatio(bit_width, 32); in EmitFullWarpShuffleDown() local
/external/llvm-project/lldb/tools/debugserver/source/
DDNBDefs.h314 num_segments; // Number of contiguous memory segments to in SEGMENTS array member
/external/stressapptest/src/
Dworker.cc2818 int64 num_segments; in DoWork() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2743 int64_t num_segments = (*num_segments_attr.begin()).getSExtValue(); in VerifyUnsortedSegmentReduction() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc2383 Tensor num_segments(DT_INT32, TensorShape({})); in TEST_F() local