Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SyclCastOp
Method
SyclCastOp
tensorflow/core/kernels/cast_op.cc:258–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
class SyclCastOp : public CastOpBase {
257
public:
258
explicit SyclCastOp(OpKernelConstruction* ctx) : CastOpBase(ctx) {
259
OP_REQUIRES_OK(ctx, Prepare());
260
}
261
262
private:
263
Status Prepare() {
Callers
nothing calls this directly
Calls
1
Prepare
Function · 0.50
Tested by
no test coverage detected