Searched refs:end_in (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.cc | 639 int64 end_in = end; in Subshape() local 670 return errors::InvalidArgument("Subshape end out of bounds: ", end_in, in Subshape() 678 end, " (computed from start ", start_in, " and end ", end_in, in Subshape() 686 end_in, " over shape with rank ", rank, " and stride", stride, ")"); in Subshape()
|
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.h | 46 IndexRange(uint32_t start_in, uint32_t end_in) : start(start_in), end(end_in) {} in IndexRange()
|