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

Method RandomGammaOp

tensorflow/core/kernels/random_op.cc:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142class RandomGammaOp : public OpKernel {
143 public:
144 explicit RandomGammaOp(OpKernelConstruction* context) : OpKernel(context) {
145 OP_REQUIRES_OK(context, generator_.Init(context));
146 }
147
148 void Compute(OpKernelContext* ctx) override {
149 const Tensor& shape_t = ctx->input(0);

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected