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.cc129 const Tensor& num_in = context->input(2); in Compute() local
136 OP_REQUIRES(context, TensorShapeUtils::IsScalar(num_in.shape()), in Compute()
138 num_in.shape().DebugString())); in Compute()
141 const Tnum num = num_in.scalar<Tnum>()(); in Compute()
Dcontrol_flow_ops.cc203 const int num_in = context->num_inputs(); in MergeOp() local
204 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.hh213 HB_INTERNAL void replace_glyphs (unsigned int num_in,
342 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
/external/libpng/
Dpngtest.c1731 size_t num_in, num_out; in test_one_file() local
1734 num_in = fread(inbuf, 1, sizeof inbuf, fpin); in test_one_file()
1737 if (num_in != num_out) in test_one_file()
1766 if (num_in == 0) in test_one_file()
1769 if (memcmp(inbuf, outbuf, num_in)) in test_one_file()
/external/llvm-project/openmp/runtime/src/
Dkmp_gsupport.cpp31 size_t num_out, num_mutexinout, num_in; member in kmp_gomp_depends_info_t
47 num_in = ndeps - num_out; in kmp_gomp_depends_info_t()
55 num_in = (kmp_intptr_t)depend[4]; in kmp_gomp_depends_info_t()
56 num_doable = num_out + num_mutexinout + num_in; in kmp_gomp_depends_info_t()