Searched refs:EndDistance (Results 1 – 3 of 3) sorted by relevance
56 int64 EndDistance() const { return end_ - current_; } in EndDistance() function62 if (EndDistance() > 0) *current_ = std::move(value); in push_back()70 DCHECK_GT(EndDistance(), 0); in construct_at_end()165 if (bytes_list->EndDistance() <= 0) { in construct_at_end()
199 if (slice.EndDistance() != 0) { in FastParseSerializedExample()200 return shape_error(num_elements - slice.EndDistance(), "int64"); in FastParseSerializedExample()208 if (slice.EndDistance() != 0) { in FastParseSerializedExample()209 return shape_error(num_elements - slice.EndDistance(), "float"); in FastParseSerializedExample()218 if (slice.EndDistance() != 0) { in FastParseSerializedExample()219 return shape_error(num_elements - slice.EndDistance(), "bytes"); in FastParseSerializedExample()
56 int64 EndDistance() const { return end_ - current_; } in EndDistance() function in tensorflow::example::__anonf28cf4740111::LimitedArraySlice62 if (EndDistance() > 0) *current_ = std::move(value); in push_back()70 DCHECK_GT(EndDistance(), 0); in construct_at_end()171 if (bytes_list->EndDistance() <= 0) { in construct_at_end()686 if (slice.EndDistance() != 0) { in FastParseSerializedExample()687 return shape_error(num_elements - slice.EndDistance(), "int64"); in FastParseSerializedExample()695 if (slice.EndDistance() != 0) { in FastParseSerializedExample()696 return shape_error(num_elements - slice.EndDistance(), "float"); in FastParseSerializedExample()704 if (slice.EndDistance() != 0) { in FastParseSerializedExample()705 return shape_error(num_elements - slice.EndDistance(), "bytes"); in FastParseSerializedExample()[all …]