HomeSort by relevance Sort by last modified time
    Searched defs:num_segments (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
segment_reduction_ops.cc 42 // output = unsorted_segment_sum(data, indices, num_segments)
52 // by a single dimension with size num_segments.
59 int64 num_segments; variable
60 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntScalar(2, &num_segments));
79 buffer_shape.InsertDim(0, num_segments);
108 Name("UnsortedSegmentSum").CompileTimeConstantInput("num_segments"),
123 Name("UnsortedSegmentProd").CompileTimeConstantInput("num_segments"),
140 Name("UnsortedSegmentMin").CompileTimeConstantInput("num_segments"),
157 Name("UnsortedSegmentMax").CompileTimeConstantInput("num_segments"),
  /external/freetype/src/autofit/
afwarp.c 79 FT_Int num_segments )
119 for ( nn = 0; nn < num_segments; nn++ )
173 FT_Int nn, num_points, num_segments; local
200 num_segments = axis->num_segments;
208 if ( num_segments < 1 )
225 for ( nn = 1; nn < num_segments; nn++ )
348 segments, num_segments );
afhints.h 307 FT_Int num_segments; /* number of used segments */ member in struct:AF_AxisHintsRec_
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emission_utils.cc 224 int num_segments = CeilOfRatio(bit_width, 32); local
228 builder->getIntNTy(32 * num_segments)),
229 llvm::VectorType::get(builder->getInt32Ty(), num_segments));
230 for (int i = 0; i < num_segments; ++i) {
242 builder->CreateBitCast(x, builder->getIntNTy(32 * num_segments)),
  /external/tensorflow/tensorflow/core/kernels/
segment_reduction_ops.cc 372 void operator()(OpKernelContext* ctx, const Index num_segments,
389 OP_REQUIRES(ctx, FastBoundsCheck(j, num_segments),
392 " = ", j, " is out of range [0, ", num_segments, ")"));
440 const Tensor& num_segments) {
442 context, op_kernel->IsLegacyScalar(num_segments.shape()),
443 errors::InvalidArgument("num_segments should be a scalar, not shape ",
444 num_segments.shape().DebugString()));
456 const Tensor& num_segments) {
458 num_segments);
475 const Tensor& num_segments = context->input(2) variable
637 const Tensor& num_segments = context->input(3); variable
1045 const SegmentId num_segments = input.dim_size(0); variable
    [all...]
  /external/webp/src/enc/
quant_enc.c 245 const int num_segments = enc->segment_hdr_.num_segments_; local
246 for (i = 0; i < num_segments; ++i) {
367 const int num_segments = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) local
372 for (s1 = 1; s1 < num_segments; ++s1) { // find similar segments
391 if (num_final_segments < num_segments) { // Remap
396 for (i = num_final_segments; i < num_segments; ++i) {
405 const int num_segments = enc->segment_hdr_.num_segments_; local
411 for (i = 0; i < num_segments; ++i) {
425 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) {
452 if (num_segments > 1) SimplifySegments(enc)
    [all...]
  /external/stressapptest/src/
worker.cc 2814 int64 num_segments; local
    [all...]

Completed in 220 milliseconds