Home
last modified time | relevance | path

Searched refs:end_in (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc639 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/
Ddescriptor_sets.h46 IndexRange(uint32_t start_in, uint32_t end_in) : start(start_in), end(end_in) {} in IndexRange()