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

  /external/tensorflow/tensorflow/core/kernels/
sequence_ops.cc 127 const Tensor& num_in = context->input(2); variable
134 OP_REQUIRES(context, TensorShapeUtils::IsScalar(num_in.shape()),
136 num_in.shape().DebugString()));
139 const Tnum num = num_in.scalar<Tnum>()();
control_flow_ops.cc 217 const int num_in = context->num_inputs(); local
218 OP_REQUIRES_OK(context, context->MatchSignature(DataTypeVector(num_in, dt),
  /external/libpng/
pngtest.c 1729 png_size_t num_in, num_out; local
    [all...]

Completed in 1860 milliseconds