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

Method arg_iterator

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

Gets an iterator to the arguments in the array.

Source from the content-addressed store, hash-verified

450
451 // Gets an iterator to the arguments in the array.
452 KernelArgIterator arg_iterator() const override {
453 return KernelArgIterator(
454 number_of_argument_addresses_, number_of_shared_memory_arguments_,
455 argument_addresses_.data(), argument_sizes_.data(),
456 shared_memory_bytes_.data(), shared_memory_indices_.data());
457 }
458
459 private:
460 // A place to store copies of opaque pointers from device memory arguments.

Callers 1

LaunchMethod · 0.80

Calls 2

KernelArgIteratorClass · 0.85
dataMethod · 0.45

Tested by

no test coverage detected