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

Method Compute

tensorflow/core/ops/math_grad_test.cc:434–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 public:
433 explicit TestOp(OpKernelConstruction* ctx) : OpKernel(ctx) {}
434 void Compute(OpKernelContext* ctx) override { ctx->set_output(0, Tensor()); }
435};
436REGISTER_KERNEL_BUILDER(Name("TestOpWithNoGrad").Device(DEVICE_CPU), TestOp);
437#ifdef TENSORFLOW_USE_SYCL

Callers

nothing calls this directly

Calls 2

TensorClass · 0.50
set_outputMethod · 0.45

Tested by

no test coverage detected