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

Method Arity

tensorflow/stream_executor/gpu/gpu_kernel.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 // explicitly set during the GpuExecutor::GetKernel initialization process.
49 void set_arity(unsigned arity) { arity_ = arity; }
50 unsigned Arity() const override { return arity_; }
51
52 // Returns the GpuFunctionHandle value for passing to the CUDA API.
53 GpuFunctionHandle AsGpuFunctionHandle() const {

Callers 2

LaunchMethod · 0.45
LaunchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected