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

Method GpuCastOp

tensorflow/core/kernels/cast_op.cc:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173class GpuCastOp : public CastOpBase {
174 public:
175 explicit GpuCastOp(OpKernelConstruction* ctx) : CastOpBase(ctx) {
176 OP_REQUIRES_OK(ctx, Prepare());
177 }
178
179 private:
180 Status Prepare() {

Callers

nothing calls this directly

Calls 1

PrepareFunction · 0.50

Tested by

no test coverage detected