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

Method argument_addresses

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

Gets the list of argument addresses.

Source from the content-addressed store, hash-verified

444
445 // Gets the list of argument addresses.
446 port::ArraySlice<const void *> argument_addresses() const override {
447 return port::ArraySlice<const void *>(argument_addresses_.data(),
448 number_of_argument_addresses_);
449 }
450
451 // Gets an iterator to the arguments in the array.
452 KernelArgIterator arg_iterator() const override {

Callers 1

LaunchMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected