Home
last modified time | relevance | path

Searched refs:num_in (Results 1 – 5 of 5) 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.cc217 const int num_in = context->num_inputs(); in MergeOp() local
218 OP_REQUIRES_OK(context, context->MatchSignature(DataTypeVector(num_in, dt), in MergeOp()
/external/harfbuzz_ng/src/
Dhb-buffer.cc159 hb_buffer_t::make_room_for (unsigned int num_in, in make_room_for() argument
165 out_len + num_out > idx + num_in) in make_room_for()
357 hb_buffer_t::replace_glyphs (unsigned int num_in, in replace_glyphs() argument
361 if (unlikely (!make_room_for (num_in, num_out))) return; in replace_glyphs()
363 assert (idx + num_in <= len); in replace_glyphs()
365 merge_clusters (idx, idx + num_in); in replace_glyphs()
376 idx += num_in; in replace_glyphs()
Dhb-buffer.hh211 HB_INTERNAL void replace_glyphs (unsigned int num_in,
340 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
/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()