Home
last modified time | relevance | path

Searched refs:num_in (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsequence_ops.cc127 const Tensor& num_in = context->input(2); in Compute() local
134 OP_REQUIRES(context, TensorShapeUtils::IsScalar(num_in.shape()), in Compute()
136 num_in.shape().DebugString())); in Compute()
139 const Tnum num = num_in.scalar<Tnum>()(); in Compute()
Dcontrol_flow_ops.cc210 const int num_in = context->num_inputs(); in MergeOp() local
211 OP_REQUIRES_OK(context, context->MatchSignature(DataTypeVector(num_in, dt), in MergeOp()
/external/harfbuzz_ng/src/
Dhb-buffer.cc158 hb_buffer_t::make_room_for (unsigned int num_in, in make_room_for() argument
164 out_len + num_out > idx + num_in) in make_room_for()
351 hb_buffer_t::replace_glyphs (unsigned int num_in, in replace_glyphs() argument
355 if (unlikely (!make_room_for (num_in, num_out))) return; in replace_glyphs()
357 merge_clusters (idx, idx + num_in); in replace_glyphs()
368 idx += num_in; in replace_glyphs()
Dhb-buffer-private.hh210 HB_INTERNAL void replace_glyphs (unsigned int num_in,
285 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
/external/syslinux/com32/lib/libpng/
Dpngtest.c1388 png_size_t num_in, num_out; in test_one_file() local
1390 READFILE(fpin, inbuf, 1, num_in); in test_one_file()
1393 if (num_in != num_out) in test_one_file()
1414 if (!num_in) in test_one_file()
1417 if (png_memcmp(inbuf, outbuf, num_in)) in test_one_file()
/external/libpng/
Dpngtest.c1729 png_size_t num_in, num_out; in test_one_file() local
1732 num_in = fread(inbuf, 1, sizeof inbuf, fpin); in test_one_file()
1735 if (num_in != num_out) in test_one_file()
1764 if (num_in == 0) in test_one_file()
1767 if (memcmp(inbuf, outbuf, num_in)) in test_one_file()