MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / has_next

Method has_next

tensorflow/stream_executor/kernel.h:297–297  ·  view source on GitHub ↗

Returns true if another argument is present in the iterator.

Source from the content-addressed store, hash-verified

295
296 // Returns true if another argument is present in the iterator.
297 bool has_next() { return arg_index_ < number_of_arguments_; }
298
299 // Returns the next argument in the iterator.
300 //

Callers 1

LaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected