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

Method Compute

tensorflow/core/kernels/stateful_random_ops.cc:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 explicit StatefulRandomOp(OpKernelConstruction* ctx) : OpKernel(ctx) {}
129
130 void Compute(OpKernelContext* ctx) override {
131 StatefulRandomCompute<Device>(ctx, Distribution(), 0, 1, true, 0);
132 }
133};
134
135template <typename T>

Callers

nothing calls this directly

Calls 1

DistributionClass · 0.85

Tested by

no test coverage detected