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

Method DoCompute

tensorflow/core/kernels/inplace_ops.cc:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407 protected:
408 Status DoCompute(OpKernelContext* ctx, const Tensor& x, Tensor* y) override {
409 const auto& d = ctx->eigen_device<Device>();
410 return ::tensorflow::functor::DoCopy(d, x, y);
411 }
412};
413
414} // end namespace

Callers

nothing calls this directly

Calls 1

DoCopyFunction · 0.70

Tested by

no test coverage detected