Searched refs:start_in (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dsequence_ops.cc36 const Tensor& start_in = context->input(0); variable
39 OP_REQUIRES(context, IsLegacyScalar(start_in.shape()),
41 start_in.shape().DebugString()));
48 const T start = start_in.scalar<T>()();
125 const Tensor& start_in = context->input(0); variable
128 OP_REQUIRES(context, TensorShapeUtils::IsScalar(start_in.shape()),
130 start_in.shape().DebugString()));
137 const T start = start_in.scalar<T>()();
/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.h47 IndexRange(uint32_t start_in, uint32_t end_in) : start(start_in), end(end_in) {} argument
/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc592 Status InferenceContext::Subshape(ShapeHandle s, int64 start_in, int64 end_in, argument
594 int64 start = start_in;
612 return errors::InvalidArgument("Subshape start out of bounds: ", start_in,
629 end, " (computed from start ", start_in, " and end ", end_in,

Completed in 1022 milliseconds