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

Method number_of_arguments

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

Gets the number of arguments added so far, including shared memory arguments.

Source from the content-addressed store, hash-verified

434 // Gets the number of arguments added so far, including shared memory
435 // arguments.
436 size_t number_of_arguments() const override {
437 return number_of_argument_addresses_ + number_of_shared_memory_arguments_;
438 }
439
440 // Gets the total number of shared memory bytes added so far.
441 uint64 number_of_shared_bytes() const override {

Callers 2

LaunchMethod · 0.80
LaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected